# Sign-in and 2FA

Sign in to your profile in the Web UI using your email and password.

If [two-factor authentication](#enable-2fa) (2FA) is enabled for your profile, complete the sign-in by entering a verification code sent to your phone number via SMS or generated by the Google Authenticator app, based on the enabled 2FA method.

## Enable 2FA

For security purposes, we recommend enabling 2FA for your profile.

To enable 2FA:

{% stepper %}
{% step %}
Click the **profile icon** on the right side of the top bar.
{% endstep %}

{% step %}
Select **Security** in the dropdown.

<figure><img src="/files/YRtfKMLcPYOc8P2d2mZR" alt="Profile icon"><figcaption><p>Profile icon</p></figcaption></figure>
{% endstep %}

{% step %}
In the **Two-factor authentication** section, enable one of the option:

* **Google Authenticator** (recommended) — to receive verification codes through the Google Authenticator app.
* **SMS confirmation** — to receive verification codes via SMS on your phone number.
  {% endstep %}

{% step %}
Follow the on-screen instructions to set up the selected 2FA method.
{% endstep %}
{% endstepper %}

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

## Access copy trading, PAMM, and MAM

After signing in, access the copy-trading, PAMM, or MAM services from the **main menu** on the left. The availability of specific services depends on the investment platform configuration provided by your broker.

Expand the relevant menu item to access the **Leaderboard** and the account page where you can create and manage your master and investment accounts. If services are offered on multiple platforms, such as MT4/5 and cTrader, you will have access to the **Leaderboard** and account pages for each supported platform.

<figure><img src="/files/LQummioZNG2FAf0DFm4i" alt="Main menu"><figcaption><p>Main menu</p></figcaption></figure>

On the **My accounts** page, you can create your master and investment accounts and manage them.

<figure><img src="/files/X6sCc8yLfpOtUrve87OB" alt="My accounts"><figcaption><p>My accounts</p></figcaption></figure>

{% hint style="success" %}
**See also**

[Account details](/user-guide/view-your-account-details.md)

[General comparison of copy-trading PAMM and MAM accounts](/copy-trading-pamm-and-mam-concepts/general-comparison-of-copy-trading-mam-and-pamm-accounts.md)

[Use the Leaderboard to find the best-performing master accounts](/user-guide/use-the-leaderboard-to-find-the-best-performing-master-accounts.md)
{% endhint %}


---

# 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/user-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.
