# 2-Factor Authentication

### Enabling 2-Factor Authentication​ <a href="#enabling-2-factor-authentication" id="enabling-2-factor-authentication"></a>

You can enable 2-Factor Authentication (2FA) in the MapsIndoors CMS. Click the avatar in the top-right corner, and click on "Settings". Follow the instructions to enable 2FA.

<figure><img src="https://docs.mapsindoors.com/img/various/2fa.png" alt=""><figcaption></figcaption></figure>

### Disabling 2FA​ <a href="#disabling-2fa" id="disabling-2fa"></a>

After you've enabled 2FA, the page will show instructions on how to disable 2FA again.

<figure><img src="https://docs.mapsindoors.com/img/various/2fa-disable.png" alt=""><figcaption></figcaption></figure>

If you lose access to your account and are unable to use 2FA for any reason, please [get in touch](https://resources.mapspeople.com/contact-us), and we'll do our best to find a solution.


---

# 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.mapsindoors.com/sdks-and-frameworks/web/other-guides/authentication/2-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.
