> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/backoffice/backoffice/dashboards/create-an-additional-dashboard.md).

# Create an additional dashboard

Create a new dashboard, choose a template, and start adding widgets.

Create a new dashboard when you want a separate overview for a specific topic.

This keeps your main dashboard clear and focused.

{% stepper %}
{% step %}

### Open Dashboards

Go to **Dashboard** in the BackOffice.
{% endstep %}

{% step %}

### Create a new dashboard

Click the **+** button in the top-left corner.
{% endstep %}

{% step %}

### Enter the dashboard name

Give the dashboard a clear name.

If a template is available, you can select it.
{% endstep %}

{% step %}

### Add your first widget

Click the **+** button in the bottom-right corner.
{% endstep %}

{% step %}

### Choose the widget type

Select a topic such as quotes.

Then choose one of the available widgets.
{% endstep %}

{% step %}

### Place the widget

Drag the widget into the dashboard.
{% endstep %}

{% step %}

### Build the layout

Add more widgets as needed.

Drag them to a new position or resize them by dragging the corners.
{% endstep %}
{% endstepper %}

### Good naming examples

* quotes overview
* maintenance follow-up
* management KPIs

### Frequently asked questions

<details>

<summary>Can I use a template for a new dashboard?</summary>

Yes.

If a template is available, you can select it during creation.

</details>

<details>

<summary>Can I add more widgets later?</summary>

Yes.

You can keep editing the dashboard after you create it.

</details>

<details>

<summary>Can I change the layout afterward?</summary>

Yes.

You can move and resize widgets at any time.

</details>

### Related topics

* [**What are Dashboards?**](/backoffice/backoffice/dashboards/what-are-dashboards.md)
* [**Add and customize dashboard widgets**](/backoffice/backoffice/dashboards/add-and-customize-dashboard-widgets.md)
* [**Control who can see a dashboard**](/backoffice/backoffice/dashboards/control-who-can-see-a-dashboard.md)


---

# 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://knowledge.out-smart.com/backoffice/backoffice/dashboards/create-an-additional-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.
