> 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/zh/guan-li-yuan-jiao-luo/third-party-integrations/zoom-for-outlook-add-in-explainer.md).

# 适用于 Outlook 的 Zoom 插件说明

## 概述 <a href="#h.9duz0auqgcwu" id="h.9duz0auqgcwu"></a>

适用于 Outlook 的 Zoom 插件通过让用户能够无缝地将 Zoom 会议 URL 和信息添加到任何新的或现有的 Outlook 日历 事件 & 活动 &直播中，简化了在 Microsoft Outlook 中安排 Zoom 会议的过程。

适用于 Outlook 的 Zoom 插件是一个基于 Web 的应用程序，不需要在用户机器上进行本地安装，而是以内置 Web 应用程序的形式出现，并通过 Web API 与 Zoom 的日程安排 Web 服务进行通信。该插件可在线提供给 Windows 和 macOS Outlook 客户端、Android 和 iOS Outlook 客户端以及网页版 Outlook。Outlook 管理员可以配置并大规模部署该插件，也可以由单个用户自行安装。

本文档将说明如何部署和安装适用于 Outlook 的 Zoom 插件，并描述其可用配置和功能/特性增强。

{% content-ref url="/pages/b4668febb922b80cd9b10e1c08d89d26d3a4ba37" %}
[安装适用于 Outlook 的 Zoom 插件](/technical-library/zh/guan-li-yuan-jiao-luo/third-party-integrations/zoom-for-outlook-add-in-explainer/installing-the-zoom-for-outlook-add-in.md)
{% endcontent-ref %}

{% content-ref url="/pages/eed3d4dc837ce9bd5aaf9aef11948dfcbbefb58d" %}
[适用于 Outlook 的 Zoom 插件设置](/technical-library/zh/guan-li-yuan-jiao-luo/third-party-integrations/zoom-for-outlook-add-in-explainer/zoom-for-outlook-add-in-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/da2a841d5f894f573436723369e06097955f28ae" %}
[适用于 Outlook 的 Zoom 插件的附加功能](/technical-library/zh/guan-li-yuan-jiao-luo/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/b7e9b1cd4b9705690b6d6f36778890e02e1ce6e9" %}
[（可选）配置清单文件](/technical-library/zh/guan-li-yuan-jiao-luo/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/zh/guan-li-yuan-jiao-luo/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.
