# Dashboard

The dashboard is the default page that loads when you [log into your Payrexx account](https://login.payrexx.com/en). It provides a comprehensive overview of key metrics for your business, such as the number of [payments](/merchant/english/payment/functionalities.md), revenue, revenue trends, and recent [transactions](/merchant/english/account/payments/transaction-details.md).

## Instance Name

When you are logged in to Payrexx, you can find the instance name of your Payrexx account in your browser’s address bar. The instance name is the part of the URL that appears before .payrexx.com. In the following example, the instance name is **"demo"**:

<div align="left"><figure><img src="/files/ScVfWsR2RYoE67Z66xKt" alt=""><figcaption><p>The instance name corresponds to the first part of the URL.</p></figcaption></figure></div>

## Key Metrics at a Glance

The dashboard displays the following metrics:

<div align="left"><figure><img src="/files/dBrYY6gD6H20CAW7Me5v" alt=""><figcaption><p>The Payrexx dashboard provides merchants with an at-a-glance overview of their business performance.</p></figcaption></figure></div>

1. The first row of the dashboard displays how many [payments](/merchant/english/payment/functionalities.md) your [customers](/merchant/english/account/customers.md) have made, the resulting revenue generated to date, the number of active [subscriptions](/merchant/english/payment/functionalities/subcription.md), and the amount available for the next [payout](/merchant/english/account/payouts.md).
2. This row displays updates and other important notices.
3. This chart provides a graphical representation of revenue development, including the option to compare it with previous periods.
4. The most recent [transactions](/merchant/english/account/payments/transaction-details.md) are displayed at the bottom of the window.

## Setting the Language

At the bottom of the main menu, you can change the language of the merchant administration interface:

<figure><img src="/files/q8JHviPbjxA54FJlHhnS" alt=""><figcaption><p>Switching the language of the merchant administration interface</p></figcaption></figure>

The following languages are available:

|                                 |                      |
| ------------------------------- | -------------------- |
| :flag\_ch: German (Switzerland) | :flag\_tr: Turkish   |
| :flag\_de: German (Germany)     | :flag\_pl: Polish    |
| :flag\_gb: English              | :flag\_es: Spanish   |
| :flag\_fr: French               | :flag\_dk: Danish    |
| :flag\_it: Italian              | :flag\_se: Swedish   |
| :flag\_nl: Dutch                | :flag\_no: Norwegian |
| :flag\_pt: Portuguese           |                      |


---

# 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.payrexx.com/merchant/english/account/dashboard.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.
