> For the complete documentation index, see [llms.txt](https://docs.ib.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.ib.b2core.b2broker.com/for-partners/ib-room/dashboard.md).

# Dashboard

On the **Dashboard** page, you can find a set of widgets displaying the data related to the partnership programs you've joined.

In the dropdown located at the top of the page, select a partnership program for which you want to display widgets.

You can use the following buttons on this page:

* **Add widget** — click this button and select the widgets that you want to add.
* **Reset Dashboard** — click this button to reset the dashboard and display the default set of widgets and layout.

In addition, you can customize the layout of your dashboard by using the rescaling and drag-and-drop features.

To change the order in which widgets are displayed, drag and drop them in the required order.

To adjust a widget size, click the anchor in the lower-right widget corner and drag it to resize the selected widget.

To hide a widget from the dashboard, click the **ellipsis** button in the upper-right widget corner and select **Remove widget**.

The following widgets are available:

**Welcome**

View the banners displaying advertising or information materials.

***

**Partners link**

View the details of your referral link. You can copy the link to share it.

***

**Wallet**

View the total balance of your rewards in your wallet.

In the widget, you can click **Withdraw** to navigate to the **Funds** > **Withdraw** page and withdraw a desired amount from your wallet, or you can click **Transactions** to navigate to the [Transactions](/for-partners/ib-room/reports/transactions.md) report listing reward payments related to a selected partnership program.

***

**Acquisition report**

Track the number of clicks on your referral links or promo banners and the number of registrations made after clicking your referral materials.

You can select a period for which you want to display the data, such as over the past hour, day, week, month, or year. Alternatively, you can apply a custom period by selecting the start and end dates in the date range field.

***

**Trading report**

Monitor the number of your active traders, trading volume, and the amount of paid rewards. You can select a period for which you want to display the data, such as over the past hour, day, week, month, or year. Alternatively, you can apply a custom period by selecting the start and end dates in the date range field.

***

**Rewards for Acquisition**

Track the performance of your CPA (Cost Per Acquisition) program at a glance.

The widget displays a funnel showing how referred clients progress through each required step:

* **Registrations** — the number of clients who have registered using your referral link.
* **KYC** — the number of clients who have completed identity verification.
* **FTD** — the number of clients who have made their first-time deposit.
* **Qualified** — the number of clients who have fulfilled all conditions of the CPA program.
* **Pending** — the number of acquisitions awaiting reward payment.
* **Reward earned** — the total reward amount earned for completed acquisitions.

Each metric shows a trend indicator comparing the current period to the previous one.

You can select a period for which you want to display the data, such as over the past hour, day, week, month, or year. Alternatively, you can apply a custom period by selecting the start and end dates in the date range field.

***

**Savings Rebates**

Monitor your earnings from clients who invested in savings plans.

The widget displays three KPI cards:

* **Client investment** — the total amount invested by your referred clients in savings plans.
* **Rebate earned** — the total rewards you have earned for your clients' savings activity.
* **Pending payouts** — the total rewards that are awaiting processing.

Each metric shows a trend indicator comparing the current period to the previous one.

You can select a custom period by specifying start and end dates in the date range field. By default, the last 7 days are displayed.


---

# 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.ib.b2core.b2broker.com/for-partners/ib-room/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.
