> 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/how-to-articles/manage-advertising-options/how-to-configure-the-default-dashboard.md).

# How to configure the default Dashboard

When clients sign in to the B2CORE UI for the first time, they see the default **Dashboard**. As an admin, you can change the widgets and the layout of the default **Dashboard** to show the most important information for your clients.

The default dashboard configuration is restored by clicking the **Reset** button.

To set up the default dashboard configuration, do the following:

{% stepper %}
{% step %}
Navigate to **Promotion** > **Dashboard**.
{% endstep %}

{% step %}
For widgets that you want to show on the **Dashboard**, enable the switches located in the **Show by default** column.
{% endstep %}

{% step %}
To allow clients to close widgets shown on the **Dashboard**, enable the switches located in the **Delete** column. For such widgets, the **Close** (⨯) button will be available in the B2CORE UI.
{% endstep %}

{% step %}
To set up a widget size and location on the **Dashboard**, select a widget from the list, and then click the **Edit** button located in the **Actions** column.
{% endstep %}

{% step %}
On the **Edit** page, specify the widget size in points by entering integer values in the **Width** and **Height** fields.

The dashboard width is limited by 50 points, and the width of a widget cannot exceed this value.

The minimum width as well as the minimum and maximum height vary for each widget and depend on the data it displays. If the values that you have specified are not accepted, a corresponding error message is displayed.
{% endstep %}

{% step %}
Locate the widget on the **Dashboard** by specifying the coordinates in the **Position X** and **Position Y** fields. Only positive values are accepted. Positions X and Y indicate the coordinates of the upper-left corner of the widget.

To locate the widget on the **Dashboard** properly, the sum of the values specified in the **Width** and **Position X** fields must be less than or equal to the **Dashboard** width, which is 50 points.

`Width + Position X <= 50`
{% endstep %}

{% step %}
Click **Save**.
{% endstep %}
{% endstepper %}


---

# 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.b2core.b2broker.com/how-to-articles/manage-advertising-options/how-to-configure-the-default-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.
