> 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 de Zoom para Outlook

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

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

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

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

{% content-ref url="/pages/bfa5ce246b92a0c243e0544714f32195bf360f87" %}
[Instalando el complemento de Zoom para Outlook (Añadir)](/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 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" %}
[Funciones 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) Configuración del 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.
