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

# 이메일 주소 로그인

### 사용 전 확인할 내용

* 이메일 주소 로그인은 사전에 시스템에 등록된 사용자만 사용할 수 있습니다.
* 이 기능은 외부망 연결 환경에서 제공되며, 고객에게 발급된 전용 도메인으로 접속해 사용합니다.
* 구축 방식에 따라 제공 여부가 다를 수 있으므로, 사용 가능 여부는 운영 환경 기준으로 확인해 주세요.

***

### 로그인 방법

1. 고객에게 발급된 전용 도메인 주소에 접속합니다.
2. 로그인 화면의 `공통 계정 입력 필드`에 이메일 주소를 입력합니다.
3. `다음` 버튼을 클릭합니다.
4. ORBRO OS가 입력값을 이메일 주소로 인식하면 인증번호 입력 화면으로 이동합니다.
5. 입력한 이메일 주소로 전송된 6자리 인증번호를 확인합니다.
6. 인증번호를 입력한 뒤 `로그인` 버튼을 클릭합니다.

***

### 화면에서 확인할 항목

* 공통 계정 입력 필드
* 인증번호 입력창
* `다음` 버튼
* `인증코드 다시 보내기`
* `로그인` 버튼

***

### 로그인되지 않을 때 확인할 내용

* 이메일 주소가 정확한지 확인합니다.
* 등록되지 않은 이메일 주소로는 인증번호가 전송되지 않습니다.
* 스팸 메일함이나 프로모션 메일함을 확인합니다.
* `인증코드 다시 보내기`를 눌러 재전송합니다.
* 최초 사용자 등록이 필요한 경우 시스템 관리자에게 문의합니다.

***

### 참고해 주세요

* 로그인 첫 단계에서는 이메일 전용 입력창이 따로 보이지 않고, 아이디·휴대폰 번호와 같은 공통 입력 필드를 사용합니다.
* 이메일 주소 형식이 정확해야 ORBRO OS가 이메일 로그인으로 올바르게 인식할 수 있습니다.
* 인증번호는 일정 시간이 지나면 다시 발급받아야 할 수 있습니다.


---

# 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://or-orbro-guide.gitbook.io/orbro-guide/undefined/email-login.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.
