> 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-you-hui-huo-dong.md).

# 为主账户设置优惠活动

您可以为您的主账户设置促销优惠，并使用指定的促销代码，向潜在投资者提供以优惠费率方案订阅您账户的机会。

促销优惠将促销代码与费率方案相链接；当投资者订阅您的主账户时，该方案能为他们提供比默认方案更优惠的条件。

{% hint style="info" %}
Web UI 中可能会显示或隐藏 优惠活动（Promo offer）部分。此设置由投资平台管理员控制。
{% endhint %}

为主账户设置优惠活动：

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

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

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

{% step %}
在**优惠活动（Promo offers）部分，点击添加新优惠（Add new offer）**。
{% endstep %}

{% step %}
在 创建优惠（Create offer）弹窗中，填写以下字段：

* 在 名称（Name）字段中，输入优惠活动的名称。
* 在 优惠码（Promo code）字段中，使用字母、数字或两者的组合输入一个唯一的优惠码。
* 为优惠活动设置费用方案。投资者在订阅您的主账户并输入优惠码后，将看到该费用方案。

  有关费用的更多信息，请参阅**费用列表**。
* *仅适用于独立解决方案*：保持 合作伙伴专用（For Partners）开关处于关闭状态。

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

{% step %}
点击**创建（Create）**。
{% endstep %}
{% endstepper %}

创建的优惠活动将显示在 优惠活动（Promo offers）部分。

如需将分配给该优惠活动的优惠码复制到剪贴板，请点击优惠码旁边的 复制（Copy）按钮。

当优惠活动不再需要时，您可以对其进行编辑或删除。


---

# 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-you-hui-huo-dong.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.
