> 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/guan-li-zhu-zhang-hu-he-tou-zi-zhang-hu/chuang-jian-tou-zi-zhang-hu.md).

# 创建投资账户

如需订阅主账户并跟随其交易策略或进行资金投资，您需要先创建一个投资账户。

创建投资账户：

{% stepper %}
{% step %}
在主菜单中展开相应的服务项目，例如 **LTI Copy Trading**、**MAM** 或 **PAMM**。如果该服务支持多个交易平台，请在所需平台下点击**我的账户（My Accounts）**。
{% endstep %}

{% step %}
根据您的账户情况执行以下操作：

* 如果您还没有任何账户，请点击**投资者（Investor）**。
* 如果您已经拥有投资账户，请点击**投资账户（Investment accounts）区域右上角的新增（Add new）**。
  {% endstep %}

{% step %}
在 新建投资账户（New Investment account）弹窗中，设置以下选项：

* 在 平台（Platform）下拉菜单中选择账户组（如有）。
* 在 货币（Currency）下拉菜单中选择投资账户的计价货币。
* 在 杠杆（Leverage）下拉菜单中选择杠杆比例。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-701656168b80146005841181a59665e7d8629646%2Ffront-new-investment-account.png?alt=media" alt="Create an investment account"><figcaption><p>Create an investment account</p></figcaption></figure>
{% endstep %}

{% step %}
点击 创建（Create）以创建账户。
{% endstep %}
{% endstepper %}

新创建投资账户的详细信息已发送至您的电子邮箱。

接下来，您可以通过**交易员排行榜（Leaderboard）**，将投资账户订阅至您选择的主账户，并向投资账户存入资金，开始跟随所选主交易员的交易策略。


---

# 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/guan-li-zhu-zhang-hu-he-tou-zi-zhang-hu/chuang-jian-tou-zi-zhang-hu.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.
