# Enable or disable 2FA

*Applicable to standalone solutions only*

## Enable 2FA

For additional protection against unauthorized access, enable two-factor authentication (2FA) for your Admin panel profile.

To enable 2FA:

{% stepper %}
{% step %}
Go to **Security Settings** in the menu.
{% endstep %}

{% step %}
Go to the **Two-Factor Authentication** tab.
{% endstep %}

{% step %}
Turn on the toggle for the 2FA method that you wnt to enable:

* **Email** — to receive verification codes to your email.
* **Authenticator App** — to use codes generated in an authenticator app, such as **Google Authenticator**.

<figure><img src="/files/r6CX5Z3pjePJpOXJlUDK" alt="Two-Factor Authentication tab"><figcaption><p>Two-Factor Authentication tab</p></figcaption></figure>
{% endstep %}

{% step %}

* For 2FA with email codes, no further action are required. It's enabled immediately.
* For 2FA via an authenticator app, follow the on-screen instructions to download the app (if needed), scan the QR code or enter the setup code, and start generating verification codes for your Admin panel profile.

<figure><img src="/files/GXImdtC922v4Rq3qATbZ" alt="Set up 2FA via auth app"><figcaption><p>Set up 2FA via auth app</p></figcaption></figure>
{% endstep %}
{% endstepper %}

Once 2FA is enabled, you’ll be prompted to enter a verification code after entering your credentials when signing in to the Admin panel.

## Change your 2FA method

If you already have a 2FA method enabled for your Admin panel profile, you can switch to another one. When you change the method, the current one is automatically disabled, and the new one is activated.

To change a 2FA method:

{% stepper %}
{% step %}
Go to **Security Settings** in the menu.
{% endstep %}

{% step %}
Go to the **Two-Factor Authentication** tab.
{% endstep %}

{% step %}
Turn on the toggle for the 2FA method you want to use instead of the current one.
{% endstep %}

{% step %}
In the displayed popup, enter the verification code from your current 2FA method.
{% endstep %}

{% step %}

* If you disable 2FA via an authenticator app and enable 2FA with email codes, no further action are required. It's enabled immediately.
* If you disable 2FA with email codes and enable 2FA via an authenticator app, follow the on-screen instructions to download and set up the app to start generating verification codes for your Admin panel profile.
  {% endstep %}
  {% endstepper %}

After changing your 2FA method, use the new one to get verification codes for signing in to the Admin panel.

## Disable 2FA

It’s not recommended to disable 2FA, as it provides an important layer of security for your Admin panel profile. You should do so only when absolutely necessary, such as when troubleshooting access issues or replacing your 2FA device.

To disable 2FA:

{% stepper %}
{% step %}
Go to **Security Settings** in the menu.
{% endstep %}

{% step %}
Go to the **Two-Factor Authentication** tab.
{% endstep %}

{% step %}
Turn off the toggle for the 2FA method: **Email** or **Authenticator App**.
{% endstep %}

{% step %}
In the displayed popup, enter the verification code sent to your email or generated in your authenticator app to confirm the action.
{% endstep %}
{% endstepper %}

The selected 2FA method is now disabled for your profile.


---

# 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.b2copy.b2broker.com/admin-panel-guide/manage-security-settings/enable-or-disable-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.
