> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/back-office-guide/clients/general/transactions-tab.md).

# Transactions tab

On this tab, you can find detailed information about a client’s transactions.

Select the transaction type to view the details:

**Deposit**

The list of client’s [deposits](/back-office-guide/finance/deposits.md).

***

**Payout**

The list of client’s [payouts](/back-office-guide/finance/payouts.md).

***

**Transfer**

The list of client’s [transfers](/back-office-guide/finance/transfers.md).

***

**Exchange**

The list of client’s [exchanges](/back-office-guide/finance/exchange.md).

***

**Balance change operation**

The history of changes to a client’s balance resulting from an administrator’s actions in the Back Office, which includes the following information:

* **Date** — the date and time when a change to a client’s balance has occurred
* **Account** — the user account number
* **Amount** — the transaction amount
* **Deposit/Withdraw** — the transaction type
* **Admin user** — the administrator who made the transaction

{% hint style="info" %}
The changes to a client’s balance effected by a Back Office administrator aren't reflected on the [Deposits](/back-office-guide/finance/deposits.md) and [Payouts](/back-office-guide/finance/payouts.md) pages.
{% endhint %}


---

# 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:

```
GET https://docs.b2core.b2broker.com/back-office-guide/clients/general/transactions-tab.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.
