> 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="/files/bc6817797c6e9e2014fd7f84f6f50c2521171c2c" alt=""><figcaption></figcaption></figure></div>

#### 禁用 *ask impact*

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

1. 在 *账户设置* 页面，选择 **impact ai** 下的 *工具* 标题。
2. ![](/files/48509e0f0c9ae68203294f8aae7777211a4315e1) **\[取消勾选]** **启用 ask impact**.
3. 选择 **保存**.
4. 系统会提示你提供反馈，说明你为什么选择禁用 *ask impact*。此信息完全可选，但我们鼓励你提供，因为这有助于我们学习并改进该功能。

#### 启用 *ask impact*

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

1. 从顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 在 *账户设置* 页面，选择 **impact ai** 下的 *工具* 标题。
3. ![](/files/8cdba147ce0e74d118ae87693dcc7f8577e09389)**\[勾选]** **启用 ask impact**.
4. 选择 **保存**.
5. *ask impact* 现将为你账户的所有成员启用。
   * 功能启用后，账户管理员将能够看到该功能启用的日期和时间，以及启用该功能的管理员。

#### 常见问题

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

<details>

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

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

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