> 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/edit-a-dashboard.md).

# Edit a Dashboard

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

This page provides guidance on how to modify existing dashboards. Whether you need to adjust the layout, update visualizations, change data sources, or customize settings, the editing tools allow you to tailor the dashboard's appearance and functionality.

You can also add or remove widgets, apply filters, and manage user permissions, ensuring that the dashboard delivers the most relevant and actionable insights for your specific use case.

<i class="fa-memo-circle-info">:memo-circle-info:</i> Custom dashboards can be edited, system dashboards cannot be edited.

## 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.

1. From the main menu, 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 custom dashboard.
3. Click **Edit**.

At the top of the page, an unlock button <i class="fa-unlock">:unlock:</i> displays, indicating the dashboard is in Edit mode.

Refer to [Manage Widgets](broken://pages/l6UeebpzXcqilx5AqksV)for more information.


---

# 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:

```
GET https://docs.fusion.vectra.ai/dashboards/manage/edit-a-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.
