> For the complete documentation index, see [llms.txt](https://docs.omlet.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omlet.dev/cli-and-dashboard/analytics/save-charts-to-dashboard.md).

# Save charts to dashboard

Saved Dashboard is the collection of charts you and your team members members configured and saved—an efficient way of tracking custom analyses, no need to re-create the charts or share individual chart links with team members.

<figure><img src="/files/9Kv4QnGSKgU6kkXUyMtl" alt=""><figcaption></figcaption></figure>

## Saving a custom chart

You can save a chart to the dashboard using the "Save" button on the top right.

<figure><img src="/files/i03bOwGXWaxOHASoaxvQ" alt=""><figcaption></figcaption></figure>

Omlet will suggeest an autogenerated chart name and description. You can update them with your preferred name and descriptions before saving the chart to the dashboard.

<figure><img src="/files/0PyJkvR21pLSd01iOdj4" alt=""><figcaption></figcaption></figure>

## Editing saved charts

Saved charts are editable. If you made changes to a chart, you can click on the "Update" button to save the changes or save it as a new chart using the "Save as new" button.

<figure><img src="/files/ELC74SfVUVXahsGYUWuj" alt=""><figcaption></figcaption></figure>

When you click on the "Saved" button, you can edit the name & description or remove it from your dashboard.

<figure><img src="/files/girzhF2WtdrCkuvJ791u" alt=""><figcaption></figcaption></figure>

You can also use the three dots icon to access the chart options by hovering over a chart from the Saved Dashboard.

<figure><img src="/files/aJ2hapw5sTQzWwMEKgUf" alt=""><figcaption></figcaption></figure>


---

# 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.omlet.dev/cli-and-dashboard/analytics/save-charts-to-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.
