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

# Artificiell intelligens

- [Zoom AI-vitbok](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper.md): Zoom AI:s vitbok för Zoom Workplace, webbinarier och evenemang
- [Introduktion: AI på Zoom](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/introduction-ai-at-zoom.md): En introduktion till Zoom AI:s vitbok för Zoom Workplace, webbinarier och evenemang
- [Modeller, bearbetning, lagring och användning](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/models-processing-storage-and-usage.md): En översikt över Zooms leverantörer av AI-modeller, tjänstetillvägagångssätt och datahantering
- [Zoom AI-funktioner](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/zoom-ai-features.md): AI-funktioner som drivs av Zoom AI
- [Mina anteckningar](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/my-notes.md): En introduktion till Zoom Mina anteckningar
- [ZoomMate](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/zoommate.md): En introduktion till ZoomMate
- [AI-produktivitetssvit](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/ai-productivity-suite.md): En introduktion till Zoom AI-produktivitetssviten
- [Diagram och dataflöden](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/diagrams.md): Zoom AI-diagram och dataflöden för Zoom Workplace, webbseminarier och evenemang
- [Tabell över tillgängliga funktioner](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/feature-availability.md): Support för Zoom AI-funktioner efter tjänsteansats för federerad, ZM+ och ZMO
- [API:er](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/apis.md): En introduktion till Zoom AI API:er
- [Administrativa kontroller](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/administrative-controls.md): En översikt över Zoom AI:s administrativa kontroller
- [Zooms åtagande för ansvarsfull AI](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
- [Datastyrning och integritet](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/data-governance-and-privacy.md): En översikt över Zoom AI:s datastyrning och integritet
- [Säkerhetsramverk](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/security-framework.md): En översikt över säkerhetsramverket för Zoom AI
- [Transparens och meddelande för användare](https://library.zoom.com/technical-library/sv/ai/ai-whitepaper/user-transparency-and-notice.md): En översikt över Zoom AI:s transparens och meddelanden


---

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