> For the complete documentation index, see [llms.txt](https://docs.aitheon.com/human-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aitheon.com/human-resources/hr/job-positions.md).

# Job Positions

**Job Positions** page contains the list of all positions in your organization. From this page, you can add, edit, and delete positions.

To view position details, select a position on the list. The sidebar with detailed information will appear.

**How to add position**

1. Select **Add position**. The modal window appears.
2. In the modal window, enter **Title** and **Description** for the position.
3. If you need to add inventory required for the position, go to **Required items** tab.&#x20;
4. Enter an item name in the search bar. You can search and add an item from **Item Manager**.&#x20;
5. Select the desired item and select **Save changes**.

<div align="left"><img src="/files/-LoUbPfAcY-93VEXJy3p" alt="Add position modal window"></div>

**How to edit and delete position**

1. Hover over a position in the list. In a highlighted state, the actions menu appears.
2. Another way to perform this action is to click on a position on the list. The sidebar with detailed information appears.
3. In the sidebar, select the actions menu and select **Edit**. The modal window arrears.
4. To edit position, enter your changes in the modal window and select **Save changes**.  Detailed description of this modal is described in *How to add a position* manual.
5. To delete a position, select **Delete** on the actions menu. In the dialog window, confirm your action.

<div align="left"><img src="/files/-LoUfdhjTmj9HxjqV66z" alt="Action menu "></div>


---

# 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:

```
GET https://docs.aitheon.com/human-resources/hr/job-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.
