# Двухфакторная аутентификация

В этом руководстве мы расскажем, как настроить 2FA (двухфакторную аутентификацию) в Incogniton. Это сделает ваши профили браузера еще более защищенными. Все, что вам нужно, это мобильный телефон и приложение-аутентификатор, такое как Microsoft Authenticator или Google Authenticator.

{% stepper %}
{% step %}
**Запрос токена**

Первое, что вам нужно сделать, это запросить токен. Перейдите в раздел [my-account](https://www.incogniton.com/my-account) на сайте и войдите в систему. Перейдите в раздел «2FA Token» и нажмите кнопку «Request a new token». После этого вы сможете сгенерировать токен с помощью приложения для 2FA, такого как Microsoft Authenticator.
{% endstep %}

{% step %}
**Введите код 2FA при входе**

После выполнения вышеуказанных шагов войдите в приложение Incogniton, и появится экран проверки 2FA. Введите 6 цифр из приложения-аутентификатора, и Incogniton откроется.

![](/files/d0913cde7fd986b7f7178188c51332d28b96e771)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Если у вас все еще есть вопросы о том, как настроить 2FA, не стесняйтесь обращаться в нашу [службу поддержки](https://incogniton.com/contact/).
{% 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://docs.incogniton.com/documentation/russian-documentation/upravlenie-akkauntom/two-factor-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.
