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

# Zoom AI 白皮书

欢迎阅读适用于 Zoom Workplace、Webinars 和 Events 的 Zoom 人工智能白皮书文档。

### 如何使用本文档

这些页面说明 Zoom 如何在其针对 Zoom Workplace、Webinars 和 Events 的产品和服务中使用人工智能。这些页面目前不包含其他 Zoom 产品。某些章节描述了支持平台上许多功能/特性的共享 AI 能力，而其他章节则逐一说明具体功能/特性。由于 Zoom 的 AI 能力范围广泛，并且通常会因产品而以不同方式运作，因此本文档按章节组织，从通用平台概念逐步过渡到更具体的功能/特性和数据流。

### 免责声明

本文档仅供参考。它描述并示例说明了 Zoom 平台上的 AI 功能/特性和能力，但不保证此处所述的任何功能/特性、能力、集成或服务当前是否基于账户或部署环境可用。

访问和使用这些功能/特性可能取决于订阅方案、许可证分配、管理员设置、区域可用性、产品配置、技术兼容性、额度可用性、使用限制以及其他商业或运营要求。

最后更新：2026年6月23日

{% content-ref url="/pages/32d3722c48602336038288f74cbb67d06adaf36a" %}
[引言：Zoom 中的 AI](/technical-library/zh/ai/ai-whitepaper/introduction-ai-at-zoom.md)
{% endcontent-ref %}

{% content-ref url="/pages/832d98eb466848576df7b028c8fe48810fbb063b" %}
[模型、处理、存储和使用](/technical-library/zh/ai/ai-whitepaper/models-processing-storage-and-usage.md)
{% endcontent-ref %}

{% content-ref url="/pages/18c29222ca995fa5da4bae02d90afac9d2af2da2" %}
[Zoom AI 功能](/technical-library/zh/ai/ai-whitepaper/zoom-ai-features.md)
{% endcontent-ref %}

{% content-ref url="/pages/5d7615b7c675300d256160b4a1c25015c55b7f06" %}
[我的笔记](/technical-library/zh/ai/ai-whitepaper/my-notes.md)
{% endcontent-ref %}

{% content-ref url="/pages/9842816328e62a550fec822e5e46aad6d16a7c87" %}
[ZoomMate](/technical-library/zh/ai/ai-whitepaper/zoommate.md)
{% endcontent-ref %}

{% content-ref url="/pages/370464ad87f5797f054a1f5cdc829e595c7a8913" %}
[AI 生产力套件](/technical-library/zh/ai/ai-whitepaper/ai-productivity-suite.md)
{% endcontent-ref %}

{% content-ref url="/pages/13c6677347686b0a3593c988fa4d1179784c45fe" %}
[图表和数据流](/technical-library/zh/ai/ai-whitepaper/diagrams.md)
{% endcontent-ref %}

{% content-ref url="/pages/91ec01847f7a165a2003cc3284009c03b68fc17a" %}
[功能/特性可用性表](/technical-library/zh/ai/ai-whitepaper/feature-availability.md)
{% endcontent-ref %}

{% content-ref url="/pages/89948ed206287047b5584849bf75ea3bae301e06" %}
[API](/technical-library/zh/ai/ai-whitepaper/apis.md)
{% endcontent-ref %}

{% content-ref url="/pages/211d5639f0b4d693c654cd2dbb12f15d089fa730" %}
[管理控制](/technical-library/zh/ai/ai-whitepaper/administrative-controls.md)
{% endcontent-ref %}

{% content-ref url="/pages/27ff0afebcee20bef9f57407fc6a930db89198bb" %}
[Zoom 对负责任 AI 的承诺](/technical-library/zh/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
{% endcontent-ref %}

{% content-ref url="/pages/145325f7a51af471b8b8ec736e50cf75d8d5270c" %}
[数据治理和隐私](/technical-library/zh/ai/ai-whitepaper/data-governance-and-privacy.md)
{% endcontent-ref %}

{% content-ref url="/pages/2709929368f2f18874416d0a24a5fa600f13975f" %}
[安全框架](/technical-library/zh/ai/ai-whitepaper/security-framework.md)
{% endcontent-ref %}

{% content-ref url="/pages/b5a69937b4360406567e2491baeb4320e718e67e" %}
[用户透明度和通知](/technical-library/zh/ai/ai-whitepaper/user-transparency-and-notice.md)
{% endcontent-ref %}

*作者：Jakob Ganschow*


---

# 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.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.
