> 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/dashboard.md).

# Dashboard

The dashboard provides an overview of the key performance indicators (KPIs) reflecting your business development, such as the number of active [merchants](/platform/english/backoffice/merchants.md) and [subscriptions](/platform/english/backoffice/subscriptions.md), total [transactions](/platform/english/analytics/transactions.md), and transaction volume within a selected time period:

<div align="left"><figure><img src="/files/K3paRrSteM40XHAz6sBP" alt=""><figcaption><p>Dashboard view with statistics and key figures for your platform</p></figcaption></figure></div>

1. **Currency:** Select whether the Dashboard should display figures in CHF, EUR, or USD.
2. **Active Merchants:** Displays the number of active merchants on your platform.
3. **Subscriptions:** Displays the total number of subscriptions on your platform.
4. **Statistics:** This section provides data on the number of transactions, transaction volume, and other key metrics. You can define both the period to be analyzed and a comparison period.
5. **Newest Merchants:** Lists the most recently added merchants.
6. **Deactivated Merchants:** Lists the most recently deactivated merchants.


---

# 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/dashboard.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.
