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

# 如何启用和禁用 ask impact

*ask impact* 是一款强大的聊天机器人助手，旨在帮助你探索绩效数据、比较结果、获取产品指导，并协助你查阅 impact.com 文档。了解更多关于 [ask impact 使用技巧](/brand/zh/what-would-you-like-to-learn-about/platform-features/ask-impact/ask-impact-tips-and-tricks.md).

<div data-with-frame="true"><figure><img src="https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-b76f5ff5bfb9e4b14bc36f1960fa8ed0fc1d037b%2F3980fdd4a1d9de84a48a220951fcf93b70f57cfe385f0a781035efcbd8f9b566.png?alt=media" alt=""><figcaption></figcaption></figure></div>

#### 停用 *ask impact*

账户管理员可以选择停用 *ask impact*:

1. 在 *账户设置* 页面上，选择 **impact ai** 在……下的 *工具* 标题。
2. ![](https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-b5e1740618ed6571d97b8fed7c25a7678f85d375%2F299632fb6f4f91fbf9847471754cc6180e4284a65b4960af4c4ea472a159f552.svg?alt=media) **\[取消勾选]** **启用 ask impact**.
3. 选择 **保存**.
4. 系统会提示你提供反馈，说明你选择停用的原因 *ask impact*。此信息完全可选，但我们鼓励你提供，因为这有助于我们学习并改进该功能。

#### 启用 *ask impact*

*ask impact* 现已默认启用，但如有需要，账户管理员可以启用 *ask impact* 供该账户成员使用，步骤如下：

1. 在顶部导航栏中，选择 ![](https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2F210dEQa93qyQgoJDkieL%2FUser%20profile.svg?alt=media\&token=f84c5b17-fae4-4a30-990a-9de5e57a150b) **\[用户资料] → 设置**.
2. 在 *账户设置* 页面上，选择 **impact ai** 在……下的 *工具* 标题。
3. ![](https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FY1JDjX2yFd8H8O9CsyH1%2Fcheck.png?alt=media\&token=623bf0cc-26fc-44f5-a67a-5e8eb70311b9)**\[勾选]** **启用 ask impact**.
4. 选择 **保存**.
5. *ask impact* 现已为你账户中的所有成员启用。
   * 功能启用后，账户管理员将能够查看其启用的日期和时间，以及启用该功能的管理员。

#### 常见问题

impact.com 以负责任的方式使用 AI，并提供超出法律要求的保护，以增强隐私、问责和透明度。我们遵循 [Google 的 AI 原则](https://ai.google/principles/) 并在每一步都有人为监督。有关我们如何构建、测试和管理 AI 功能的更多信息，请参阅 [信任中心](https://trust.impact.com/).

<details>

<summary>隐私和安全方面呢？</summary>

你的数据受 impact.com 的隐私政策保护。你掌控自己的数据；这些数据绝不会被共享、混合，也不会用于训练我们的生成式 AI 模型。

</details>

<details>

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

*ask impact* 默认已启用，你也可以选择退出。使用此工具无需接受任何条款和条件。用户始终知道自己何时在与 AI 交互，并且 *ask impact*的 [用途、功能和限制](/brand/zh/what-would-you-like-to-learn-about/platform-features/ask-impact/ask-impact-tips-and-tricks.md) 都会被清楚告知。

</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/brand/zh/what-would-you-like-to-learn-about/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.
