# 2단계 인증 설정

2단계 인증은 아이디와 비밀번호 인증이 완료된 후 이메일 인증을 추가로 진행합니다.

## 설정하기 <a href="#id-2" id="id-2"></a>

1. '보안설정 > 2단계 인증 설정'메뉴를 선택합니다.
   1. 서브 계정의 2단계 인증은 '계정설정 > 서브계정관리'에서 설정할 수 있습니다.
2. 2단계 인증 설정 화면에서 '설정하기'를 선택합니다.
3. 인증번호가 발송될 이메일을 확인한 후 '설정하기'를 선택하면 설정이 완료됩니다.&#x20;
   1. 이메일은 '계정설정 > 회원정보'의 이메일이 자동 적용됩니다

<br>

## 2단계 인증 제외 IP 등록 <a href="#id-2-2-ip" id="id-2-2-ip"></a>

자주 접속하는 IP에 대해 2단계 인증을 제외할 수 있습니다. (최대 1개)

1. 2단계 인증이 설정된 상태에서 로그인을 진행합니다.
2. 아이디/비밀번호를 입력 후 로그인합니다.
3. 2단계 인증을 위해 이메일 인증이 진행되며, 이 화면에서 '이 IP에서는 2단계 인증 사용 안함'을 체크합니다.
4. 이메일 인증을 완료한 후 로그인에 성공하면 해당 IP는 더 이상 2단계 인증을 진행하지 않습니다.
   1. 접속 허용 IP는 '보안설정 > 2단계 인증 설정' 메뉴에서 확인할 수 있습니다.

<br>

## 2단계 인증 해제 <a href="#id-2-2" id="id-2-2"></a>

* '보안설정 > 2단계 인증 설정'메뉴를 통해 2단계 인증을 해제할 수 있습니다.
  * 해제 시 이메일 인증 필요


---

# Agent Instructions: 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:

```
GET https://onestore-dev.gitbook.io/dev/docs/member/security/authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
