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

# 人工智能

- [Zoom AI 白皮书](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper.md): Zoom Workplace、网络研讨会和活动的 Zoom AI 白皮书
- [引言：Zoom 中的 AI](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/introduction-ai-at-zoom.md): Zoom Workplace、网络研讨会和活动的 Zoom AI 白皮书简介
- [模型、处理、存储和使用](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/models-processing-storage-and-usage.md): Zoom 的 AI 模型提供商、服务方式和数据处理概述
- [Zoom AI 功能](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/zoom-ai-features.md): 由 Zoom AI 提供技术支持的 AI 功能
- [我的笔记](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/my-notes.md): Zoom 我的笔记简介
- [ZoomMate](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/zoommate.md): ZoomMate 简介
- [AI 生产力套件](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/ai-productivity-suite.md): Zoom AI 生产力套件简介
- [图表和数据流](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/diagrams.md): 适用于 Zoom Workplace、Webinars 和 Events 的 Zoom AI 图表和数据流
- [功能/特性可用性表](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/feature-availability.md): 适用于 federated、ZM+ 和 ZMO 的按服务方式划分的 Zoom AI 功能/特性支持
- [API](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/apis.md): Zoom AI API 简介
- [管理控制](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/administrative-controls.md): Zoom AI 管理控制概览
- [Zoom 对负责任 AI 的承诺](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
- [数据治理和隐私](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/data-governance-and-privacy.md): Zoom AI 数据治理和隐私概览
- [安全框架](https://library.zoom.com/technical-library/zh/ai/ai-whitepaper/security-framework.md): Zoom AI 安全框架概览
- [用户透明度和通知](https://library.zoom.com/technical-library/zh/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/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.
