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

# Zoom AI-vitbok

Välkommen till dokumentationen för Zooms whitepaper om artificiell intelligens för Zoom Workplace, Webinars och Events.

### Så här använder du detta dokument

Dessa sidor förklarar hur Zoom använder artificiell intelligens över sina produkter och tjänster för Zoom Workplace, Webinars och Events. Andra Zoom-produkter ingår för närvarande inte på dessa sidor. Vissa avsnitt beskriver delade AI-funktioner som stöder många funktioner på plattformen, medan andra avsnitt förklarar specifika funktioner en och en. Eftersom Zooms AI-funktioner är omfattande och ofta fungerar på olika sätt beroende på produkten, är detta dokument organiserat i avsnitt som rör sig från allmänna plattformskoncept till mer specifika funktioner och dataflöden.

### Ansvarsfriskrivning

Detta dokument tillhandahålls endast i informationssyfte. Det beskriver och illustrerar AI-funktioner och -möjligheter över Zoom plattform, men det garanterar inte att någon funktion, möjlighet, integrering eller tjänst som beskrivs här för närvarande är tillgänglig baserat på konto eller driftsättningsmiljö.

Access till och användning av dessa funktioner kan bero på faktorer som abonnemangsplan, licensfördelning, administratörens inställningar, regional tillgänglighet, produktkonfiguration, teknisk kompatibilitet, kredit­tillgänglighet, användningsgränser och andra kommersiella eller operativa krav.

Senast uppdaterad: 23 juni 2026

{% content-ref url="/pages/aef395eca7a42d18530c2dd2eade3a7cc36e9b96" %}
[Introduktion: AI hos Zoom](/technical-library/sv/ai-whitepaper/introduktion-ai-hos-zoom.md)
{% endcontent-ref %}

{% content-ref url="/pages/020abf75eab5229ae8f4d6df03721eb598dd6f82" %}
[Modeller, bearbetning, lagring och användning](/technical-library/sv/ai-whitepaper/modeller-bearbetning-lagring-och-anvandning.md)
{% endcontent-ref %}

{% content-ref url="/pages/695fff7d68939123284b175d99b7a19c59a14655" %}
[Zoom AI-funktioner](/technical-library/sv/ai-whitepaper/zoom-ai-funktioner.md)
{% endcontent-ref %}

{% content-ref url="/pages/fb6640795a0a1f8fde2fa8119bac98fec1b5a42d" %}
[Mina anteckningar](/technical-library/sv/ai-whitepaper/mina-anteckningar.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/34d62e45d12d6b60abd641f310c1da8bad30e382" %}
[AI-produktivitetssvit](/technical-library/sv/ai-whitepaper/ai-produktivitetssvit.md)
{% endcontent-ref %}

{% content-ref url="/pages/97beb677f602002e4630768eb66388f8d2a9bdcc" %}
[Diagram och dataflöden](/technical-library/sv/ai-whitepaper/diagrams.md)
{% endcontent-ref %}

{% content-ref url="/pages/9b80129fc668c9323549ea4e5732309f1006982d" %}
[Tabell över tillgängliga funktioner](/technical-library/sv/ai-whitepaper/feature-availability.md)
{% endcontent-ref %}

{% content-ref url="/pages/5568198c4a03095029ee5d16a747b94dcd3efe0a" %}
[API:er](/technical-library/sv/ai-whitepaper/apis.md)
{% endcontent-ref %}

{% content-ref url="/pages/dfe1c11c415c9f6dbf1c5eb816f0a4e67636fa3c" %}
[Administrativa kontroller](/technical-library/sv/ai-whitepaper/administrativa-kontroller.md)
{% endcontent-ref %}

{% content-ref url="/pages/3b3b6986b87bfce498ff211fa180beb0582fa206" %}
[Zooms åtagande för ansvarsfull AI](/technical-library/sv/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
{% endcontent-ref %}

{% content-ref url="/pages/ed3a7036c1cf358b7e1fa8afa6d63a200fb630ef" %}
[Datastyrning och integritet](/technical-library/sv/ai-whitepaper/datastyrning-och-integritet.md)
{% endcontent-ref %}

{% content-ref url="/pages/a4212a2af774dd57f031bdc821669566c97a01ca" %}
[Säkerhetsramverk](/technical-library/sv/ai-whitepaper/sakerhetsramverk.md)
{% endcontent-ref %}

{% content-ref url="/pages/cff883c78969e35973fbb324ab1dbff4d4047a0b" %}
[Användartransparens och meddelande](/technical-library/sv/ai-whitepaper/anvandartransparens-och-meddelande.md)
{% endcontent-ref %}

*Författad av 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/sv/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.
