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

# Zoom AI Whitepaper

Willkommen zur Dokumentation des Whitepapers zur Künstlichen Intelligenz von Zoom für Zoom Workplace, Webinare und Events.

### Wie dieses Dokument verwendet wird

Diese Seiten erläutern, wie Zoom Künstliche Intelligenz in seinen Produkten und Diensten für Zoom Workplace, Webinare und Events einsetzt. Andere Zoom-Produkte sind derzeit nicht auf diesen Seiten enthalten. Einige Abschnitte beschreiben gemeinsam genutzte KI-Funktionen, die viele Funktionen über die Plattform hinweg unterstützen, während andere Abschnitte einzelne Funktionen nacheinander erklären. Da die KI-Funktionen von Zoom umfassend sind und je nach Produkt oft auf unterschiedliche Weise funktionieren, ist dieses Dokument in Abschnitte gegliedert, die von allgemeinen Plattform-Konzepten zu spezifischeren Funktionen und Datenflüssen übergehen.

### Haftungsausschluss

Dieses Dokument dient ausschließlich zu Informationszwecken. Es beschreibt und veranschaulicht KI-Funktionen und -Fähigkeiten über die Zoom-Plattform hinweg, garantiert jedoch nicht, dass eine hier beschriebene Funktion, Fähigkeit, Integration oder ein Dienst derzeit Verfügbar ist, basierend auf dem Konto oder der Bereitstellungsumgebung.

Access zu und die Nutzung dieser Funktionen können von Faktoren wie Abonnementplan, Lizenzzuweisung, Administrator-Einstellungen, regionaler Verfügbarkeit, Produktkonfiguration, technischer Kompatibilität, Guthabenverfügbarkeit, Nutzungslimits und anderen kommerziellen oder betrieblichen Anforderungen abhängen.

Zuletzt aktualisiert: 23. Juni 2026

{% content-ref url="/pages/52f4dd9bd484fcb9e765b06cc21173e561f461c7" %}
[Einführung: KI bei Zoom](/technical-library/de/ai/ai-whitepaper/introduction-ai-at-zoom.md)
{% endcontent-ref %}

{% content-ref url="/pages/647a0dc3a6cd5b75ef6361d1958f7fecc9998f17" %}
[Modelle, Verarbeitung, Speicherung und Nutzung](/technical-library/de/ai/ai-whitepaper/models-processing-storage-and-usage.md)
{% endcontent-ref %}

{% content-ref url="/pages/885d535ec01fc9362bff8155f556249b64e30e4c" %}
[Zoom AI-Funktionen](/technical-library/de/ai/ai-whitepaper/zoom-ai-features.md)
{% endcontent-ref %}

{% content-ref url="/pages/c0ed8056bcbf9d6a094eab0700862f3c486c8156" %}
[Meine Notizen](/technical-library/de/ai/ai-whitepaper/my-notes.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/71405bded5f0431e4d7e1ad91a74b7f6396e91ef" %}
[KI-Produktivitätssuite](/technical-library/de/ai/ai-whitepaper/ai-productivity-suite.md)
{% endcontent-ref %}

{% content-ref url="/pages/69a7fb8436a035de766586035296e1ccb15ab809" %}
[Diagramme und Datenflüsse](/technical-library/de/ai/ai-whitepaper/diagrams.md)
{% endcontent-ref %}

{% content-ref url="/pages/74a2879521641680663c8fae29708e5881baf60d" %}
[Tabelle zur Verfügbarkeit von Funktionen](/technical-library/de/ai/ai-whitepaper/feature-availability.md)
{% endcontent-ref %}

{% content-ref url="/pages/c13e6f4332db1d894c3495c805c2817cfc52d78c" %}
[APIs](/technical-library/de/ai/ai-whitepaper/apis.md)
{% endcontent-ref %}

{% content-ref url="/pages/b7296bfd9a0ea20e92af9cce705254a98efb4448" %}
[Administrative Steuerelemente](/technical-library/de/ai/ai-whitepaper/administrative-controls.md)
{% endcontent-ref %}

{% content-ref url="/pages/a841e0790a0724812d482a3f2dd68b5153eea08e" %}
[Das Engagement von Zoom für verantwortungsvolle KI](/technical-library/de/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
{% endcontent-ref %}

{% content-ref url="/pages/e04afe708e5188a705a2336ec4e5e8a53bb6aa17" %}
[Daten-Governance und Datenschutz](/technical-library/de/ai/ai-whitepaper/data-governance-and-privacy.md)
{% endcontent-ref %}

{% content-ref url="/pages/6f5228a327a35f9d2caa9c9d0621e15977980e5a" %}
[Sicherheitsrahmen](/technical-library/de/ai/ai-whitepaper/security-framework.md)
{% endcontent-ref %}

{% content-ref url="/pages/e67ede7b9b7486d7805263b52d9ab9b6d4536edd" %}
[Benutzertransparenz und Hinweise](/technical-library/de/ai/ai-whitepaper/user-transparency-and-notice.md)
{% endcontent-ref %}

*Verfasst von 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/de/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.
