> For the complete documentation index, see [llms.txt](https://lti.gitbook.io/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/deng-lu-yu-shuang-chong-shen-fen-yan-zheng-2fa.md).

# 登录与双重身份验证（2FA）

使用您的电子邮箱和密码登录 Web UI 中的个人资料。

如果您的个人资料已启用双重身份验证（2FA），系统将根据当前启用的验证方式，要求您输入通过手机短信接收的验证码，或由 Google Authenticator 应用生成的验证码，以完成登录。

### 启用双重身份验证（2FA）

为提高账户安全性，我们建议您为个人资料启用双重身份验证（2FA）。

启用 2FA 的步骤如下：

{% stepper %}
{% step %}
点击顶部栏右侧的**个人资料图标**。
{% endstep %}

{% step %}
在下拉菜单中选择**安全（Security）**。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-e023697098f486a9f649636fb0c219af32898cad%2Ffront-profile-icon.png?alt=media" alt="Profile icon"><figcaption><p>Profile icon</p></figcaption></figure>
{% endstep %}

{% step %}
在 双重身份验证（Two-factor authentication）部分，启用以下任一验证方式：

* **Google Authenticator（推荐）**——通过 Google Authenticator 应用获取验证码。
* **短信验证（SMS confirmation）**——通过绑定的手机号码接收短信验证码
  {% endstep %}

{% step %}
按照屏幕上的说明完成所选 2FA 验证方式的设置。
{% endstep %}
{% endstepper %}

启用 2FA 后，每次使用登录凭据登录 Web UI 时，系统都会要求您额外输入验证码。

### 访问跟单交易、PAMM 和 MAM

登录后，您可以通过左侧的**主菜单**访问跟单交易、PAMM 或 MAM 服务。具体可用的服务取决于您的经纪商所配置的投资平台。

展开相应的菜单项，即可访问 交易员排行榜（Leaderboard）以及账户页面。您可以在账户页面创建和管理主账户与投资账户。

如果相关服务同时在 MT4/5、cTrader 等多个平台上提供，您将可以访问每个受支持平台对应的**交易员排行榜**和账户页面。

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

在 我的账户（My accounts）页面，您可以创建并管理主账户和投资账户。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-4fa40fbf4a3e34b46c0b9b485d7df624da918538%2Ffront-my-accounts-page.png?alt=media" alt="My accounts"><figcaption><p>My accounts</p></figcaption></figure>

{% hint style="success" %}
**另请参阅**

* 账户详情
* 跟单交易、PAMM 和 MAM 账户综合比较
* 使用交易员排行榜查找表现最佳的主账户
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/deng-lu-yu-shuang-chong-shen-fen-yan-zheng-2fa.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
