> 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/wei-zhu-zhang-hu-she-zhi-ding-yue-ma.md).

# 为主账户设置订阅码

为主账户设置订阅码，可以防止没有订阅码的投资者查看账户的交易统计信息或订阅该账户。

如果您需要保护多个主账户，请为每个主账户设置一个唯一的订阅码。

{% hint style="info" %}
Web UI 中可能会显示或隐藏 订阅码（Subscription code）部分。此设置由投资平台管理员控制。
{% endhint %}

如果您为未显示在 交易员排行榜（Leaderboard）中的主账户设置订阅码，投资者仍可通过账户账号搜索该账户，但必须输入订阅码才能查看账户的交易统计信息并订阅该账户。

如果您为显示在**交易员排行榜**中的主账户设置订阅码，该账户仍会显示在排行榜中，但投资者必须输入订阅码才能查看账户的交易统计信息并订阅该账户。

有关主账户可见状态的更多信息，请参&#x9605;**“更改主账户在交易员排行榜中的可见状态”**。

为主账户设置订阅码：

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

{% step %}
在账户列表中点击相应的主账户。
{% endstep %}

{% step %}
在账户详情中，前往 设置（Settings）页面。
{% endstep %}

{% step %}
在**订阅码（Subscription code）部分，点击添加订阅码（Add subscription code）**。

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

{% step %}
在确认弹窗中，点击 生成（Generate）以生成新的订阅码。
{% endstep %}

{% step %}
如需使用新订阅码替换之前生成的订阅码，请点击**生成订阅码（Generate code）**，然后在确认弹窗中点击**生成（Generate）**。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-f4ff55e43e795a40ba9f05b190bb7c71806a518b%2Ffront-settings-added-subscription-code.png?alt=media" alt="Generated subscription code"><figcaption><p>Generated subscription code</p></figcaption></figure>
{% endstep %}
{% endstepper %}

生成的订阅码会以星号隐藏。

* 如需查看生成的订阅码，请点击**查看（View）**。
* 如需将订阅码复制到剪贴板，请点击**复制（Copy）**。
* 如需删除订阅码，请点击**删除（Delete）**，然后在显示的确认弹窗中确认删除。


---

# 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/wei-zhu-zhang-hu-she-zhi-ding-yue-ma.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.
