# Dashboard

The **Dashboard** page provides a quick overview of key financial metrics over the selected period, helping you analyze the overall performance and financial activity.

{% hint style="success" %}

### Access to the Dashboard

The **Dashboard** is available to users who are assigned the permission `Access to Finance Dashboard` under the **Statistics** category and opens after signing in to the Back Office. For other Back Office users, the **Dashboard** is hidden, and they are redirected to the **Clients** > **General** page after signing in.

For more details about user groups and permissions, refer to [How to add a user group and grant permissions](/how-to-articles/manage-system-settings/how-to-add-a-user-group-and-grant-permissions.md).
{% endhint %}

By default, the financial metrics are displayed for the current day. You can select one of the following periods:

* Today
* Yesterday
* Last 7 days
* Last 30 days
* Last 90 days
* Custom rage

<figure><img src="/files/tUGPFvN86HEml1Cm4ORd" alt="Dashboard"><figcaption><p>Dashboard</p></figcaption></figure>

The following information is displayed on the Dashboard:

## Deposits

* **Total deposit** — the total amount of deposits, in USD, for the selected period. The metric is calculated against the **Final amount (USD)** column in [Finance > Deposits](/back-office-guide/finance/deposits.md). Only the completed deposits in the final status are included.
* **Average deposit** — the average deposit amount for the selected period, which is calculated as:

  `Total deposit / Number of deposits`

## Withdrawals

* **Total withdrawal** — the total amount of withdrawal, in USD, over the selected period. The metric is calculated against the **Final amount (USD)** column in [Finance > Payouts](/back-office-guide/finance/payouts.md). Only the completed withdrawals in the final status are included.
* **Average withdrawal** — the average deposit amount for the selected period, which is calculated as:

  `Total withdrawal / Number of withdrawals`

## Summary

* **Net deposit** — the net amount of deposits, in USD, for the selected period, calculated as:

  `Total deposit − Total withdrawal`


---

# 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.b2core.b2broker.com/back-office-guide/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.
