> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/ru/guide/account/two-factor-authentication.md).

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

Navixy предлагает двухфакторную аутентификацию (2FA), чтобы усилить охрану веб- и мобильных приложений. По мере того как обрабатывается всё больше конфиденциальных телематических данных, 2FA обеспечивает важный уровень охраны, требуя и пароль, и одноразовый код (OTP), отправляемый по электронной почте. Ваш поставщик GPS-/телематических услуг определяет, включена ли 2FA, и настраивает связанные параметры.

**Как это работает**

OTP отправляется на вашу электронную почту и должен быть введён для завершения процесса входа. Этот дополнительный шаг гарантирует, что даже если ваш пароль скомпрометирован, неавторизованные пользователи не смогут получить доступ к вашей учётной записи без доступа к вашей электронной почте.

{% stepper %}
{% step %}

## Войдите с помощью пароля

Введите имя пользователя и пароль, чтобы начать процесс входа.
{% endstep %}

{% step %}

## Получите одноразовый код

После проверки пароля вы получаете одноразовый код на электронную почту, связанную с вашей учётной записью Navixy
{% endstep %}

{% step %}

## Введите код

Введите этот OTP, чтобы завершить вход.
{% endstep %}

{% step %}

## Получите доступ к своей учётной записи

Если OTP верен, вы получаете доступ к своей учётной записи.
{% endstep %}
{% endstepper %}

![Окно проверки входа](/files/e31c4d4a8819dc483e55a4fd83179f6692e63ff0)

Каждый код действителен в течение 5 минут, что ограничивает возможность злоупотребления. Кроме того, при необходимости вы можете запросить новый код, но не чаще одного раза в минуту, чтобы предотвратить злоупотребление.


---

# 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://navixy.com/docs/user/ru/guide/account/two-factor-authentication.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.
