# Manage Dashboard Permissions

***

### Manage Dashboard Permissions

To manage the permisions of a dashboard, you must first navigate to the dashboards page, and find the dashboard you want to manage in one of the tabs *Recent, All* or *Favorites.*

<figure><img src="/files/212X7LhGPccQdZQkn1Jo" alt=""><figcaption><p>Click the action menu (3 dots) then click manage permisisons</p></figcaption></figure>

### Set Permissions

The Manage Permissions dialog lets you define who can View or Edit the dashboard. You can search for Users or AD groups, then select a permission (can Edit or can View) and click the Add button

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

{% hint style="info" %}
**Note**: Before any user can access a dashboard that you shared, the User must first click/navigate to an URL that points to the dashboard.

Navigating to the dashboard adds the shared dashboard to their dashboards overview page, and allows them to open the dashboard, if they have been granted the permission.
{% endhint %}

### Send Dashbord Link to User

To share a dadhboard with another user, you must copy a link to the Dashboard and send it to the User.

<figure><img src="/files/kzBmsbgFO35p18yZwQxM" alt=""><figcaption><p>Click the action menu (3 dots) then click Copy link</p></figcaption></figure>

The **Copy Link** action copies a direct link to the dashboard to your clipboard. You can easily share this link with others—for example, by emailing it to other users. Clicking the link will open the dashboard outside the Nexus Management Portal by default, using the following format:\
`https://dataexplorer.azure.com/dashboards/<dashboard_id>`

If you prefer the link to open within the Nexus Management Portal instead, simply replace the first part of the URL with the path to your portal. For example:\
`https://<your_nexus_portal_url>/dashboards/<dashboard_id>`

{% hint style="info" %}
**Note**: Before any user can access a dashboard that you shared, the User must first click/navigate to an URL that points to the dashboard.

Navigating to the dashboard adds the shared dashboard to their dashboards overview page, and allows them to open the dashboard, if they have been granted the permission.
{% endhint %}


---

# Agent Instructions: 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.tricloudnexus.io/management-portal/insights/dashboards/create-a-dashboard/manage-dashboard-permissions.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.
