> 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.md).

# 人工智慧

- [Zoom AI 白皮書](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper.md): 適用於 Zoom Workplace、Webinars 與 Events 的 Zoom AI 白皮書
- [簡介：Zoom 中的 AI](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/introduction-ai-at-zoom.md): 適用於 Zoom Workplace、Webinars 與 Events 的 Zoom AI 白皮書簡介
- [模型、處理、儲存與使用](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/models-processing-storage-and-usage.md): Zoom 的 AI 模型供應商、服務方法與資料處理概覽
- [Zoom AI 功能](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/zoom-ai-features.md): 由 Zoom AI 提供的 AI 功能
- [我的筆記](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/my-notes.md): Zoom 我的筆記簡介
- [ZoomMate](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/zoommate.md): ZoomMate 簡介
- [AI 生產力套件](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/ai-productivity-suite.md): Zoom AI 生產力套件簡介
- [圖表與資料流程](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/diagrams.md): 適用於 Zoom Workplace、Webinars 與 Events 的 Zoom AI 圖表與資料流程
- [功能可用性表](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/feature-availability.md): 聯邦式、ZM+ 與 ZMO 的 Zoom AI 功能支援
- [API](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/apis.md): Zoom AI API 簡介
- [管理控制項](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/administrative-controls.md): Zoom AI 管理控制項概覽
- [Zoom 對負責任 AI 的承諾](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
- [資料治理與隱私](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/data-governance-and-privacy.md): Zoom AI 資料治理與隱私概覽
- [安全框架](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/security-framework.md): Zoom AI 安全框架概覽
- [使用者透明度與通知](https://library.zoom.com/technical-library/zh-tw/ai/ai-whitepaper/user-transparency-and-notice.md): 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.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.
