> 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/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/ask-impact/use-the-ask-impact-support-tab.md).

# 使用 ask impact 支持选项卡

该 *询问 impact* 支持标签页为你提供多种渠道来获取帮助、分享反馈并访问文档。它被设计为一个自助服务中心，可根据你的需求呈现合适的资源。

1. 在右下角，选择 ![](/files/4af5e96c950c0015584ebe793e3e89ccfcdaa652) ***询问 impact*** 图标以开始对话。
   * 如果你看不到 ![](/files/4af5e96c950c0015584ebe793e3e89ccfcdaa652) ***询问 impact*** 图标，请检查 *询问 impact* 为 [是否已为你的账户启用](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/ask-impact/how-to-enable-and-disable-ask-impact.md).
2. 在右上角的 *询问 impact* 实时聊天中，选择 ![](/files/a76327d31e51f42a25192030e14aef1a6221fca4) **支持** 以查看支持标签页。

<div data-with-frame="true"><figure><img src="/files/0b21b26f46ee865d6f29e221125ede942b6e8499" alt="Support Tab"><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/948d6075ad01baaa0cef40eae3bb838068c89f3e" alt="PXA"><figcaption></figcaption></figure></div>

支持标签页包含以下 5 个部分：

<details>

<summary>联系我们</summary>

该 *联系我们* 部分位于支持标签页顶部。当你无法通过自助资源找到所需内容时，请使用它。

有 2 种联系方式：

* **在线聊天：** 选择 **立即聊天** 以与支持客服开启实时聊天会话。当你遇到需要立即人工协助的紧急或复杂问题时，请使用此项。
* **工单：** 选择 [**提交工单**](https://app.impact.com/secure/advertiser/support/customer-support-portal-flow.ihtml) 以提交适用于非紧急或需要调查的问题的支持工单。客服人员会审核工单，并在可行时回复。

</details>

<details>

<summary>反馈</summary>

使用 *反馈* 用于分享你对 *询问 impact* 的体验，以帮助改进产品。

选择 **分享反馈** 以打开外部反馈表单或问卷。这与支持工单流程不同，并会直接发送给产品团队。

</details>

<details>

<summary>文档</summary>

该 *文档* 该部分可让你访问自助帮助资源。

* 选择 [**查看 AI 文档**](https://help.impact.com/other/reference-documentation/impact.com-ai-features-explained) 以打开一篇介绍 impact.com 上最新 AI 功能的文章。
* *本页面的帮助文档* 提供与你当前正在查看的页面相关的上下文敏感文档链接，指向 *询问 impact*.

</details>

<details>

<summary>新功能</summary>

该 *新功能* 部分让你及时了解最新的 *询问 impact* 功能和产品更新。请选择 [**查看发布说明**](https://release.impact.com/) 以打开外部发布说明门户。

</details>

<details>

<summary>合作伙伴体验学院</summary>

合作伙伴体验学院（PXA）是 impact.com 的认证和培训项目。请选择 [**获取认证**](https://pxa.impact.com/student/catalog) 以打开 PXA 门户并浏览可用课程和认证。

</details>


---

# 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/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/ask-impact/use-the-ask-impact-support-tab.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.
