> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsiam/reference-and-developer-docs/role-based-access-control/dashboards-and-reports-permissions/dashboards-permissions.md).

# Dashboards permissions

Controls the ability to monitor security posture through visual data and documented summaries.

This is a master permission. To view any specific dashboard (e.g., Command Center), this primary permission must first be set to **Enabled.**

* Functionality: When enabled, users can manage the Dashboard Manager, use the widget library, and view accessible dashboards.
* Scope-Based Access Control (SBAC): Access to a dashboard does not grant access to the underlying data. If a user lacks the necessary SBAC data scope, widgets may appear empty or show errors
* Privacy: New dashboards are private by default. Administrators can configure sharing permissions under **Settings** → **Configurations** → **Access Management** → **Objects**.
* Predefined system dashboards and Marketplace dashboards cannot be deleted or have their privacy changed.

For more information on dashboards, see [Overview of dashboards and reports](/cortex-xsiam/detect-investigate-and-respond-to-threats/monitor-dashboards-and-reports/overview-of-dashboards-and-reports.md).

| Permissions | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Roles Example                                                                          |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| Enabled     | <p>Users can manage dashboards in the Dashboard Manager, manage the widget library, view all dashboards they have access to, and perform actions based on the following additional permissions:</p><ul><li><strong>Create Dashboards</strong>: Enables users to create custom dashboards. The creator becomes the owner with full control to edit, delete, and manage sharing for that dashboard.</li><li><p><strong>Edit Public Dashboards</strong>: Enables users to modify custom dashboards that an owner has made public. By default, only the owner can edit a public dashboard.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>By default, all new dashboards are restricted (private) and visible only to the creator (the owner). An administrator (or role with equivalent access) can configure how dashboards are shared across the tenant under <strong>Settings</strong> → <strong>Configurations</strong> → <strong>Access Management</strong> → <strong>Objects</strong>. These settings control whether dashboard owners are allowed to share their restricted dashboards directly with other users. For more information, see <a href="/spaces/AEIjuYE3RXcIfmuQnBbm/pages/qzjdFkwdNwfdbzVPVeeO#step-1-configure-tenant-level-access-settings">Manage access to objects</a>.</p></div></li></ul> | Most roles should have Dashboards enabled and for users to create and edit dashboards. |
| Disabled    | Users cannot access the Dashboard Manager or view any dashboards.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                                                                                        |

### Required and recommended permissions

Dashboards rely on data from across the platform. For widgets to populate correctly, consider these dependencies:

| Permission            | Permission Level | Reason                                                                                          |
| --------------------- | ---------------- | ----------------------------------------------------------------------------------------------- |
| Cases & Issues        | View             | Dashboard widgets displaying case/issue data will show empty without this permission. Required. |
| Query Center          | View             | Query-based dashboard widgets require XQL query execution capability. Required.                 |
| Agent Administrations | View             | Enables search functionality from within dashboards. Strongly recommended.                      |
| Asset Inventory       | View             | Asset widgets require this to display asset data. Recommended.                                  |
| Forensics             | View             | Forensics widgets require this to display forensic data. Recommended.                           |
| Host Insights         | View             | Host insights widgets require this to display host analytics. Recommended.                      |


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xsiam/reference-and-developer-docs/role-based-access-control/dashboards-and-reports-permissions/dashboards-permissions.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.
