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

# 2-2 직위/직책 등록하기

### 메뉴 위치

관리자 설정 > 부서 관리(본사) > 직위/직책 관리

### 기능 설명

직위/직책 관리는 본사 직원에게 부여할 직위와 직책 정보를 등록하고 관리하는 화면입니다.\
등록된 직위와 직책은 직원 등록 또는 직원 정보 수정 시 선택 항목으로 사용됩니다.

<figure><img src="/files/0dzjU0ya5bBzRgLXSJx1" alt=""><figcaption></figcaption></figure>

직위는 회사 내 직급 또는 직무상의 위치를 의미하며, 직책은 업무상 맡은 역할이나 책임을 의미합니다.

예시:

| 구분 | 예시                 |
| -- | ------------------ |
| 직위 | 사원, 대리, 과장, 차장, 부장 |
| 직책 | 팀장, 본부장, 실장, 대표이사  |

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

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

### 직위/직책 추가 방법

1. 좌측 메뉴에서 \[관리자 설정]을 클릭합니다.
2. 하위 메뉴에서 \[부서 관리(본사)]를 선택합니다.
3. 상단 탭에서 \[직위/직책 관리]를 클릭합니다.
4. 우측 상단의 \[역할 추가 +] 버튼을 클릭합니다.
5. \[직위 등록] 또는 \[직책 등록] 창이 열리면 유형을 선택합니다.
6. 직위 또는 직책명을 입력합니다.
7. \[등록] 버튼을 클릭합니다.
8. 등록이 완료되면 직위/직책 목록에 추가됩니다.

### 직위/직책 수정 방법

1. \[직위/직책 관리] 목록에서 수정할 항목을 확인합니다.
2. 해당 항목 우측의 수정 아이콘을 클릭합니다.
3. 수정 창에서 타입 또는 직함을 변경합니다.
4. 변경 내용을 확인한 후 \[수정] 또는 \[저장] 버튼을 클릭합니다.
5. 목록에 변경된 내용이 반영되었는지 확인합니다.

### 직위/직책 삭제 방법

1. \[직위/직책 관리] 목록에서 삭제할 항목을 확인합니다.
2. 해당 항목 우측의 삭제 아이콘을 클릭합니다.
3. 삭제 확인 안내가 표시되면 내용을 확인합니다.
4. 삭제를 진행하면 해당 직위 또는 직책이 목록에서 제거됩니다.

### 주의사항

* 등록된 직위/직책은 직원 등록 및 직원 정보 관리에서 사용됩니다.
* 이미 직원에게 적용된 직위/직책을 수정하면 해당 직원 정보에도 변경된 명칭이 반영될 수 있습니다.
* 이미 사용 중인 직위/직책을 삭제할 경우, 직원 정보에서 해당 항목을 선택할 수 없게 될 수 있습니다.
* 실제 조직에서 사용하는 명칭과 동일하게 입력하는 것이 좋습니다.
* 중복된 직위명 또는 직책명이 등록되지 않도록 확인해야 합니다.


---

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