> 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 アドインの解説

組織向けのアドインの導入、インストール、設定する方法。SSOの設定や、Zoom MeetingsをOutlookのカレンダーイベントに追加する方法も含みます。

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

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

Outlook向けZoom アドインは、ユーザーのマシンへのローカルインストールを必要としないWebベースのアプリケーションであり、代わりに組み込みのWebアプリケーションとして表示され、Web APIを介してZoomのカレンダー関連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.
