> 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

*咨询 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>

#### 禁用 *咨询 impact*

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

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

#### 启用 *咨询 impact*

*咨询 impact* 现已默认启用，但如果日后需要，账户管理员可以为 *咨询 impact* 该账户的成员按如下方式启用：

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

#### 常见问题

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

<details>

<summary>隐私和安全方面怎么样？</summary>

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

</details>

<details>

<summary>关于用户同意：我需要知道什么？</summary>

*咨询 impact* 默认已启用，你可以选择退出。使用该工具无需接受任何条款和条件。用户始终知道自己何时正在与 AI 交互，而且 *咨询 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.
