# Two-factor authentication

In this guide we will tell you how to set up 2FA (Two-Factor Authentication) in Incogniton. This will make your browser profiles even more secure. The only thing you need is a mobile phone and an authenticator application such as Microsoft Authenticator or Google Authenticator.

{% stepper %}
{% step %}

#### Request a token

The first thing you need to do is request a token. Go the the [my-account section](https://www.incogniton.com/my-account) on the website and login. Navigate to the section ‘2FA Token’ and hit the button ‘Request a new token’. After that, you should be able to generate a token with a 2FA application such as Microsoft Authenticator.

![](/files/QLkQ5L8AE9MNgDgA9xj3)
{% endstep %}

{% step %}

#### Enter the 2FA code when logging in

Once you have completed the steps above, login into the Incogniton application and the 2FA validation screen will pop up. Fill in the 6 digits from the authenticator application and Incogniton will open.

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

{% hint style="info" %}
If you still have any questions about how to set up 2FA, don’t hesitate to contact our [support team](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/account-management/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.
