# Enable Two-Factor Authentication

Two-factor authentication (2FA) adds an extra layer of security to your Firstoken Console account. Once enabled, you will be prompted for a one-time code on every login.

#### Before you start

Install an authenticator app on your device. Supported apps include Google Authenticator and 1Password.

#### Steps

1. Log in to the Firstoken Console.
2. Click your name and avatar in the top-right corner and select **Account**.
3. Scroll to the bottom of the Account page and click **Setup 2FA**.
4. Scan the QR code displayed using your authenticator app.
5. Enter the code generated by your app and confirm.

2FA is now active. On your next login, after entering your credentials, you will be prompted for the current OTP shown in your authenticator app.


---

# 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://firstoken.gitbook.io/api-docs/how-to/enable-two-factor-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.
