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

# 自动回复 Action 查询

如果你拒绝一项行动询问，因为它已被跟踪并记入其他来源，启用此选项将向合作伙伴发送自动回复。选择复选标记以显示 **渠道** 和/或 **媒体合作伙伴** 该动作已记入其名下。

#### 审批规则

*审批规则* 可启用以自动接受来自指定合作伙伴的行动询问。

|                            |                                                                             |
| -------------------------- | --------------------------------------------------------------------------- |
| **针对合作伙伴**                 | 使用下拉菜单选择你希望自动接受其行动询问的合作伙伴。                                                  |
| **批准询问**                   | <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/zh/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.
