> For the complete documentation index, see [llms.txt](https://docs.delos.financial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.delos.financial/baas-wiki/ui-overview/transaction-history-and-statements.md).

# Transaction history and statements

In our service, you can download payment slips for particular transactions as well as overall account statement. Below you will find the instructions on how to do it.

Your transaction history is in the Payments section. You can find detailed information about each operation simply by clicking it.&#x20;

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2F91QJnxFtX8ygI9SOit2X%2Fimage.png?alt=media&amp;token=2a854ef4-e54f-4233-9713-809eefb040fb" alt=""><figcaption></figcaption></figure>

If you download the payslip pdf, it will look like this:

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2FXF8NemG3fMSmYALFgZYA%2Fimage.png?alt=media&amp;token=7266e2ad-d0ac-42b1-968a-106bbe53405f" alt=""><figcaption></figcaption></figure>

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2F4hYVnycHvzc9M4NLMSIU%2Fimage.png?alt=media&amp;token=873d435f-2add-49c7-9923-ade8f1585623" alt=""><figcaption></figcaption></figure>

For the statement, first, choose the account (currency) and then click Download

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2F53rQ9FHiX2m4Ndq2637g%2Fimage.png?alt=media&amp;token=3d17130d-18df-4f7d-9dfc-f4233fe6fa17" alt=""><figcaption></figcaption></figure>

(!) Note that the Statement function is not available if you haven’t made any transactions yet.

At the moment, you can’t download one statement for all accounts, only separate for each currency.


---

# 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.delos.financial/baas-wiki/ui-overview/transaction-history-and-statements.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.
