> 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/bijinesusbisu/zoom-virtual-agent.md).

# Zoom Virtual Agent

このセクションでは、Zoomソリューションを展開する管理者向けに特別に設計された、技術的な実装の詳細、構成のワークフロー、そして戦略的なベストプラクティスを紹介します。

複雑な構成を効率化するステップごとの手順、解決までの時間を短縮するトラブルシューティング リソース、そして実際のアプリケーションの利用シナリオを示す実用的な例が見つかります。

このセクション内のトピックは、技術仕様と測定可能なビジネス成果を結び付け、ソリューションの設計、クライアント実装のサポート、そして機能拡張の機会の特定を可能にします。初期導入の実施、既存環境の最適化、組織向けの高度な機能の評価のいずれであっても、このドキュメントはZoom製品を成功裏に活用するための決定版リソースとして役立ちます。

{% content-ref url="/pages/3f9cdcb6602b1f10253ae65789bba068d310f5cb" %}
[Zoom Virtual Agentの説明](/technical-library/ja/bijinesusbisu/zoom-virtual-agent/zoom-virtual-agent-explainer.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/bijinesusbisu/zoom-virtual-agent.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.
