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

# Intelligence artificielle

- [Livre blanc Zoom AI](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper.md): Le livre blanc Zoom AI pour Zoom Workplace, les webinaires et les événements
- [Introduction : l’IA chez Zoom](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/introduction-ai-at-zoom.md): Une introduction au livre blanc Zoom AI pour Zoom Workplace, les webinaires et les événements
- [Modèles, traitement, stockage et utilisation](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/models-processing-storage-and-usage.md): Un aperçu des fournisseurs de modèles d’IA de Zoom, des approches de service et de la gestion des données
- [Fonctionnalités Zoom AI](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/zoom-ai-features.md): Fonctionnalités d’IA alimenté par Zoom AI
- [Mes notes](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/my-notes.md): Une introduction à Zoom Mes notes
- [ZoomMate](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/zoommate.md): Une introduction à ZoomMate
- [Suite de productivité IA](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/ai-productivity-suite.md): Une introduction à la suite de productivité Zoom AI
- [Diagrammes et flux de données](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/diagrams.md): Diagrammes et flux de données Zoom AI pour Zoom Workplace, Webinars et Events
- [Tableau de disponibilité des Fonctionnalités](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/feature-availability.md): Assistance des Fonctionnalités Zoom AI par approche de service pour fédéré, ZM+ et ZMO
- [API](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/apis.md): Une introduction aux API Zoom AI
- [Contrôles administratifs](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/administrative-controls.md): Un aperçu des contrôles administratifs de Zoom AI
- [L'engagement de Zoom en faveur d'une IA responsable](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
- [Gouvernance des données et confidentialité](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/data-governance-and-privacy.md): Un aperçu de la gouvernance des données et de la confidentialité de Zoom AI
- [Cadre de sécurité](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/security-framework.md): Un aperçu du cadre de sécurité de Zoom AI
- [Transparence et avis de l'utilisateur](https://library.zoom.com/technical-library/fr/ai/ai-whitepaper/user-transparency-and-notice.md): Un aperçu des transparences et avis de 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/fr/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.
