> 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.md).

# 人工知能

- [Zoom AI ホワイトペーパー](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper.md): Zoom Workplace、ウェビナー、イベント向けのZoom AIホワイトペーパー
- [はじめに: ZoomにおけるAI](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/introduction-ai-at-zoom.md): Zoom Workplace、ウェビナー、イベント向けのZoom AIホワイトペーパーの概要
- [モデル、処理、保存、利用](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/models-processing-storage-and-usage.md): ZoomのAIモデル提供元、サービス方式、データ処理の概要
- [Zoom AIの機能](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/zoom-ai-features.md): Zoom AI搭載のAI機能
- [マイノート](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/my-notes.md): Zoom My Notesの概要
- [ZoomMate](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/zoommate.md): ZoomMateの概要
- [AI生産性スイート](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/ai-productivity-suite.md): Zoom AI生産性スイートの概要
- [図表とデータフロー](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/diagrams.md): Zoom Workplace、ウェビナー、イベント向けのZoom AIの図表とデータフロー
- [機能提供状況表](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/feature-availability.md): federated、ZM+、ZMOにおけるサービス方式別のZoom AI機能サポート
- [API](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/apis.md): Zoom AI APIの概要
- [管理コントロール](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/administrative-controls.md): Zoom AIの管理コントロールの概要
- [責任あるAIに対するZoomの取り組み](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
- [データガバナンスとプライバシー](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/data-governance-and-privacy.md): Zoom AIのデータガバナンスとプライバシーの概要
- [セキュリティフレームワーク](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/security-framework.md): Zoom AIセキュリティフレームワークの概要
- [ユーザーへの透明性と通知](https://library.zoom.com/technical-library/ja/ai/ai-whitepaper/user-transparency-and-notice.md): Zoom AIの透明性と通知の概要


---

# 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.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.
