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

# Künstliche Intelligenz

- [Zoom AI Whitepaper](https://library.zoom.com/technical-library/de/ai/ai-whitepaper.md): Das Zoom AI-Whitepaper für Zoom Workplace, Webinare und Events
- [Einführung: KI bei Zoom](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/introduction-ai-at-zoom.md): Eine Einführung in das Zoom AI-Whitepaper für Zoom Workplace, Webinare und Events
- [Modelle, Verarbeitung, Speicherung und Nutzung](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/models-processing-storage-and-usage.md): Ein Überblick über Zooms KI-Modellanbieter, Serviceansätze und den Umgang mit Daten
- [Zoom AI-Funktionen](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/zoom-ai-features.md): KI-Funktionen mit KI-Funktionen von Zoom
- [Meine Notizen](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/my-notes.md): Eine Einführung in Zoom My Notes
- [ZoomMate](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/zoommate.md): Eine Einführung in ZoomMate
- [KI-Produktivitätssuite](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/ai-productivity-suite.md): Eine Einführung in die Zoom AI-Produktivitätssuite
- [Diagramme und Datenflüsse](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/diagrams.md): Zoom AI-Diagramme und Datenflüsse für Zoom Workplace, Webinare und Events
- [Tabelle zur Verfügbarkeit der Funktion](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/feature-availability.md): Zoom AI Funktion-Support nach Serviceansatz für federated, ZM+ und ZMO
- [APIs](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/apis.md): Eine Einführung in Zoom AI APIs
- [Administrative Kontrollen](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/administrative-controls.md): Ein Überblick über die administrativen Kontrollen von Zoom AI
- [Zooms Verpflichtung zu verantwortungsvoller KI](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
- [Daten-Governance und Datenschutz](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/data-governance-and-privacy.md): Ein Überblick über die Daten-Governance und den Datenschutz von Zoom AI
- [Sicherheitsframework](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/security-framework.md): Ein Überblick über das Sicherheitsframework von Zoom AI
- [Benutzertransparenz und Hinweise](https://library.zoom.com/technical-library/de/ai/ai-whitepaper/user-transparency-and-notice.md): Ein Überblick über die Transparenz und Hinweise von 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/de/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.
