# Register Active Directory Users

Each Active Directory user which needs access to the administration must be registered in ngSurvey users. This must be done either manually as show below or automatically if you have enabled the [Automatic access to survey](/installation-setup/system-settings/active-directory-settings.md) in your installation.

Once registered you can setup the users as you would normally do with any ngSurvey user, you can add it to a group or assign specific roles and rights to it.

You can distinguish Active Directory linked users from other users using the Windows icon next to the username.

![](/files/-MG9HHSvxaviRIu2dSfV)

## ➕ Register a new Active Directory user

To register an new Active Directory user you may click on the Add AD user in the [user management ](/multi-user-management/users.md)screen.

![](/files/-MG9FfvgW1Ht16MDRTZl)

This will open a selection screen where you can find existing Active Directory users by their account name. Once you found the account to add you can select it and add register it in ngSurvey. As soon as the account is registered it will have access to the ngSurvey administration section based on the ngSurvey roles that you will assign to it.&#x20;

{% hint style="info" %}
Don't forget also to assign proper [roles](/multi-user-management/roles.md) to this registered account as by default the account will have no rights.
{% 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.ngsurvey.com/installation-setup/installation/active-directory/active-directory-users.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.
