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

# 自动处理行为查询回复

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

#### 审批规则

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

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