> 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/ai-whitepaper.md).

# Zoom AIホワイトペーパー

Zoom Workplace、Webinars、Events向けのZoomの人工知能ホワイトペーパーのドキュメントへようこそ。

### このドキュメントの使い方

これらのページでは、Zoom Workplace、Webinars、Events向けのZoomの製品およびサービス全体で、Zoomが人工知能をどのように使用しているかを説明します。その他のZoom製品は、現時点ではこれらのページに含まれていません。一部のセクションでは、プラットフォーム全体の多くの機能を支える共通のAI機能を説明し、別のセクションでは特定の機能を1つずつ説明します。ZoomのAI機能は幅広く、製品によって動作が異なることが多いため、このドキュメントは、一般的なプラットフォームの概念から、より具体的な機能やデータフローへと進むセクション構成になっています。

### 免責事項

このドキュメントは情報提供のみを目的として提供されています。Zoomプラットフォーム全体におけるAI機能と能力を説明・図示していますが、ここで説明するいかなる機能、能力、連携、またはサービスも、アカウントまたは導入環境に基づいて現在オンラインであることを保証するものではありません。

これらの機能へのアクセスおよび利用は、サブスクリプションプラン、ライセンスの割り当て、管理者設定、地域での提供状況、製品構成、技術的な互換性、クレジットの利用可能性、使用制限、その他の商業上または運用上の要件といった要因に左右される場合があります。

最終更新日: 2026年6月23日

{% content-ref url="/pages/647ba6f0516d232bbc46ae602dd07aa1f3c432f3" %}
[はじめに: Zoom における AI](/technical-library/ja/ai-whitepaper/hajimeni-zoom-niokeru-ai.md)
{% endcontent-ref %}

{% content-ref url="/pages/a888c720b2591f281fae3cfea19b2f135ca2b996" %}
[モデル、処理、保存、利用](/technical-library/ja/ai-whitepaper/moderu.md)
{% endcontent-ref %}

{% content-ref url="/pages/6bd3a29c736991c9656f30aa816a7cc1ea345041" %}
[Zoom AI 機能](/technical-library/ja/ai-whitepaper/zoom-ai-ji-neng.md)
{% endcontent-ref %}

{% content-ref url="/pages/e15e7d24e5046c0fdb97f8d9cff52dec69399c4b" %}
[My Notes](/technical-library/ja/ai-whitepaper/my-notes.md)
{% endcontent-ref %}

{% content-ref url="/pages/14e921e8be0bfac5e1604a7fa08888e0bde8af91" %}
[ZoomMate](/technical-library/ja/ai-whitepaper/zoommate.md)
{% endcontent-ref %}

{% content-ref url="/pages/991033c25c2d2fd359f4b1d7fd436f6371821c88" %}
[AI生産性スイート](/technical-library/ja/ai-whitepaper/aisuto.md)
{% endcontent-ref %}

{% content-ref url="/pages/5273768564267a4c3ea53eeee76fc67dfac71445" %}
[図表とデータフロー](/technical-library/ja/ai-whitepaper/diagrams.md)
{% endcontent-ref %}

{% content-ref url="/pages/3c510fa01492f4e7c28fd7efbb88ac38a051050e" %}
[機能提供状況表](/technical-library/ja/ai-whitepaper/feature-availability.md)
{% endcontent-ref %}

{% content-ref url="/pages/1a24d5c66ae91c15f04f98cbeb5199f23c67d884" %}
[API](/technical-library/ja/ai-whitepaper/apis.md)
{% endcontent-ref %}

{% content-ref url="/pages/7271f6e7cf5adf1f68ca2c20b495fa4abda2cbc3" %}
[管理用コントロール](/technical-library/ja/ai-whitepaper/kontorru.md)
{% endcontent-ref %}

{% content-ref url="/pages/000a038cecd6ad437c8728ec9978a8e636b15abd" %}
[責任ある AI への Zoom の取り組み](/technical-library/ja/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
{% endcontent-ref %}

{% content-ref url="/pages/d04ee6bd1db3ee9d2c8d1843d3777fcccf9bab86" %}
[データガバナンスとプライバシー](/technical-library/ja/ai-whitepaper/dtagabanansutopuraibash.md)
{% endcontent-ref %}

{% content-ref url="/pages/ae7ac604eb4f55674e5695dd8a4eace7d833b168" %}
[セキュリティフレームワーク](/technical-library/ja/ai-whitepaper/sekyuritifurmuwku.md)
{% endcontent-ref %}

{% content-ref url="/pages/f44a3e9b275b4f3f965b96a0be3461f34ea68ab2" %}
[ユーザーへの透明性と通知](/technical-library/ja/ai-whitepaper/yzhenoto.md)
{% endcontent-ref %}

*執筆: Jakob Ganschow*


---

# 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/ai-whitepaper.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.
