# Data Access

## &#x20;🔑 What are data access ?

The data access feature allow you to create groups that will allow given [users](/multi-user-management/users.md) or [groups](/multi-user-management/groups.md) to access only subsets of data that you have collected.&#x20;

By default when you share the survey administration section (design, reporting) with other users all the data is available to other users accessing your survey. Using the data access features you can create groups with rules that will define what data can be accessed by which user or group. This way you can share the reporting options of your survey with multiple users and allow each user to see and work on a subset of the data that you have collected without seing any other data.

## ➕ **Adding a data access group**

To add a new data access group you have to define the group name and rules that will be used to filter out the respondents.

In following example we have a survey that collected from the respondents their region. If you wanted to share only the results of Europe with other [users](/multi-user-management/users.md) when they access the reporting / data export features of your survey.

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

&#x20;Once you have created your data access group you can assign any user or group having access to the administration section of ngSurvey.

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

Once you have [granted the access rights to the users to your survey](/walkthroughs/share-a-survey.md) they will only see the respondents that are matching the rules that you defined for them. In the example below the user or groups assigned to the "Europe" data access group will only be able to see the respondent matching the rules of that group and not any other respondent that participated in that survey.


---

# 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/form-management/data-access.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.
