> 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/how-to-enable-and-disable-ask-impact.md).

# 如何为合作伙伴启用和停用 ask impact

*询问 impact* 是一款强大的聊天机器人助手，旨在帮助你在 impact.com 上做出更明智的决策。

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb2rE79d9UhOKZQLgzSqx%2Fuploads%2FvMjQrfM9HTBgCRCWwWxi%2Fpart-151-10.mp4?alt=media&token=cd5470d7-cf8a-4bfc-a321-10d423516618>" %}

{% hint style="success" %}
**注意：** *询问 impact* 已向合作伙伴开放公测。
{% endhint %}

### 启用 *询问 impact*

[账户管理员](/partner/zh/ni-xiang-liao-jie-shen-me/account-management/account-settings/user-management/partner-account-user-roles-and-permissions.md) 可以启用 *询问 impact* 为该账户的成员按如下方式：

1. 在顶部导航栏中，选择 ![](/files/d599d976891a5c0517520cf3405bba1bb9d7163f) **\[用户资料] → 设置**.
2. 在 *账户设置* 页面下方，选择 [**impact ai**](http://app.impact.com/secure/mediapartner/fr/genai-settings-ui.ihtml) 在……下的 *技术* 标题。
3. 你可以在设置页面查看 AI 条款和政策摘要，并通过链接查看完整条款。
4. 选择 ![](/files/1156f95536bf35a761e56094404ebfbca3d0fdbc) **\[Unchecked Box]** **启用 ask impact**.
5. 选择 **保存**.
6. 一旦你保存， *询问 impact* 将为你的账户启用。
   * 一旦该功能在你的账户中启用，账户管理员将能够查看其启用的日期和时间，以及启用该功能的管理员。
   * 当任一成员首次打开聊天界面时，他们会看到 AI 使用条款摘要，并在继续前被提示接受。

### 停用 ask impact

账户管理员也可以选择停用 *询问 impact*:

1. 在 *账户设置* 页面下方，选择 [**impact ai**](http://app.impact.com/secure/mediapartner/fr/genai-settings-ui.ihtml) 在……下的 *技术* 标题。
2. 选择 ![](/files/1e86c35585221955d2f0bc111534a6fe2ebe2b85) **\[已勾选复选框]** **启用 ask impact**.
3. 选择 **保存**.
4. 系统会提示你提供关于你选择停用原因的反馈 *询问 impact*。此信息完全可选，但我们鼓励你提供，因为这有助于我们学习并改进该功能。

### 常见问题

impact.com 负责任地使用 AI，并采取超出法律要求的保护措施，以增强隐私、问责和透明度。我们遵循 [Google 的 AI 原则](https://ai.google/principles/) 并在每一步都有人工监督。

<details>

<summary>那隐私和安全呢？</summary>

你的数据受 impact.com 的隐私政策保护。你掌控自己的数据；它绝不会被共享、混合或用于训练我们的 GenAI 模型。

</details>

<details>

<summary>用户同意：我需要了解什么？</summary>

*询问 impact* 完全是自愿选择加入的。 [管理员和用户](/partner/zh/ni-xiang-liao-jie-shen-me/account-management/account-settings/user-management/partner-account-user-roles-and-permissions.md) 在使用该工具前必须提供知情同意。用户始终知道自己何时正在与 AI 互动。

</details>

<details>

<summary>你们如何改进 ask impact？</summary>

我们会定期监测对话和用户反馈，以提升质量、相关性和安全性。

</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/how-to-enable-and-disable-ask-impact.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.
