> 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-gen-dan-ding-yue/zan-ting-huo-hui-fu-gen-dan-ding-yue.md).

# 暂停或恢复跟单订阅

作为投资者，您可以暂停当前有效的跟单交易和 MAM 订阅，也可以恢复之前暂停的订阅。

PAMM 订阅无法暂停。

### 暂停跟单订阅

暂停跟单订阅后，将发生以下情况：

* 主账户中新建立的头寸将不再复制到您的投资账户。
* 之前复制的未平仓头寸仍会保留在投资账户中。当主账户中的对应头寸被关闭时，这些头寸也会在投资账户中关闭。
* 系统会继续按照跟单订阅的费用方案收取费用。

暂停跟单订阅：

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

{% step %}
在账户列表中选择相应的投资账户。
{% endstep %}

{% step %}
在账户详情中，前往 跟单订阅（Subscriptions）页面。
{% endstep %}

{% step %}
选择您希望暂停的跟单订阅。
{% endstep %}

{% step %}
如需暂停所选订阅，请启用 暂停跟单（Pause Copy）开关。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-e4b165cc510ea2261a23f80f518f38a7aceed202%2Ffront-pause-subscription.png?alt=media" alt="Enable the Pause Copy switch"><figcaption><p>Enable the Pause Copy switch</p></figcaption></figure>
{% endstep %}
{% endstepper %}

启用该开关后，跟单订阅将立即暂停，但仍会保持 有效（Active）状态。这表示您的投资账户仍然订阅该主账户。

### 恢复跟单订阅

您可以恢复之前暂停的跟单订阅。

恢复订阅后，主账户中新建立的头寸将继续复制到您的投资账户。

恢复跟单订阅：

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

{% step %}
在账户列表中选择相应的投资账户。
{% endstep %}

{% step %}
在账户详情中，前往 跟单订阅（Subscriptions）页面。
{% endstep %}

{% step %}
选择您希望恢复的跟单订阅。
{% endstep %}

{% step %}
如需恢复所选订阅，请关闭 暂停跟单（Pause Copy）开关。
{% endstep %}
{% endstepper %}

关闭该开关后，跟单订阅将立即恢复。


---

# 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-gen-dan-ding-yue/zan-ting-huo-hui-fu-gen-dan-ding-yue.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.
