> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/ru/account-and-security/security/2fa.md).

# 2FA

{% embed url="<https://www.youtube.com/watch?v=XdOLal39cAA>" %}

**Двухфакторная аутентификация** или **2FA** - это дополнительная функция безопасности, используемая для максимального усиления защиты счета. Если функция 2FA включена, то для выполнения таких действий, как вход в систему, снятие средств и изменение пароля, потребуется ввести 6-значный временной код, который генерируется с помощью мобильного приложения 2FA.

Мы настоятельно рекомендуем **всегда включать 2FA для вашей учётной записи**, поскольку это один из лучших способов защиты вашего счета и средств.

Процесс настройки очень прост и быстр:

* Перейдите на страницу [Настройки](https://margex.com/app/settings) своего аккаунта, нажав на иконку профиля и затем на раздел Настроек:

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

* Нажмите на кнопку "Установить" для Google аутентификации:

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

Далее появится виджет 2FA:

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

* Загрузите приложение Google Authenticator для своего устройства (через App Store или Play Store).
* Скопируйте и **сохраните секретный ключ** в надежном месте
* Вставьте секретный ключ в приложение Google Authenticator
* Введите 6-значный временной код, сгенерированный в приложении аутентификатора, и нажмите кнопку "ПРОДОЛЖИТЬ".

{% hint style="warning" %}
Примечание: Секретный ключ может быть использован для восстановления временных кодов Google Authenticator в случае потери доступа к мобильному устройству. При включении 2FA не забудьте сохранить 32-значный секретный ключ в надежном месте.
{% endhint %}


---

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