> For the complete documentation index, see [llms.txt](https://docs.keepup.store/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keepup.store/docs/tutorials/sales/how-to-record-payment-for-a-quote-or-an-invoice..md).

# How to Record Payment for a Quote or an Invoice.

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

### **Steps:**

1. **Click on "Sales & Orders" from the side menu and click on "Sales". This will take you to the Sales page.**&#x20;
2. **Find and click on the quote or invoice for which you want to record payment. This will take you to the details page.**
3. **Scroll to the "Update Balance" section and fill out the form by entering the amount paid.**
4. **Click on Submit to record the payment for the quote or invoice.**

{% hint style="info" %}

#### **Hint**

If the **quote or invoice** includes the customer's phone number or email, you can check a box to send them an alert about the payment. This alert will include a link that the customer can use to view the payment details for the sale.
{% endhint %}


---

# 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:

```
GET https://docs.keepup.store/docs/tutorials/sales/how-to-record-payment-for-a-quote-or-an-invoice..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
