> 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..md).

# 2. 부서 관리 (본사)

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

### 메뉴 위치

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

### 기능 설명

부서 관리는 본사 조직도를 기준으로 부서, 직원, 직위 및 직책 정보를 관리하는 화면입니다.\
등록된 조직 정보는 직원 권한 설정, 업무 담당자 지정, 결재선 구성, 영업·문서·계약 관리 업무에서 공통으로 활용될 수 있습니다.

### 주요 기능

#### 1. 조직도

본사의 부서 구조를 조직도 형태로 확인할 수 있습니다.\
상위 조직과 하위 조직을 구분하여 부서 간 구조를 한눈에 파악할 수 있습니다.

#### 2. 조직도 설정

부서를 추가하거나 수정하여 실제 회사 조직 구조에 맞게 관리할 수 있습니다.\
본부, 팀, 부서 등 내부 운영 방식에 맞춰 조직 단위를 구성합니다.

#### 3. 직원등록(본사)

본사 소속 직원을 신규 등록하는 메뉴입니다.\
직원명, 연락처, 소속 부서, 직위, 직책 등 기본 정보를 입력하여 시스템 사용자로 관리할 수 있습니다.

#### 4. 직원리스트(본사)

등록된 본사 직원 목록을 확인하는 메뉴입니다.\
직원별 소속 부서, 직위, 직책, 사용 여부 등을 확인하고 필요한 경우 정보를 수정할 수 있습니다.

#### 5. 직위/직책 관리

회사에서 사용하는 직위와 직책 정보를 등록·관리하는 메뉴입니다.\
예를 들어 대표, 본부장, 팀장, 사원 등의 직위 또는 업무상 역할을 설정할 수 있습니다.

### 사용 방법

1. 좌측 메뉴에서 \[관리자 설정]을 클릭합니다.
2. 하위 메뉴에서 \[부서 관리(본사)]를 선택합니다.
3. 상단 탭에서 필요한 메뉴를 선택합니다.
   * 조직도
   * 직원등록(본사)
   * 직원리스트(본사)
   * 직위/직책 관리
4. 조직도 설정 영역에서 부서를 추가하거나 수정합니다.
5. 직원 정보를 등록할 경우, 소속 부서와 직위/직책을 선택한 후 저장합니다.

### 주의사항

* 조직도와 직원 정보는 권한 설정 및 업무 담당자 지정에 사용될 수 있으므로 정확하게 입력해야 합니다.
* 부서를 삭제하거나 변경할 경우, 해당 부서에 소속된 직원 정보에 영향을 줄 수 있습니다.
* 직위/직책 명칭을 변경하면 기존 직원 정보에도 변경된 명칭이 반영될 수 있습니다.
* 실제 운영 중인 조직 구조와 다르게 설정하면 메뉴 접근 권한이나 담당자 배정에 혼선이 생길 수 있습니다.


---

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