# Departments & Servers

The Departments and Servers page is a platform where users and servers are listed and organized. Within this page, users can find detailed information regarding both organizational departments and server entities. The page provides a centralized view of all users and servers associated with the system, facilitating efficient management and oversight.

<figure><img src="/files/uzbi6R9bkp6zVNYDWeKv" alt="" width="563"><figcaption><p>Departments and Servers</p></figcaption></figure>

## Departments

The **Departments** page allows users to manage departments efficiently. This page provides options to search, create, and import departments, and it displays an organized list of existing departments and their details.

<figure><img src="/files/9YqUlfUFi2USexra8rxu" alt="" width="563"><figcaption><p>Departments</p></figcaption></figure>

**Add New Department Manually**:

* Click this button to manually create a new department and customize its details.

<figure><img src="/files/VgG3oCfszficAPnGl9EF" alt="" width="563"><figcaption><p>Add New Department Manually</p></figcaption></figure>

**Import from Active Directory (AD)**:

* This option allows users to import department data directly from Active Directory, saving time and ensuring consistency.

<figure><img src="/files/6V9iSx5B991Tbzt7kgSx" alt="" width="563"><figcaption><p>Import from Active Directory</p></figcaption></figure>

**Filter Departments**:

* Use the "Filter By" dropdown menu to narrow down the displayed departments based on specific criteria.

**Filter Options:**

1. **Manual**:
   * Displays only the departments that were created manually by the user.
2. **Active Directory**:
   * Shows departments that were imported from Active Directory (AD).

<figure><img src="/files/SOFi4i2bMqGZvy9GRNvj" alt="" width="269"><figcaption><p>Filter Departments</p></figcaption></figure>

**Department List**:

* The table below displays the following columns:
  * **Department**: Name of the department.
  * **Description**: A brief description of the department’s role or function.
  * **IP**: Information related to the department's server IP.
  * **Policy Assignment**: Indicates if policies are assigned.

<figure><img src="/files/HBeHWJT08Ubp7dqIKoyK" alt="" width="563"><figcaption><p>Department List</p></figcaption></figure>

**Actions for Each Department**:

* **Edit Icon**: Allows users to modify the details of the department added manually.
* **Delete Icon**: Removes a department from the list.

<figure><img src="/files/wpt6rMJMXxgzCflAZl4g" alt=""><figcaption><p>Actions for Each Department</p></figcaption></figure>

#### Editing or Deleting Active Directory Departments

Users have the ability to edit or delete departments imported from Active Director by selecting the **Active Directory** option.

* Click on the **Edit Icon** next to the department you want to modify.
* To delete a department, click on the **Delete Icon** next to the respective department.

<figure><img src="/files/mizLsQNk217FA8zJf6Ef" alt="" width="563"><figcaption><p>Delete or Edit <strong>Active Directory</strong></p></figcaption></figure>

The **"How to Use"** feature on this page provides users with valuable hints and instructions on how to navigate and utilize its functionalities effectively. By clicking the button, users can access helpful tips and guidance tailored to the specific features and workflows available on the page.

<figure><img src="/files/CZIcd55ASdOZZhEeSeQO" alt="" width="563"><figcaption><p>How To Use Feature</p></figcaption></figure>

## Servers

This tab is related to the [server scanner](/server-scanner.md) service. When the scanner is installed on the server, the server will be automatically recognized in the portal, displaying the server name and its associated data. The **Servers** section focuses on data classification within server environments.

<figure><img src="/files/PlJAXD35TPA6LQ5UI0YW" alt="" width="563"><figcaption><p>Servers Page</p></figcaption></figure>

**Import from Active Directory (AD)**:

* This button enables users to import server details directly from Active Directory, streamlining the setup process.

**Filter Servers**:

* The **Filter By** dropdown menu offers options to filter servers based on their source:
  * **Manual**: Displays servers added manually.
  * **Active Directory**: Displays servers imported from Active Directory.

<figure><img src="/files/WqUOMOiykkqIrCxMbXsl" alt="" width="563"><figcaption><p>Server Page Features</p></figcaption></figure>

A table displaying detailed information about each server, including:

* **Server Name**: The name assigned to the server.
* **Machine Name**: The machine name associated with the server.
* **IP Address**: The server's IP address.
* **Operating System**: Information about the server’s operating system.
* **Policy Assignment**: Shows if a policy is assigned to the server.

<figure><img src="/files/XkU8McPt81v3uGppkKDK" alt=""><figcaption><p>Servers information</p></figcaption></figure>

**Actions for Each Server**:

* **Edit Icon**: Allows users to modify the details of a specific server.
* **Delete Icon**: Removes a server from the list.
* **Assignment Indicator**: Displays whether the server has an assigned policy.

<figure><img src="/files/t1zbCwdHEPIU8S7V0XF7" alt=""><figcaption><p>Actions on Each Server</p></figcaption></figure>


---

# 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://manual.cybral.com/business/departments-and-servers.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.
