# Department

The **Department** section provides an interface for managing organizational departments.

**Key Features:**

* **Department Overview:** Users can view a list of existing departments, including their names and parent departments, with an option to view more details.
* **Filters:** Quick filtering options allow users to refine the list of departments by name or parent department.
* **Pagination:** Displays a limited number of entries per page, enabling users to navigate through the department list easily.
* **Add Department Functionality:** Users can add new departments by specifying:

1. **Name:** Required field for the department title (e.g., Human Resource).
2. **Parent Department:** Optional field for categorization.

**Purpose**

The Department section helps establish an organized structure within the company, enhancing communication and collaboration among teams.


---

# 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://gradeapp.gitbook.io/gradeapp/platform-overview/hr/department.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.
