> 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/coin-admin/third-party-integrations/zoom-for-outlook-add-in-explainer.md).

# Guide explicatif du module complémentaire Zoom pour Outlook

Comment déployer, installer et configurez le module complémentaire pour votre organisation, notamment la configuration SSO et l'ajout de Zoom Meetings aux événements du calendrier Outlook.

## Aperçu <a href="#h.9duz0auqgcwu" id="h.9duz0auqgcwu"></a>

Le complément Zoom pour Outlook simplifie le processus de programmation d’une réunion Zoom dans Microsoft Outlook en permettant aux utilisateurs d’effectuer un ajout transparent d’URL et d’informations de réunion Zoom à tout nouvel événement de calendrier Outlook ou événement Outlook existant.

Le complément Zoom pour Outlook est une application web qui ne nécessite pas d’installation locale sur les machines des utilisateurs et qui apparaît plutôt comme une application web intégrée fonctionnant via des API web pour communiquer avec le service web de calendrier de Zoom. Le complément est Disponible pour les clients Outlook pour Windows et macOS, les clients Outlook pour Android et iOS, ainsi que pour Outlook sur le web. Le complément peut être configuré et déployé en masse par les administrateurs Outlook ou installé par des utilisateurs individuels.

Ce document expliquera comment déployer et installer le complément Zoom pour Outlook, ainsi que décrire ses configurations Disponible et ses améliorations de Fonctionnalités.

{% content-ref url="/pages/f02cf7e6ed2e4c2dfb0fc66a15a758948588513d" %}
[Installation du module complémentaire Zoom pour Outlook](/technical-library/fr/coin-admin/third-party-integrations/zoom-for-outlook-add-in-explainer/installing-the-zoom-for-outlook-add-in.md)
{% endcontent-ref %}

{% content-ref url="/pages/5f74e9e5e4fe462bc4487dc53e014093def10748" %}
[Paramètres du module complémentaire Zoom pour Outlook](/technical-library/fr/coin-admin/third-party-integrations/zoom-for-outlook-add-in-explainer/zoom-for-outlook-add-in-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/8316b3e6948f5f9d1db256c355a7479251f95685" %}
[Fonctionnalités supplémentaires du module complémentaire Zoom pour Outlook](/technical-library/fr/coin-admin/third-party-integrations/zoom-for-outlook-add-in-explainer/additional-features-for-the-zoom-for-outlook-add-in.md)
{% endcontent-ref %}

{% content-ref url="/pages/3e587ca24765eca1387c3809e079ee57855a9926" %}
[(Optionnel) Configuration du fichier manifeste](/technical-library/fr/coin-admin/third-party-integrations/zoom-for-outlook-add-in-explainer/optional-configuring-the-manifest-file.md)
{% endcontent-ref %}


---

# 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/coin-admin/third-party-integrations/zoom-for-outlook-add-in-explainer.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.
