# Sign-in and 2FA

Sign in to your user profile in the Back Office using your email address and password.

If two-factor authentication (2FA) is enabled for your user profile, complete the sign-in process by entering a verification code from the Google Authenticator app.

If 2FA isn't enabled, you'll be prompted to enable TOTP (time-based one-time passwords) 2FA and will see the following message:

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-bbab8556cb0067be454d7377767cad33257212a3%2F2fa-message.png?alt=media" alt=""><figcaption></figcaption></figure>

## Enable 2FA

For security purposes, we recommend enabling two-factor authentication (2FA) for your user profile.

To enable 2FA:

{% stepper %}
{% step %}
In the upper-right page corner, click the profile button displaying your email address.

<div align="left"><figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-f6597b919645ca748035b0a797f760a1a377d9a4%2Fprofile-button.png?alt=media" alt="The profile button in he upper-right page corner"><figcaption><p>The profile button in he upper-right page corner</p></figcaption></figure></div>
{% endstep %}

{% step %}
Select **Enable 2FA** in the dropdown.

In the displayed popup, the only supported 2FA option using TOTP (time-based one-time passwords) is selected.

<div align="left"><figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-f584657618c83eee030a9ad00b4afddfc8940ee2%2Fenable-2fa-popup.png?alt=media" alt="Enable 2FA" width="563"><figcaption><p>Enable 2FA</p></figcaption></figure></div>
{% endstep %}

{% step %}
Click **OK**.
{% endstep %}

{% step %}
Follow the displayed instructions to set up 2FA with the Google Authenticator app.
{% endstep %}
{% endstepper %}

After enabling 2FA via TOTP, each time you sign in to the Back Office, after entering your credentials, you'll be prompted to enter a code generated by the Google 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://docs.b2copy.b2broker.com/admin-guide/sign-in-and-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.
