> 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-tw/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/7a6789fe3f6aceac14e16938781aecc12fb9e7e4" 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/3bfea8c96e5fd114dd95b141602f6e816831041a" alt="" width="375"><figcaption><p>主持人在參與者<br>要求停用 Zoom AI 時收到的訊息</p></figcaption></figure></div>

當未啟用會議摘要和會議問題時，AI Sparkle 圖示不會亮起。

<div data-with-frame="true"><figure><img src="/files/544a06be8f8b6ed3cb4b7a0b670169a31df23abd" 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/966c54222d11d228d20ecba25f323f397188e846" alt="" width="375"><figcaption><p>表示轉錄已啟用的會議中指示</p></figcaption></figure></div>

在 **參與者** 清單中，使用 My Notes 的使用者會以鉛筆圖示標示。

<div data-with-frame="true"><figure><img src="/files/dd9e1b4e652f4f1222b6e2b011fa47d13a560c43" alt="" width="348"><figcaption><p>My Notes 鉛筆圖示範例</p></figcaption></figure></div>

在會議視窗右上角，當參與者使用 My Notes 時會顯示轉錄圖示。會議主持人將會看到一個選項可供 **停止轉錄**，而參與者可以 **要求主持人停止轉錄**.

<div data-with-frame="true"><figure><img src="/files/748ef80b40fc3915f9442101bc0310f8d6f4b1a3" alt="" width="375"><figcaption><p>表示會議中 My Notes 已啟用的圖示</p></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/453c0abd4f0e4d8aba9aaf41a3e7afcee841a278" alt="" width="375"><figcaption><p>主持人在參與者要求<br>停止轉錄時收到的訊息</p></figcaption></figure></div>

如果轉錄被會議主持人關閉，My Notes 視窗上會顯示橫幅。

<div data-with-frame="true"><figure><img src="/files/187bcfd351defa6a8cf4673e202593040e9aacc7" alt="" width="375"><figcaption><p>表示轉錄已由主持人停用的橫幅。</p></figcaption></figure></div>

## AI 代理

當聊天頻道中有 AI 代理程式時，訊息框上方會顯示通知，指出 **目前有 AI 代理程式**.

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

此外，AI 代理程式也會在聊天頻道的個人資料卡中另行列出。

<div data-with-frame="true"><figure><img src="/files/9a81b3fcc6dfe77e0ef0b376a5467a6306936d19" 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-tw/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.
