> For the complete documentation index, see [llms.txt](https://docs.onelens.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onelens.cloud/observe-visibility-and-insights/cost-reporting/dashboards/managing-dashboards.md).

# Managing Dashboards

After creating a dashboard and adding widgets, you can customize its layout, control access, and apply dashboard-wide settings. These controls help you organize dashboards for different teams while ensuring every widget displays consistent data.

***

### Dashboard Actions

The dashboard toolbar provides quick access to common actions.

| Action             | Description                                                |
| ------------------ | ---------------------------------------------------------- |
| **Save Changes**   | Saves all layout and widget changes made to the dashboard. |
| **Edit Dashboard** | Update dashboard details such as its name.                 |
| **Manage Access**  | Control who can view or edit the dashboard.                |
| **Add Widget**     | Add additional widgets to the dashboard.                   |

> **Note:** Changes made to a dashboard are not saved automatically. Click **Save Changes** after making any modifications.

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

*Caption: Use the dashboard toolbar to add widgets, save changes, edit the dashboard, and manage access.*

***

### Rearranging Widgets

Widgets can be organized to create layouts that best suit your reporting needs.

You can:

* Drag and drop widgets to reorder them
* Resize widgets to show more or less information
* Edit widget configurations
* Remove widgets that are no longer required

Changes are reflected immediately on the dashboard and are saved once you click **Save Changes**.

***

### Manage Dashboard Access

Dashboard owners can control who has access to a dashboard.

Depending on your organization's permissions, you can grant users access to:

* View dashboards
* Edit dashboards
* Manage dashboard content

Use **Manage Access** from the dashboard toolbar to configure permissions.

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

If you don't have a dedicated Manage Access screen, continue using the toolbar screenshot and highlight the **Manage Access** button.

***

### Editing Widgets

Existing widgets can be modified at any time.

To edit a widget:

1. Open the dashboard.
2. Select the widget.
3. Click **Edit**.
4. Update the widget configuration.
5. Save your changes.

You can also delete widgets that are no longer required.

***

### Dashboard Best Practices

For better readability and usability:

* Keep related widgets together.
* Use descriptive widget names.
* Apply dashboard-wide filters instead of duplicating widgets.
* Use pre-built dashboards as a starting point for common reporting needs.
* Save changes after completing edits.


---

# 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.onelens.cloud/observe-visibility-and-insights/cost-reporting/dashboards/managing-dashboards.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.
