# 2FA Authentication

Enabling two-factor authentication (2FA) is managed directly in your merchant dashboard.\
Go to **«Settings»** and open the **«Security»** tab.

<figure><img src="/files/FjQeubIlnbfVncVnlycn" alt="" width="563"><figcaption></figcaption></figure>

Click **«Enable 2FA»** to begin the setup process. A modal window will appear with step-by-step instructions.

To connect your authenticator app, follow these steps:

{% stepper %}
{% step %}
Open your authenticator app (e.g., Google Authenticator).
{% endstep %}

{% step %}
Scan the QR code or manually enter the backup key.
{% endstep %}

{% step %}
Enter the one-time code generated by the app to complete the setup.
{% endstep %}
{% endstepper %}

After clicking **«Get QR Code»**, the system will generate both:

* a QR code,
* and a backup key for manual entry.

Scan the QR code with your authenticator app (e.g., Google Authenticator) or add the backup key manually. Once added, enter the 6-digit one-time code into the input field and click **«Enable 2FA»**.

From this moment, your account is protected with an additional layer of security.

If needed, you can disable two-factor authentication later.

Disabling 2FA is available in the same **«Security»** tab, provided that 2FA was previously enabled. To turn it off, you’ll need to enter a one-time code from your authenticator app.

Please note that disabling two-factor authentication will reduce the security level of your account.


---

# 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://goodpayments.gitbook.io/docs/getting-started/account-settings/2fa-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.
