> For the complete documentation index, see [llms.txt](https://imonggo.gitbook.io/imonggo-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://imonggo.gitbook.io/imonggo-help-center/getting-started/making-your-first-sale.md).

# Making Your First Sale

### Step 1:

You can find the Product List Panel - consisting of the products you sell - on the left side of your screen. Click on one item to add to the invoice.

<figure><img src="/files/gLImvzg6O6rJnTqaXIDJ" alt=""><figcaption></figcaption></figure>

### Step 2:

You also have the option to easily add a specific discount per item. The subtotal is indicated at the end of each product line.&#x20;

<figure><img src="/files/NHyZmeb2fVrmOy24bZFI" alt=""><figcaption></figcaption></figure>

### Step 3:

Check the total of the invoice prior to checking out. To finalize your transaction, click on the checkout button.

<figure><img src="/files/jWbhBlsyYc1Aiu2R7EdZ" alt=""><figcaption></figcaption></figure>

### Step 4:

You may check the details of the invoice here where you have an option to add remarks and/ or type the email of your customer to send the invoice via email.&#x20;

<figure><img src="/files/WKqrdpZmYtW0Mg7VqxfB" alt=""><figcaption></figcaption></figure>

### Step 5:

On the right side, you can enter the customer's payments. Multiple payments are allowed. The total payment amount is already indicated but you can edit it. Select the payment type.&#x20;

<figure><img src="/files/Wnq0PkQfLE52INSogqII" alt=""><figcaption></figcaption></figure>

### Step 6:

Then click on the **PAY** button to end the transaction.

<figure><img src="/files/Gk2MzWzLc5GkB52vPsGk" alt=""><figcaption></figcaption></figure>

Congratulations on making your first sale! Move on to the next tutorial to know about your Dashboard.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://imonggo.gitbook.io/imonggo-help-center/getting-started/making-your-first-sale.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
