# Access Control

ngSurvey can be used by multiple [users](/multi-user-management/users.md) at the same time and any number of users can connect simultaneously to the administration interface. You may grant specific [access rights](/multi-user-management/roles.md) to each [user](/multi-user-management/users.md) or [group](/multi-user-management/groups.md) to give them more or less control over the administration interface and the features they can use.  &#x20;

{% hint style="info" %}
User project items like forms, custom answer types, styles or panels are isolated from the other [users](/multi-user-management/users.md). Only administrator are allowed to see them all without any restrictions. You can of course change [access rights](/walkthroughs/share-a-survey.md) to surveys at any time and [grant additional users](/walkthroughs/share-a-survey.md) or groups access to the same survey or folders.
{% endhint %}

\ <br>


---

# 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.ngsurvey.com/multi-user-management.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.
