> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/platform/english/backoffice/payouts.md).

# Payouts

Navigate to **Payouts** in your Payrexx account to view the payout overview:

<div align="left"><figure><img src="/files/l92VbxooSstLEymPHMTW" alt=""><figcaption><p>Overview of payouts made to the platform</p></figcaption></figure></div>

### 1. Search for payouts

Use the serch field to find a specific payout. It is possible to search by the account holder name and by the IBAN.

### 2. Download payout data

Click on the download icon and choose whether you want to download the payout data in a summarized or detailed format:

* **Summary:** A CSV file will be downloaded containing summarized payout data.
* **Details:** A CSV file will be downloaded containing detailed payout data.

### 3. Download payout report

Click on the PDF icon to download the report of the respective payout.


---

# 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.payrexx.com/platform/english/backoffice/payouts.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.
