> For the complete documentation index, see [llms.txt](https://docs.fusion.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fusion.vectra.ai/dashboards/manage.md).

# Manage Dashboards

## Overview <a href="#overview" id="overview"></a>

You view and manage dashboards, dashboard features, and dashboard settings in Fusion on different pages in the interface.

Once a dashboard is in **Open** or in **Edit** mode, Fusion displays additional elements and options.

For ease of use, each task related to dashboards displays as a sub-menu item in the documentation navigation menu under this, the **Manage Dashboards** heading.

## Getting Here <a href="#getting-here" id="getting-here"></a>

<i class="fa-triangle-exclamation">:triangle-exclamation:</i> To reduce the risk of accidently editing a dashboard, you can use the **Open** option, instead of the **Edit** option described below.

<i class="fa-hexagon-exclamation">:hexagon-exclamation:</i> Changes made to dashboards in edit mode take effect immediately. There is no SAVE button or UNDO option.

To edit a dashboard, use the following steps.

### From the main menu <a href="#from-the-main-menu" id="from-the-main-menu"></a>

1. Navigate to **Dashboards > All**.
2. Click the **row options** icon <i class="fa-circle-ellipsis">:circle-ellipsis:</i> at the beginning of the row that includes the dashboard name.
3. Click **Edit**.

### From the Dashboard's page <a href="#from-the-dashboards-page" id="from-the-dashboards-page"></a>

1. Open the dashboard page.
2. The dashboard becomes editable when you click the lock button <i class="fa-lock">:lock:</i>. The unlock button <i class="fa-unlock">:unlock:</i> displays, indicating the dashboard is in Edit mode.

## Dashboard Options <a href="#dashboard-options" id="dashboard-options"></a>

The options and actions below impact the entire dashboard.

<i class="fa-hexagon-exclamation">:hexagon-exclamation:</i>: Changes made to dashboards in edit mode take effect immediately. There is no SAVE button or UNDO option.

![](/files/C5fc0slyATravuCU0zln)

<i class="fa-hexagon-exclamation">:hexagon-exclamation:</i>: Changes made to dashboards in edit mode take effect immediately. There is no SAVE button or UNDO option.

| ID | Action                 | Description                                                                                                                                                  |
| -- | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 1  | **Dashboard Dropdown** | Use to quickly navigate to different dashboards from a dropdown list.                                                                                        |
| 2  | **Print**              | Prints the current view of the dashboard or widget.                                                                                                          |
| 2  | **Schedule**           | Opens the **Schedule** configuration page, which allows you to automate the delivery of dashboard data to specified recipients at regular intervals.         |
| 2  | **Sync Hover**         | Toggles synchronized hovering across multiple widgets, allowing for cross-widget comparisons.                                                                |
| 2  | **Locked Dashboard**   | Dashboards that display Locked dashboards cannot be edited.                                                                                                  |
| 3  | **Unlocked Dashboard** | The unlocked icon <i class="fa-unlock">:unlock:</i> indicates the dashboard is editable.                                                                     |
| 3  | **Add Widget**         | When the dashboard is in edit <i class="fa-unlock">:unlock:</i> mode, the **Add Widget** button displays, allowing you to add a new widget to the dashboard. |
| 3  | **Settings**           | Accesses the settings for the dashboard, allowing you to customize global options and configurations.                                                        |


---

# 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.fusion.vectra.ai/dashboards/manage.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.
