> 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.
