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