> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-work/department-management/department-structure.md).

# Department Structure

## 1. Function Description&#x20;

* The system will automatically generate an organizational structure based on the departments added by the administrator, and the departments must set items for using the system. \
  \
  Note: The system support department level cannot exceed level 7 at most.

## 2. Add New Department&#x20;

* Operation steps:\
  &#x20;\[Department] > \[Department Structure] > \[Department] > \[Add Department]&#x20;
* After adding a department, please enter the corresponding information. Based on the system settings, each sub-department needs to have a superior department.&#x20;
* When setting up the first department, the company name must be used as the superior department. The department head can be added or changed later (setting up department heads will help set up the approval process later).&#x20;
* Please click "Save" after filling in the relevant information.

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

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

<figure><img src="/files/8Q3GaijfFAxXLFuw2C4M" alt=""><figcaption></figcaption></figure>

## 3. Set up Department Heads&#x20;

* Operation steps:\
  &#x20;\[Department] > \[Department Structure] > \[Department], find the corresponding department name, and click "Edit"&#x20;
* On the "Department Details" page, you can edit the relevant information of the department, set the department head, and click "Confirm"

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

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

## 4. Generate Organizational Chart

* After the setting is successful, the administrator can see the company structure in the structure diagram.&#x20;
* Operation steps:\
  \[Department] > \[Department structure] > \[Department Organizational Chart]

<figure><img src="/files/1jXrCdFMUxococPG7AzL" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.coreway.com/yoov-work/department-management/department-structure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
