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

# Zoom 对负责任 AI 的承诺

Zoom 致力于负责任地开发 AI，并将安全和隐私置于其向客户提供的生成式 AI 功能的核心。Zoom 认识到，AI 会为其客户带来一系列不断演变的风险考量，公司承诺在将生成式 AI 功能推向市场时，优先考虑透明度和客户选择。

与这些承诺一致，Zoom 已宣布不会使用任何客户音频、视频、聊天、屏幕共享、附件或其他类似通信的客户内容（例如问卷结果、白板和反应）来训练 Zoom 或其第三方人工智能模型。

Zoom 在账户、群组和/或用户级别提供某些控制，允许管理员管理他们希望为特定 Zoom 产品提供启用哪些 Zoom AI 功能或能力，以及哪些用户可以访问。例如，对于 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/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.
