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

# Artificial Intelligence

- [Zoom AI Whitepaper](https://library.zoom.com/ai/ai-whitepaper.md): The Zoom AI Whitepaper for Zoom Workplace, Webinars, and Events
- [Introduction: AI at Zoom](https://library.zoom.com/ai/ai-whitepaper/introduction-ai-at-zoom.md): An Introduction to the Zoom AI Whitepaper for Zoom Workplace, Webinars, and Events
- [Models, Processing, Storage, and Usage](https://library.zoom.com/ai/ai-whitepaper/models-processing-storage-and-usage.md): An overview of Zoom's AI model providers, service approaches, and data handling
- [Zoom AI Features](https://library.zoom.com/ai/ai-whitepaper/zoom-ai-features.md): AI features powered by Zoom AI
- [My Notes](https://library.zoom.com/ai/ai-whitepaper/my-notes.md): An introduction to Zoom My Notes
- [ZoomMate](https://library.zoom.com/ai/ai-whitepaper/zoommate.md): An introduction to ZoomMate
- [AI Productivity Suite](https://library.zoom.com/ai/ai-whitepaper/ai-productivity-suite.md): An introduction to the Zoom AI Productivity Suite
- [Diagrams and Data Flows](https://library.zoom.com/ai/ai-whitepaper/diagrams.md): Zoom AI diagrams and data flows for Zoom Workplace, Webinars, and Events
- [Feature Availability Table](https://library.zoom.com/ai/ai-whitepaper/feature-availability.md): Zoom AI feature support by service approach for federated, ZM+, and ZMO
- [APIs](https://library.zoom.com/ai/ai-whitepaper/apis.md): An introduction to Zoom AI APIs
- [Administrative Controls](https://library.zoom.com/ai/ai-whitepaper/administrative-controls.md): An overview of Zoom AI administrative controls
- [Zoom's Commitment to Responsible AI](https://library.zoom.com/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
- [Data Governance and Privacy](https://library.zoom.com/ai/ai-whitepaper/data-governance-and-privacy.md): An overview of Zoom AI data governance and privacy
- [Security Framework](https://library.zoom.com/ai/ai-whitepaper/security-framework.md): An overview of the Zoom AI security framework
- [User Transparency and Notice](https://library.zoom.com/ai/ai-whitepaper/user-transparency-and-notice.md): An overview of Zoom AI transparencies and notices


---

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