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

# 1. 오빗웍스 처음 시작하기

### 기능 설명

오빗웍스 사용자는 관리자가 직원 등록을 완료하면 등록된 이메일 주소로 계정 생성 안내 메일을 받게 됩니다.\
사용자는 메일에 포함된 링크를 통해 비밀번호를 설정한 후 오빗웍스에 로그인할 수 있습니다.

### 처음 시작하는 방법

1. 등록된 이메일 계정으로 접속합니다.
2. 받은 편지함에서 `[orbitworks] 계정이 생성되었습니다` 메일을 확인합니다.
3. 메일 본문에 있는 계정 설정 링크를 클릭합니다.
4. 비밀번호 설정 화면으로 이동합니다.
5. 사용할 새 비밀번호를 입력합니다.
6. 비밀번호 확인란에 동일한 비밀번호를 한 번 더 입력합니다.
7. \[비밀번호 재설정] 버튼을 클릭합니다.
8. 비밀번호 변경 완료 화면이 표시되면 \[로그인 하러가기] 버튼을 클릭합니다.
9. 로그인 후 오빗웍스 대시보드 화면으로 이동합니다.

<figure><img src="/files/WHuRwMYZ1j7akbOLRyYq" alt=""><figcaption><p>메일함에서 오빗웍스 계정 생성 이메일을 확인하세요</p></figcaption></figure>

<figure><img src="/files/QOWDxU1AWWsqG1zkec7l" alt=""><figcaption><p>메일의 링크를 클릭하면 초기 비밀번호 설정 화면으로 이동합니다</p></figcaption></figure>

<figure><img src="/files/sgYvC7Jia0IxBJlRi8Go" alt="" width="375"><figcaption><p>사용할 비밀번호를 두번 작성해주세요</p></figcaption></figure>

<figure><img src="/files/dT6KRnr55o5DeposA7S1" alt="" width="375"><figcaption><p>비밀번호 변경 완료 이후 로그인 화면으로 이동합니다. </p></figcaption></figure>

<figure><img src="/files/pz3LkqOMEWd5xBZPTcmK" alt=""><figcaption><p>로그인 이후 진입한 메인 화면</p></figcaption></figure>

### 주의사항

* 계정 생성 메일은 직원 등록 시 입력된 이메일 주소로 발송됩니다.
* 메일이 보이지 않는 경우 받은 편지함, 스팸메일함, 프로모션함을 함께 확인합니다.
* 비밀번호 설정 링크가 만료되었거나 접속되지 않는 경우 관리자에게 비밀번호 설정 이메일 재발송을 요청합니다.
* 비밀번호와 비밀번호 확인 값이 일치하지 않으면 설정이 완료되지 않습니다.
* 로그인 후 보이는 메뉴와 대시보드 내용은 사용자 권한에 따라 다를 수 있습니다.

### 메일을 받지 못한 경우

계정 생성 메일을 받지 못한 경우, 관리자에게 아래 내용을 확인 요청합니다.

1. 직원 등록 시 입력된 이메일 주소가 정확한지 확인
2. 비밀번호 설정 이메일 재발송 여부 확인
3. 회사 메일 보안 정책 또는 스팸 차단 여부 확인


---

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