> 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-whitepaper/zooms-commitment-to-responsible-ai.md).

# Zoom 對負責任 AI 的承諾

Zoom 致力於以負責任的方式開發 AI，並將安全與隱私置於其向客戶提供的生成式 AI 功能核心。Zoom 認知到，AI 會為其客戶帶來一組持續演變的風險考量，而公司在推出生成式 AI 功能時，致力於優先考量透明度與客戶選擇權。

與這些承諾一致，Zoom 已宣布不會使用任何客戶音訊、視訊、聊天、螢幕共享、附件，或其他類似通訊的客戶內容（例如投票結果、白板和回應）來訓練 Zoom 自身或其第三方人工智慧模型。

Zoom 在帳戶、群組及／或使用者層級提供某些控制選項，讓管理員可管理哪些 Zoom AI 功能或能力可供特定的 Zoom 產品方案使用，以及哪些使用者可以存取。例如，對於 Zoom Meetings，管理員可以在帳戶層級啟用 Zoom AI 功能，而會議主持人和參與者可以選擇是否在特定會議中啟用並使用這些功能。為了提供透明度，Zoom 會議參與者將在產品內看到與該會議所啟用的 Zoom AI 功能相關的指示標記。


---

# 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-whitepaper/zooms-commitment-to-responsible-ai.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.
