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

# Outlook向けZoomアドインの解説

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

Outlook向けZoomのアドインは、ユーザーが新規または既存のOutlookカレンダーイベントにZoomミーティングのURLと情報をシームレスに追加できるようにすることで、Microsoft OutlookでZoomミーティングのスケジュール作成を簡素化します。

Outlook向けZoomのアドインは、ローカルのインストールをユーザーのマシンに必要としないWebベースのアプリケーションであり、代わりに、Zoomのカレンダー関連Webサービスと通信するためにWeb APIを通じて動作する組み込みのWebアプリケーションとして表示されます。このアドインは、WindowsおよびmacOSのOutlookクライアント、AndroidおよびiOSのOutlookクライアント、そしてWeb版Outlookで利用できます。このアドインは、Outlook管理者によって構成して一括展開することも、個々のユーザーがインストールすることもできます。

このドキュメントでは、Outlook向けZoomのアドインの展開とインストール方法を説明し、利用可能な構成と機能強化についても説明します。

{% content-ref url="/pages/d26217bbdabfaa4f1c8937c6da3642e14e24c962" %}
[Outlook向けZoomアドインのインストール](/technical-library/ja/kn/third-party-integrations/zoom-for-outlook-add-in-explainer/installing-the-zoom-for-outlook-add-in.md)
{% endcontent-ref %}

{% content-ref url="/pages/22f12447929bdb4c61b856258b99141497da81d2" %}
[Outlook向けZoomアドインの設定](/technical-library/ja/kn/third-party-integrations/zoom-for-outlook-add-in-explainer/zoom-for-outlook-add-in-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/e7a9f7967323a50d5cb96aee8f182c784a99522d" %}
[Outlook向けZoomアドインの追加機能](/technical-library/ja/kn/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/f8c7631ee9bf5ee0757d8e79ade7016239ff5395" %}
[（オプション）マニフェストファイルの設定](/technical-library/ja/kn/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/ja/kn/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.
