# Two Factor Authentication \_2FA\_

Enabling Two-Factor Authentication (2FA) enhances the security of your account by requiring a second layer of authentication. This page provides instructions on how to enable 2FA for all platform users on the vendor account and how to complete the 2FA setup upon logging in.

## Enable 2FA for platform users in the Vendor Platform

{% stepper %}
{% step %}

### Navigate to Settings

* Go to the `Settings` section in the sidebar and click on the `Preferences` tab.

![Preferences Tab](/files/516b21b81b9c34a0d31f7ed85df3048b9cf842f6)
{% endstep %}

{% step %}

### Enable 2FA Requirement

* Scroll down to the `Security` section.
* Click on the `Enable 2FA` button to make 2FA mandatory for all users within your company account.

![Enable 2FA](/files/b88b9fc6f4d8dbfae8684f64a8e7ef6ae18bcd00)
{% endstep %}

{% step %}

### Save Changes

Once 2FA is enabled, it will be required for all users during their next login.
{% endstep %}
{% endstepper %}

## Complete the 2FA Setup When Logging In

The next time you log in, you’ll be prompted to configure 2FA for your account. Follow these steps:

{% stepper %}
{% step %}

### Install a Mobile Authenticator App

* Download and install one of the supported authenticator apps on your mobile device:
  * Google Authenticator
  * Microsoft Authenticator
  * FreeOTP
    {% endstep %}

{% step %}

### Scan the QR Code

* Open the authenticator app and scan the QR code displayed on the screen.

![2FA QR Code Setup](/files/5f4eb00860d096268ea5b84445c5e7c768cd5c06)

* If you’re unable to scan the QR code, click the `Unable to scan?` link for alternative setup instructions.
  {% endstep %}

{% step %}

### Enter the One-Time Code

* In the `One-time code` field, enter the code generated by your authenticator app.
  {% endstep %}

{% step %}

### Provide a Device Name

* In the `Device Name` field, add a label to help identify the device you are setting up for 2FA (e.g., “Work Phone”).
  {% endstep %}

{% step %}

### Sign Out from Other Devices (Optional)

* By default, the option to `Sign out from other devices` is checked. You can uncheck this if you want to remain signed in elsewhere.
  {% endstep %}

{% step %}

### Submit and Complete Setup

* Click the `Submit` button to finalize the 2FA setup for your account.
* You will now be required to use your authenticator app for future logins.
  {% endstep %}
  {% endstepper %}


---

# 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.licensespring.com/vendor-platform/settings/two-factor-authentication-_2fa_.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.
