> 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/installation-setup/installation/active-directory/active-directory-users.md).

# 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
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/installation-setup/installation/active-directory/active-directory-users.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.
