> 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/actions-and-payouts/action-inquiries/automate-action-inquiry-responses.md).

# アクション問い合わせの応答を自動化する

すでに別のソースでトラッキングされ、成果が付与されているためにアクション問い合わせを却下する場合、このオプションを有効にするとパートナーに自動応答が送信されます。次を表示するには、チェックマークを選択してください **チャネル** および／または **メディアパートナー** そのアクションに成果付与されたもの。

#### 承認ルール

*承認ルール* を有効にすると、指定したパートナーからのアクション問い合わせを自動的に承認できます。

|                                |                                                                                                                    |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
| **パートナーごとに**                   | ドロップダウンを使用して、アクション問い合わせを自動的に承認したいパートナーを選択します。                                                                      |
| **問い合わせを承認**                   | <p>このパートナーからのアクション問い合わせをいつ承認するかを選択してください:</p><p>• 即時</p><p>• （X日後）</p><p>• 月末から（X日後）経過後</p>                        |
| **要求された支払額が $X 未満の場合**         | 支払リクエストの上限を選択してください。パートナーのアクション問い合わせリクエストがこの金額を下回る場合、自動的に承認されます。                                                   |
| **暦月の承認済み問い合わせ支払総額が $X 未満の場合** | impact.com は、各暦月ごとに特定のパートナーへのアクション問い合わせ支払額を追跡しています。ここに値を入力して上限を設定してください。パートナーがこの金額に達すると、アクション問い合わせを手動で承認する必要があります。 |
| **デフォルトのイベントタイプ**              | このパートナーのアクションをトラッキングするデフォルトのイベントタイプを選択してください。                                                                      |


---

# 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/actions-and-payouts/action-inquiries/automate-action-inquiry-responses.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.
