# Employee management with Active Directory

{% hint style="warning" %}
We assume that **either a manual way** of managing employees will be used (manual addition to HES and subsequent management up to deletion) **or integration with AD** when the list of employees will be synchronized with a specific group in AD.
{% endhint %}

At the moment, 2 scenarios for the operation of the HES server and Active Directory have been implemented:

1. [Employee list import and synchronization](/hideez-server-integration/microsoft-entra-id/import.md)
2. [Import and synchronization of the list of employees with a regular automatic password change to the domain account](broken://pages/-MGw06-MyCMW2GA5VeGA)

**HES and Active Directory fields correspondence:**&#x20;

| **HES**    | **Active Directory** |
| ---------- | -------------------- |
| First name | Given name           |
| Last name  | Surname              |
| E-mail     | E-mail address       |
| Position   | Job Title            |
| Department | Department           |
| Company    | Company              |


---

# 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://enterprise.hideez.com/hideez-enterprise-server/employees/add-from-ad.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.
