> 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/es/rincon-del-administrador/third-party-integrations/zoom-for-outlook-add-in-explainer.md).

# Explicación del complemento Zoom para Outlook

Cómo implementar, instalar y Configure el complemento para su Organización, incluida la configuración de SSO y Añadir Zoom Meetings a los eventos del calendario de Outlook.

## Descripción general <a href="#h.9duz0auqgcwu" id="h.9duz0auqgcwu"></a>

El complemento Zoom para Outlook simplifica el proceso de programación de una reunión de Zoom en Microsoft Outlook al permitir a cada usuario Añadir sin problemas las URL y la información de la reunión de Zoom a cualquier Evento de calendario nuevo o existente de Outlook.

El complemento Zoom para Outlook es una aplicación web que no requiere instalación local en las máquinas de usuario y, en su lugar, aparece como una aplicación web integrada que opera mediante API web para comunicarse con el servicio web de programación de Zoom. El complemento está Disponible para los clientes de Outlook de Windows y macOS, Android e iOS, y para Outlook en la web. El complemento puede ser configurado e implementado masivamente por administradores de Outlook o instalado por cada usuario.

Este documento explicará cómo implementar e instalar el complemento Zoom para Outlook, así como describir sus configuraciones Disponible y las Características mejoradas.

{% content-ref url="/pages/bfa5ce246b92a0c243e0544714f32195bf360f87" %}
[Instalando el complemento de Zoom para Outlook](/technical-library/es/rincon-del-administrador/third-party-integrations/zoom-for-outlook-add-in-explainer/installing-the-zoom-for-outlook-add-in.md)
{% endcontent-ref %}

{% content-ref url="/pages/fa1623d0a2886bb36867b1a51981a71c768e576c" %}
[Configuración del complemento de Zoom para Outlook](/technical-library/es/rincon-del-administrador/third-party-integrations/zoom-for-outlook-add-in-explainer/zoom-for-outlook-add-in-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/103e4e5ae1540c463d7f133ce76615c5f18074e4" %}
[Características adicionales para el complemento Zoom para Outlook](/technical-library/es/rincon-del-administrador/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/d65ee556ec3fe58c8d2c32d836da220754e80a03" %}
[(Opcional) Configurando el archivo de manifiesto](/technical-library/es/rincon-del-administrador/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/es/rincon-del-administrador/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.
