# 2FA

{% embed url="<https://youtu.be/XdOLal39cAA>" %}

**이중 인증** 또는 **2FA**는 계정의 보안을 극대화하기 위한 추가적인 안전 기능입니다. 2FA가 계정에 활성화된 상태에서는 로그인, 출금, 계정 비밀번호 변경과 같은 작업을 수행할 때 2FA 모바일 앱을 통해 생성된 6자리 시간 코드를 입력해야 합니다.

2FA는 계정을 보호하는 가장 좋은 방법 중 하나이므로 **항상** 활성화할 것을 강력히 권장합니다. 설정 과정은 간단하고 빠릅니다:

* 프로필 아이콘을 클릭한 후 설정 버튼을 클릭하여 [설정](https://margex.com/app/settings) 페이지로 이동합니다:

<figure><img src="/files/sDdD37afkvMbIQDXxgr9" alt=""><figcaption></figcaption></figure>

* Google 인증 설정 버튼을 클릭합니다:

<figure><img src="/files/0YEzoDQpW0cVNhBPZ1h9" alt=""><figcaption></figcaption></figure>

* 2FA 페이지가 나타납니다:

<figure><img src="/files/bDelbqzcrWphwBfYq9Kg" alt=""><figcaption></figcaption></figure>

* 장치에 맞는 Google Authenticator 앱을 다운로드합니다 (앱스토어 또는 플레이스토어에서 다운로드)
* **비밀 키**를 안전한 곳에 복사하여 저장합니다
* 비밀 키를 Google Authenticator 앱에 붙여넣습니다
* Google Authenticator 앱에서 생성된 6자리 시간 코드를 입력하고 "계속"을 클릭합니다

{% hint style="warning" %}
비밀 키는 모바일 기기에 접근할 수 없게 된 경우 Google Authenticator 시간 코드를 복원하는 데 사용할 수 있습니다. 2FA를 활성화할 때는 최신 32자리 비밀 키를 안전한 장소에 저장하는 것을 잊지 마세요.
{% endhint %}


---

# 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://help.margex.com/help-center/ko/account-and-security/security/2fa.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.
