> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/advocate-program/getting-started-with-advocate/create-and-publish-a-program-draft-for-advocate.md).

# 为 Advocate 创建并发布项目草稿

如果您想在不中止当前推荐计划的情况下进行调整，可以创建一个计划草稿。草稿可让您从整体上审查并发布对计划设计和客户触点所做的更改，包括：

* 计划规则和奖励
* 计划电子邮件和小组件
* 着陆页配置
* 社交消息

#### 创建计划草稿

每个计划一次只能有一个活动草稿。您所做的任何更改都会自动保存到草稿中，并且必须发布后才会生效。

<details>

<summary>计划规则</summary>

1. 从左侧导航菜单中选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 项目规则**.
2. 根据需要进行更改。
   * 您的草稿必须至少包含一个转化目标。如果您的计划没有目标，那么在尝试保存更改时，您将收到一条错误消息。

您的更改将自动添加到计划草稿中。

{% hint style="info" %}
**注意：** 翻译和全局奖励不包含在计划草稿中。如果您的计划草稿包含对客户触点的修改，例如计划电子邮件或小组件，您可以 [在发布后更新您的翻译](/brand/zh/what-would-you-like-to-learn-about/advocate-program/advocate-program-settings/translate-and-localize-your-advocate-program.md) 。如果您的计划使用 [全局奖励](/brand/zh/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/create-a-reward.md)，那么您对该奖励所做的任何更改将立即生效。
{% endhint %}

</details>

<details>

<summary>计划内容</summary>

1. 从左侧导航菜单中选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 内容。**
2. 打开内容编辑器。
   * 在 *小组件* 卡片中，选择 **编辑小组件**.
   * 在 *电子邮件* 卡片中，选择 **编辑邮件**.
3. 在 *程序小组件* 或 *计划电子邮件* 标题下，在滑出菜单中选择您想要更改的项目。
4. 完成更改后，选择 **保存草稿** 顶部导航栏中的。您的更改将被添加到您的计划草稿中。

如需帮助修改您的小组件或电子邮件，请参阅我们关于以下内容的文档： [自定义小组件](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/widget-experiences/customize-program-widgets.md) 和 [电子邮件](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/email-experiences/create-and-customize-advocate-program-emails.md).

</details>

#### 发布计划草稿

拥有完全访问权限或计划经理角色的团队成员可以创建、更新、放弃或发布计划草稿。如果您是具有完全访问权限的团队成员，但不希望您的计划经理能够发布草稿，请联系我们的支持团队以调整您的 [用户权限](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/advocate-team-member-roles-and-permissions.md).

1. 从左侧导航菜单中选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 项目规则** 或 **内容**.
   * 在 **内容** 页面中，选择 **编辑小组件** 或 **编辑邮件** 以打开内容编辑器。
   * 选择您已更新的计划小组件或电子邮件。
2. 在顶部导航栏中，选择 **发布**.
   * 系统会显示一条消息，总结您更改的区域。发布后，所有这些更改都将应用到您的线上计划中。如果您不想包含其中某些更改，那么您可以放弃该草稿。
   * 如果您尝试在计划不包含转化目标的情况下发布计划草稿，您将收到一条错误消息。请添加一个转化目标以继续。
3. 选择 **发布** 以立即将所有更改推送到您的线上计划中。


---

# 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://help.impact.com/brand/zh/what-would-you-like-to-learn-about/advocate-program/getting-started-with-advocate/create-and-publish-a-program-draft-for-advocate.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.
