> 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/platform-features/contracts-and-template-terms/contracts/send-a-counter-proposal-to-applicants.md).

# 向申请者发送反提案

如果合作伙伴已根据你的公开条款申请加入你的项目，你也可以提出一份不同的合同（例如，一组更符合该合作伙伴商业模式的条款）。

了解如何 [向潜在客户发送提案](/brand/zh/what-would-you-like-to-learn-about/performance-program/recruiting-partners/prospective-partners/send-a-proposal-to-a-prospect.md).

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **合作伙伴** → **申请**.
2. 将光标悬停在你想向其发送提案的合作伙伴上，然后选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **反提案**.
3. 在 *提案* 屏幕中，使用 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** 以选择 **模板条款**.
4. 设置 **合同日期** 并指定合同是否 *期限* 应该 **持续** 或 **临时**.
   * 如果你选择 **临时**，指定 **结束于** 日期，并可选择让合同 **回退到当前模板条款** 或 **另一模板条款** 在合同结束后。
5. 在……旁边 *审批选项*下，选择 ![](/files/ab9a3d8dd653502900038f5f352bd3f23c771f2c) **\[单选按钮]** **提议**。使用 ![](/files/48509e0f0c9ae68203294f8aae7777211a4315e1) **\[未勾选的复选框]** 以确定此提案是否具有一个 **到期日期** 以及他们是否可以 **反要约** 你的提案。
6. 可选地，留下 **备注** 来说明你的提案。
7. 在屏幕底部，选择 **保存**.

   * 反提案将移至 **已发送的提案** 选项卡。

   <div data-with-frame="true"><figure><img src="/files/4db906eaaa67f6037a0c86720875e4665919a44f" alt=""><figcaption></figcaption></figure></div>

{% hint style="success" %}
**备注**：提案状态更改为 `已反提案` 当任一方重新提出条款时。即使条款详情未变，这也会发生，因为重新提案会更新签署日期，系统会将其解释为新的反提案。
{% endhint %}


---

# 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/platform-features/contracts-and-template-terms/contracts/send-a-counter-proposal-to-applicants.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.
