> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/user-documentation/accounts-and-bills/receiving-payments.md).

# Receiving Payments

This lesson will show you how to recieve payment for a bill in AgileCase.

{% stepper %}
{% step %}

## Select a bill

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

In order to recieve payment for a bill in AgileCase, first you must select a bill. To do this, click the hyperlinked bill ID.
{% endstep %}

{% step %}

## Click "Recieve Payment"

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

On the invoice details page, click the "Recieve Payment" button in the top right hand side of the screen to record the payment.
{% endstep %}

{% step %}

## Fill out payment details

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

To recieve the payment you must first fill out the payment details, you can select a source, the destination that the money will be paid in to and the amount to be paid.

You can also attach a note to the details in order to indentify the payment.

Once this is complete, click "Save Changes" to recieve the payment.
{% endstep %}

{% step %}

## View payment

<figure><img src="/files/5TKqAA3mejSISjnMhAnJ" alt=""><figcaption></figcaption></figure>

Once the payment has been recieved it will be listed under the "Payments" tab on the invoice details page.

A bill can be paid in several installments but once the balance has been recieved the "Recieve Payment" button will dissapear.
{% endstep %}

{% step %}

## Payment complete

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

Once payment is complete, the bill will be marked as "Paid" on the bills tab.
{% endstep %}
{% endstepper %}


---

# 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://docs.agilecase.com/user-documentation/accounts-and-bills/receiving-payments.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.
