> 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/ja/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/contracts/send-a-counter-proposal-to-applicants.md).

# 応募者に対案を送信

パートナーが公開条件に基づいてあなたのプログラムに申し込んだ場合は、別の契約（たとえば、パートナーのビジネスモデルにより合う別の条件セット）を提案することもできます。

方法を学ぶ [見込み顧客に提案を送信する](/brand/ja/what-would-you-like-to-learn-about/performance-program/recruiting-partners/prospective-partners/send-a-proposal-to-a-prospect.md).

1. 左側のナビゲーションメニューで、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[エンゲージ]** → **パートナー** → **申請**.
2. 提案を送りたいパートナーにカーソルを合わせてから、 ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[その他]** → **対案**.
3. の *提案* 画面で、 ![](/files/6f8314de4650eb50296a22f0905ff81ab67391cc) **\[ドロップダウン メニュー]** から **テンプレート条件**.
4. を設定し、契約の **契約期間** を指定します。 *期間* にするか **継続** または **一時的**.
   * を選択した場合は、 **一時的**、 **終了日** を指定し、必要に応じて契約を **現在のテンプレート条件にフォールバックする** または **別のテンプレート条件** 契約終了後に。
5. の横に *承認オプション*で、 ![](/files/655db55cd06b69109e64fb992dddd9b2c7f03241) **\[ラジオボタン]** **提案**。 ![](/files/fd83586f9930f6bcc6498179e6d7ed9571e7b572) **\[未選択のチェックボックス]** を使って、この提案に **有効期限** があるかどうか、そして相手が **対案を出せる** あなたの提案に対して。
6. 必要に応じて、 **コメント** を入力して提案を説明します。
7. 画面下部で、 **保存**.

   * 対案は **送信済み提案** タブに移動します。

   <div data-with-frame="true"><figure><img src="/files/05c1a202b2ce14e22400ed483ab9cc132e0c220a" 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/ja/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.
