# Transactions

The **Transactions** section contains tables with detailed transaction information: deposits, withdrawals, settlement operations, and lost transaction requests.

### **Export data**

Data export to `.xlsx` format is available in all tables, except the *Lost transactions* table. To export data:

1. Apply filters if you want to export specific rows.
2. In the top-right corner of the table, click the ⋮ (three vertical dots) icon.
3. From the dropdown menu, select **Actions → Export filtered rows**.
4. An `.xlsx` file will be automatically downloaded with the exported data.

{% hint style="info" %}
You can view the history of all exported files in **Settings → Exports**.
{% endhint %}


---

# Agent Instructions: 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.a-pay.one/faq/a-pay-merchant-portal/interface/transactions.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.
