> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/flagship-deprecated/account-and-profile/configuring-a-fa-on-your-profile.md).

# Configuring a FA on your profile

Multi-factor authentication is a two-step process for verifying the identity of people who log in to the platform and enables you to secure your profile and account.

**⚙️ Configuration**

To secure your profile, you can use one of the two following options:

* The 2FA method by SMS: via a verification code sent in a text message.
* The 2FA method by Application (Google Authenticator, 1password, Authy, and so on): via a verification code sent in an application.

Once multi-factor authentication is enabled on your profile, you will be asked to provide your email address and password, as well as a verification code sent via text message (if you enabled 2FA by SMS) or via an application (2FA by Application).\\

| 🚩 | <p><strong>The MFA is an additional level of security during the login process. Your password still needs to be strong and to comply with safety rules.</strong><br></p> |
| -- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

**2FA by SMS**

The 2FA by SMS option enables you to confirm the connexion to your account with an authentication code sent to you via SMS. To configure the 2FA by SMS, you need to enter your phone number.\
![Add\_MFA.jpg](/files/1jvDybW8a8XumyzwjyM0)\
You will receive a confirmation code to be typed into the relevant field.\
![MFA\_phone\_number.jpg](/files/VzsgnQKLwO4p7ALzn70m)\
When the 2FA by SMS option is configured, you will be asked to enter an authentication code every time you log into the platform.\
![2FA\_sms\_enabled.jpg](/files/Q6PKiybYCHJ0iw93Zmf0)

**2FA by Application**

The 2FA by Application option enables you to confirm the connexion to your account with an authentication code that you receive in the application of your choice. To configure the 2FA by Application option, you need to scan a QR code.\
![2FA\_application.jpg](/files/KJLumiAvIluxROSCLB5E)\
Download an application like Google Authenticator or Authy and enter the confirmation code you have received in the relevant field.\
When the 2FA by Application option is configured, you will be asked to enter an authentication code every time you log into the platform.\
To disable the 2FA method on your account, click the *2FA by SMS enabled* or *2FA by Application enabled* button (depending on chosen method). However, if you have access to an account that requires MFA, you won’t be allowed to access it anymore.\\

| ℹ️ | We suggest generating backup codes storing them in a safe location. This may be useful if you forget or lose your phone. To do so, click *Generate Backup codes*. |
| -- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |

You can restrict the use of your account to users by enabling one of the 2FA or both. To do so, refer to [Configuring account restriction with MFA](https://flagship.zendesk.com/hc/en-us/articles/360016715380).\
\
**Need additional information?**

Submit your request at <product.feedback@abtasty.com>

Always happy to help!


---

# 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.abtasty.com/flagship-deprecated/account-and-profile/configuring-a-fa-on-your-profile.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.
