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

# 로그인 개요

### 로그인 화면 이해하기

* 로그인 화면에는 `공통 계정 입력 필드`가 하나 표시됩니다.
* 이 입력창에 무엇을 입력했는지에 따라 ORBRO OS가 로그인 방식을 자동으로 판단합니다.
* 입력한 값이 `이메일 주소 형식`이면 이메일 로그인으로 진행합니다.
* 입력한 값이 `휴대폰 번호 형식`이면 휴대폰 번호 로그인으로 진행합니다.
* 입력한 값이 이메일이나 휴대폰 번호 형식이 아니면 `아이디(Local 계정)`로 인식해 비밀번호 입력 단계로 이동합니다.

***

### 자동 분기 방식

#### 이메일 주소를 입력한 경우

* ORBRO OS가 이메일 주소로 인식합니다.
* 다음 단계에서 이메일 인증번호 입력 화면으로 이동합니다.

#### 휴대폰 번호를 입력한 경우

* ORBRO OS가 휴대폰 번호로 인식합니다.
* 다음 단계에서 SMS 인증번호 입력 화면으로 이동합니다.

#### 아이디를 입력한 경우

* ORBRO OS가 Local 계정 아이디로 인식합니다.
* 다음 단계에서 비밀번호 입력 화면으로 이동합니다.

***

### 계정 유형 이해하기

* `ORBRO 계정`: 이메일 주소와 휴대폰 번호를 기반으로 사용하는 계정입니다.
* `Local 계정`: 아이디와 비밀번호를 기반으로 사용하는 계정입니다.

***

### 로그인 절차

1. ORBRO OS 로그인 화면에 접속합니다.
2. 공통 계정 입력 필드에 이메일 주소, 휴대폰 번호, 아이디 중 본인 계정 정보를 입력합니다.
3. `다음`을 눌러 다음 단계로 이동합니다.
4. ORBRO OS가 입력한 값의 형식을 보고 로그인 방식을 자동으로 판단합니다.
5. 로그인 방식에 따라 비밀번호 또는 인증번호를 입력합니다.
6. 로그인에 성공하면 첫 화면으로 이동합니다.

***

### 로그인 방식 선택 기준

* 계정과 비밀번호를 전달받은 경우: `아이디, 비밀번호 로그인`
* 이메일 인증 방식으로 안내받은 경우: `이메일 주소 로그인`
* 휴대폰 본인 인증 방식으로 안내받은 경우: `휴대폰 번호 로그인`

***

### 참고해 주세요

* 로그인 화면에서 계정 타입을 직접 선택하지 않습니다.
* 입력한 값의 형식이 올바르지 않으면 의도와 다른 단계로 이동할 수 있으므로 정확하게 입력하는 것이 좋습니다.
* 등록되지 않은 이메일 주소나 휴대폰 번호는 인증 단계로 넘어가더라도 실제 로그인에 사용할 수 없습니다.

***

### 함께 보면 좋은 문서

* `아이디, 비밀번호 로그인`
* `이메일 주소 로그인`
* `휴대폰 번호 로그인`
* `계정 설정`
* `첫 화면 이해하기`


---

# 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/login-overview.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.
