> 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/admin-panel-overview/transactions.md).

# Transactions

Here you can see the list of all the transactions associated with your partner account including commission transactions.

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2FTyefMCMjR9YahnPaOaHC%2Fimage.png?alt=media&amp;token=54a08258-164f-4253-a582-e65f304b125d" alt=""><figcaption></figcaption></figure>

### **Search and filter**

You can filter the user list by the following options:

* registration period
* customer id
* customer name
* recipient id
* recipient name
* execution period
* transaction type
* transaction status

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2FAyl7LkDX0K6a71HkIdjW%2Fimage.png?alt=media&amp;token=5953a0a4-382d-45e8-a604-c25a9933b4f1" alt=""><figcaption></figcaption></figure>

### Statement

You can download the statement for your partner record or any of your customers’ accounts by setting the necessary parameters.

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2FNNczPbdA1EiFPed1u6cH%2Fimage.png?alt=media&amp;token=34ff5c1e-c95e-4b81-9c03-38a81e3a2133" alt=""><figcaption></figcaption></figure>

Using the eye icon, you can check detailed information about particular transaction and download transaction confirmation.

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2F3xSMXXXFgLwzFmw8x2Lx%2Fimage.png?alt=media&amp;token=fac44651-5a24-416e-b087-ec09ba34e0cf" alt=""><figcaption></figcaption></figure>


---

# 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/admin-panel-overview/transactions.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.
