# How to create a department

**Overview**

Departments represent the functional teams or divisions within your organization, such as "IT," "HR," or "Finance." Defining departments allows you to better organize your users, assign responsibilities, and filter reports based on specific teams.

#### **Step-by-Step Guide**

**1. Navigate to Department Settings**

Access the department management section from the general settings.

* From the main menu, go to Settings (1).
* Under the `General` section (2), click on Department (3).
* Click the Add Department button (4) in the top right corner.

<figure><img src="/files/7WjPxzIiTSpkj15xuvpp" alt=""><figcaption></figcaption></figure>

**2. Add a New Department**

In the pop-up window, enter the name of the new department.

* Name: Type the name of the department (e.g., `Finance`).
* Click Save to create the department.

<figure><img src="/files/pi5vuSZuqDAQa3aBM4ey" alt=""><figcaption></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://docs.booldesk.com/how-to-configure-settings/general/how-to-create-a-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.
