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

# 처음 시작하기 (관리자)

- [1. 회사 기본 정보 설정](https://orbitworks.gitbook.io/orbitworks-docs/undefined/1..md): 회사명, 대표자 정보, 사업자등록번호, 주소, 연락처 등 회사 기본 정보를 등록·수정하는 메뉴입니다.
- [2. 부서 관리 (본사)](https://orbitworks.gitbook.io/orbitworks-docs/undefined/2..md): 본사 조직도, 부서, 직원, 직위/직책 정보를 등록·관리하는 메뉴입니다.
- [2-1 조직도 구성하기](https://orbitworks.gitbook.io/orbitworks-docs/undefined/2./2-1.md): 조직도 설정 화면에서 본사 부서를 추가하고 조직 구조에 반영하는 방법을 안내합니다.
- [2-2 직위/직책 등록하기](https://orbitworks.gitbook.io/orbitworks-docs/undefined/2./2-2.md): 직원에게 부여할 직위와 직책을 등록·수정·삭제하는 방법을 안내합니다.
- [2-3 직원 등록 및 초대하기](https://orbitworks.gitbook.io/orbitworks-docs/undefined/2./2-3.md): 본사 직원을 신규 등록하고, 소속 부서·직위·직책·연락처 등 기본 정보를 입력하는 방법을 안내합니다.
- [2-4 직원리스트 확인 및 수정하기](https://orbitworks.gitbook.io/orbitworks-docs/undefined/2./2-4.md): 등록된 본사 직원 목록을 확인하고, 직원 정보 수정·삭제 및 비밀번호 설정 이메일 재발송을 처리하는 방법을 안내합니다.


---

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