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

# Zoom AI-Whitepaper

Willkommen bei der Dokumentation zum Whitepaper über Künstliche Intelligenz von Zoom für Zoom Workplace, Webinars und Events.

### So verwenden Sie dieses Dokument

Diese Seiten erläutern, wie Zoom künstliche Intelligenz über seine Produkte und Dienste hinweg für Zoom Workplace, Webinars und Events einsetzt. Andere Zoom-Produkte sind derzeit auf diesen Seiten nicht enthalten. Einige Abschnitte beschreiben gemeinsam genutzte KI-Funktionen, die viele Funktionen auf der Plattform unterstützen, während andere Abschnitte bestimmte Funktionen einzeln erläutern. Da die KI-Funktionen von Zoom breit gefächert sind und je nach Produkt oft auf unterschiedliche Weise arbeiten, ist dieses Dokument in Abschnitte gegliedert, die von allgemeinen Plattformkonzepten zu spezifischeren Funktionen und Datenflüssen übergehen.

### Hinweis

Dieses Dokument wird nur zu Informationszwecken bereitgestellt. Es beschreibt und veranschaulicht KI-Funktionen und -Fähigkeiten auf der Zoom-Plattform, garantiert jedoch nicht, dass eine hier beschriebene Funktion, Fähigkeit, Integration oder ein Dienst derzeit basierend auf dem Konto oder der Bereitstellungsumgebung verfügbar ist.

Der Zugriff auf diese Funktionen und deren Nutzung kann von Faktoren wie Abonnementplan, Lizenzzuweisung, Administrator-Einstellungen, regionaler Verfügbarkeit, Produktkonfiguration, technischer Kompatibilität, Guthabenverfügbarkeit, Nutzungsgrenzen 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-whitepaper/einfuhrung-ki-bei-zoom.md)
{% endcontent-ref %}

{% content-ref url="/pages/647a0dc3a6cd5b75ef6361d1958f7fecc9998f17" %}
[Modelle, Verarbeitung, Speicherung und Nutzung](/technical-library/de/ai-whitepaper/modelle-verarbeitung-speicherung-und-nutzung.md)
{% endcontent-ref %}

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

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

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

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

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

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

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

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

{% content-ref url="/pages/a841e0790a0724812d482a3f2dd68b5153eea08e" %}
[Zooms Verpflichtung zu verantwortungsvoller KI](/technical-library/de/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
{% endcontent-ref %}

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

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

{% content-ref url="/pages/e67ede7b9b7486d7805263b52d9ab9b6d4536edd" %}
[Benutzertransparenz und Hinweis](/technical-library/de/ai-whitepaper/benutzertransparenz-und-hinweis.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-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.
