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

# 휴대폰 번호 로그인

### 사용 전 확인할 내용

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

***

### 로그인 방법

1. 고객에게 발급된 전용 도메인 주소에 접속합니다.
2. 로그인 화면의 `공통 계정 입력 필드`에 휴대폰 번호를 입력합니다.
3. `다음` 버튼을 클릭합니다.
4. ORBRO OS가 입력값을 휴대폰 번호로 인식하면 인증번호 입력 화면으로 이동합니다.
5. 입력한 번호로 전송된 6자리 숫자 인증번호(SMS)를 확인합니다.
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/phone-number-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.
