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

# Twee-factor authenticatie

In deze gids vertellen we je hoe je 2FA (Tweefactorauthenticatie) in Incogniton instelt. Dit maakt je browserprofielen nog veiliger. Het enige wat je nodig hebt, is een mobiele telefoon en een authenticatie-applicatie zoals Microsoft Authenticator of Google Authenticator.

{% stepper %}
{% step %}

### Vraag een token aan

Het eerste wat je moet doen, is een token aanvragen. Ga naar de [Mijn-account sectie](https://www.incogniton.com/my-account) op de website en log in. Navigeer naar de sectie **2FA Token** en klik op de knop **Vraag een nieuw token aan**. Daarna zou je een token moeten kunnen genereren met een 2FA-applicatie zoals Microsoft Authenticator.

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

{% step %}

### Voer de 2FA-code in bij het inloggen

Zodra je de bovenstaande stappen hebt voltooid, log je in op de Incogniton-applicatie en verschijnt het 2FA-validatiescherm. Vul de 6 cijfers in van de authenticatie-applicatie en Incogniton zal openen.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Als je nog vragen hebt over hoe je 2FA instelt, aarzel dan niet om contact op te nemen met ons [supportteam](https://incogniton.com/contact/).
{% 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://docs.incogniton.com/documentation/dutch-documentation/accountbeheer/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.
