> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh/ai-whitepaper/yong-hu-tou-ming-du-yu-gao-zhi.md).

# 用户透明度与告知

## **会议内指示**

以下部分说明用户如何识别为会议启用的 Zoom AI 功能。

### Zoom AI 会议问题和会议摘要

当会议中的 Zoom AI 功能“会议问题”和“会议摘要”为会议启用时，参会者会在会议窗口右上角看到一个点亮的 AI 闪耀图标。将鼠标悬停在该图标上时，参会者可以查看当前为会议启用的是哪些 AI 功能，以及是否正在为会议摘要生成转写文字。

<div data-with-frame="true"><figure><img src="/files/95c73314ce6de2c6ab2a383bac5f81f6f3aa35eb" alt="" width="323"><figcaption><p>表示 Zoom AI 功能已启用的会议内指示</p></figcaption></figure></div>

如有需要，参会者可以请求会议主持人禁用这些 Zoom AI 功能，并可选择删除截至那时由 Zoom AI 生成的资产。对于 My Notes，在转写停止之前已经生成的转写文字部分，将仍可供启动 My Notes 的参会者使用。如果主持人还删除了相关的会议资产，那么使用 My Notes 生成的转写文字也会被删除，除非参会者在主持人停止转写之前已完成并保存了转写文字。

<div data-with-frame="true"><figure><img src="/files/01a940ed1f6f7bde36a63d0cd73a875a7a2337be" alt="" width="375"><figcaption><p>当参会者<br>请求禁用 Zoom AI 时主持人收到的消息</p></figcaption></figure></div>

当未启用会议摘要和会议问题时，AI 闪耀图标未点亮。

<div data-with-frame="true"><figure><img src="/files/0e9d5f8f9845daadf5e0f56d72a4990897b05bd7" alt="" width="375"><figcaption><p>未点亮的图标表示 Zoom AI 功能未启用。</p></figcaption></figure></div>

{% hint style="info" %}
**注意**

上述指示不适用于 My Notes。
{% endhint %}

### My Notes

当在 Zoom 会议中开启 My Notes 时，会议中的每位参会者都会看到一条横幅，提示该会议正在转写，除非他们已选择不再显示。用户可以在 Zoom 客户端设置中重置会议免责声明，以再次显示这些横幅。

<div data-with-frame="true"><figure><img src="/files/1f496745bef22e9161f12656927367ed2a4f9a42" alt="" width="375"><figcaption><p>显示转写有效状态的会议内指示</p></figcaption></figure></div>

在 **参会者** 列表中，使用 My Notes 的用户会以铅笔图标标记。

<div data-with-frame="true"><figure><img src="/files/24e8bf4d4654cb5457ca2e6cc11dad1e117c3c16" alt="" width="348"><figcaption><p>My Notes 铅笔图标示例</p></figcaption></figure></div>

在会议窗口右上角，当参会者正在使用 My Notes 时，转写图标会显示。会议主持人将看到一个用于 **停止转写**，而参会者可以 **请求主持人停止转写**.

<div data-with-frame="true"><figure><img src="/files/fc87da8d0fb550fc07e2b6b6dba793c2f69ad386" alt="" width="375"><figcaption><p>My Notes 图标，指示 My Note 在会议中有效</p></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/dfa729915e6835ac7cc8e81a023ca2e8b6ebe0fd" alt="" width="375"><figcaption><p>参会者请求停止转写时主持人收到的消息</p></figcaption></figure></div>

如果主持人关闭了转写，My Notes 窗口上将显示横幅。

<div data-with-frame="true"><figure><img src="/files/ec3cfada4839b5bd971a6fa31768bf8ff3887974" alt="" width="375"><figcaption><p>表示主持人已禁用转写的横幅。 </p></figcaption></figure></div>

## AI 代理

当聊天频道中显示 AI 代理时，消息框上方会显示一则通知，内容为 **AI 代理已显示**.

<div data-with-frame="true"><figure><img src="/files/a5fb5eb4dfef36407b9b14971b51aae9e2cb5688" alt="" width="323"><figcaption></figcaption></figure></div>

此外，AI 代理还会在聊天频道的资料卡中单独列出。

<div data-with-frame="true"><figure><img src="/files/a511fd02cd6c719cafe81903cbc491c04aeb281a" alt="" width="375"><figcaption><p>包含 AI 代理的聊天频道资料卡示例</p></figcaption></figure></div>


---

# 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://library.zoom.com/technical-library/zh/ai-whitepaper/yong-hu-tou-ming-du-yu-gao-zhi.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.
