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

# Présentation du complément Zoom pour Outlook

## Vue d’ensemble <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’ajouter facilement des URL et des informations de réunion Zoom à tout événement Outlook nouveau ou existant.

Le complément Zoom pour Outlook est une application web qui ne nécessite aucune 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 Windows et macOS, les clients Outlook 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 explique comment déployer et installer le complément Zoom pour Outlook, ainsi que décrire ses configurations disponibles et ses améliorations de Fonctionnalités.

{% content-ref url="/pages/f02cf7e6ed2e4c2dfb0fc66a15a758948588513d" %}
[Installation du complément 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 complément 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 complément 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.
