> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/data-analytics/collaboration.md).

# Analytic Collaboration

## 🔑 Analytic Dashboard Access rights

Analytic dashboards are only visible to the user who creates them and to ngSurvey administrators. However its possible to grant access to any other users of the system and to define what the user can do with the dashboard .

1. Navigate to your project folder where you saved your dashboard
2. Select its access rights
3. Add the users or group to the list of trusted people who can access that dashboard and define which permissions you would like to grant to that user or group.&#x20;

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

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

{% hint style="info" %}
ngSurvey supports a special user called "Everyone". Granting access to that user will grant access to any users of your ngSurvey setup.&#x20;
{% endhint %}

{% hint style="warning" %}
The owner of the dashboard will be able to define access rights along with any system administrator.
{% endhint %}


---

# 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.ngsurvey.com/data-analytics/collaboration.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.
