# How to manage Positions?

The position directory is used to search and filter data by the position field in the Employees table. Each employee can be assigned one position.

To manage positions go to **Settings -> Organization Structure** and click on the tab **Positions.**

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

## Adding a position <a href="#adding-a-position" id="adding-a-position"></a>

Click the **Create Position** button:

![](/files/5JhcZgv86f3GNTmpAlRq)

Enter the name of the position and click **Create.**

![](/files/pjw9HKTNVvlnFzICQcmL)

The position will be added and displayed in the list in alphabetical order.

## Manage a position <a href="#manage-a-position" id="manage-a-position"></a>

You can edit and delete any position you have created. Click the corresponding buttons **Edit** and **Delete** near the name of the position.

![](/files/9XWsk2K6RZWxqTSMQFN1)

Positions are sorted alphabetically. You can change the sorting from A-Z to Z-A.


---

# 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/how-to-manage-positions.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.
