> For the complete documentation index, see [llms.txt](https://orbitworks.gitbook.io/orbitworks-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbitworks.gitbook.io/orbitworks-docs/undefined/2./2-1.md).

# 2-1 조직도 구성하기

### 메뉴 위치

관리자 설정 > 부서 관리(본사) > 조직도

### 기능 설명

조직도 설정에서는 본사의 부서 구조를 확인하고, 필요한 부서를 새로 추가할 수 있습니다.\
추가한 부서는 조직도에 반영되며, 이후 직원 등록 시 소속 부서로 선택할 수 있습니다.

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

### 부서 추가하기

1. 좌측 메뉴에서 \[관리자 설정]을 클릭합니다.
2. 하위 메뉴에서 \[부서 관리(본사)]를 선택합니다.
3. 상단 탭에서 \[조직도]를 선택합니다.
4. 조직도 설정 영역에서 \[+추가하기] 버튼을 클릭합니다.
5. \[새 부서 등록] 창이 열리면 부서 이름을 입력합니다.
6. 필요한 정보를 입력한 후 \[저장] 버튼을 클릭합니다.
7. 등록이 완료되면 조직도 목록에 새 부서가 추가됩니다.

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

### 부서 삭제하기

1. 좌측 메뉴에서 \[관리자 설정]을 클릭합니다.
2. 하위 메뉴에서 \[부서 관리(본사)]를 선택합니다.
3. 상단 탭에서 \[조직도]를 선택합니다.
4. 조직도 설정 영역에서 삭제할 부서의 체크박스를 선택합니다.
5. 우측 상단의 \[삭제] 버튼을 클릭합니다.
6. 삭제 확인 안내가 표시되면 내용을 확인한 후 삭제를 진행합니다.
7. 삭제가 완료되면 해당 부서가 조직도 목록에서 제거됩니다.

### 하위 부서로 설정하기

조직도 설정에서는 등록된 부서를 드래그하여 조직 구조를 변경할 수 있습니다.\
부서를 원하는 상위 부서 아래로 이동하면 해당 부서는 선택한 부서의 하위 부서로 설정됩니다.

1. 좌측 메뉴에서 \[관리자 설정]을 클릭합니다.
2. 하위 메뉴에서 \[부서 관리(본사)]를 선택합니다.
3. 상단 탭에서 \[조직도]를 선택합니다.
4. 이동할 부서명 왼쪽의 점 6개 아이콘에 마우스 커서를 올립니다.
5. 커서 모양이 십자 화살표로 변경되면 해당 아이콘을 클릭한 상태로 유지합니다.
6. 이동할 부서를 원하는 상위 부서 위치로 드래그합니다.
7. 상위 부서 영역에 가져다 놓으면 해당 부서가 하위 부서로 이동됩니다.
8. 조직도에서 부서 위치가 정상적으로 변경되었는지 확인합니다.


---

# 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://orbitworks.gitbook.io/orbitworks-docs/undefined/2./2-1.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.
