# Multi Factor Authentication (MFA)

Multi-factor authentication (MFA) is a security mechanism that requires users to provide two or more verification factors to gain access to our platform. This additional layer of security helps prevent unauthorized access even if your password is compromised.

This documentation provides step-by-step instructions on how to set up multi-factor authentication for your Simbase account.&#x20;

### Steps to Set Up Multi-factor Authentication

To enable MFA, all you have to do is follow the steps below:&#x20;

{% @supademo/embed demoId="cmc3f26kclhb5sn1ry6dzwd70" url="<https://app.supademo.com/demo/cmc3f26kclhb5sn1ry6dzwd70>" %}

1. Log in to your account and navigate to the Profile page.&#x20;
2. Toggle the Multi-Factor Authentication switch.&#x20;
3. Scan the QR Code with your favourite authenticator app or copy & paste the setup key.&#x20;
4. Enter the authentication code and Verify.&#x20;

{% hint style="info" %}
Managing approved devices is easy - all you have to do is click on Manage devices (below the MFA toggle)  where you can review already approved devices and remove them from the list.&#x20;
{% endhint %}

Implementing multi-factor authentication (MFA)  is paramount for ensuring the security of your Simbase account. MFA adds an extra layer of protection beyond passwords, which is essential in today's interconnected IoT environment. By requiring additional verification steps, such as biometrics or unique codes, MFA significantly reduces the risk of unauthorized access and potential breaches. We strongly recommend proactively securing your Simbase account with MFA to bolster both the security of your account and the protection of your valuable data.


---

# 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://support.simbase.com/account-security/multi-factor-authentication-mfa.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.
