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

# Zoom AI 白皮书

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

### 如何使用本文档

这些页面说明 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-whitepaper/jian-jie-zoom-zhong-de-ai.md)
{% endcontent-ref %}

{% content-ref url="/pages/832d98eb466848576df7b028c8fe48810fbb063b" %}
[模型、处理、存储和使用](/technical-library/zh/ai-whitepaper/mo-xing-chu-li-cun-chu-he-shi-yong.md)
{% endcontent-ref %}

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

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

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

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

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

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

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

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

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

{% content-ref url="/pages/145325f7a51af471b8b8ec736e50cf75d8d5270c" %}
[数据治理与隐私](/technical-library/zh/ai-whitepaper/shu-ju-zhi-li-yu-yin-si.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/b5a69937b4360406567e2491baeb4320e718e67e" %}
[用户透明度与告知](/technical-library/zh/ai-whitepaper/yong-hu-tou-ming-du-yu-gao-zhi.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-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.
