> 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/ai-whitepaper/user-transparency-and-notice.md).

# 用户透明度和通知

## **会议内指示**

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

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

当会议内的 Zoom AI 功能“会议问题”和“会议摘要”已为会议启用时，参会者会在会议窗口右上角看到一个点亮的 AI Sparkle 图标。将鼠标悬停在该图标上时，参会者可以看到当前为该会议启用了哪些 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>当参会者请求禁用 Zoom AI 时，主持人收到的消息</p></figcaption></figure></div>

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

<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 %}

### 我的笔记

当在 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 Notes 在会议中处于有效状态</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/ai-whitepaper/user-transparency-and-notice.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.
