> 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-contact-center/zoom-customer-experience/admin-experience/ask-qm.md).

# QMに問い合わせる

Ask QM は、Zoom 品質管理に組み込まれた AI 搭載アシスタントです。これにより、スーパーバイザーとアナリストは、複数のダッシュボードを移動することなく、自然言語のクエリを使用して通話品質の傾向を分析し、根本原因を明らかにし、修復ワークフローをトリガーできます。

Ask QM は、次のような質問への回答に役立ちます。

* 「この通話でエージェントが改善できる点にはどのようなものがありますか？」
* 「エージェントは顧客に共感を示しましたか？」
* 「この通話で \[TOPIC] は話し合われましたか？」

Ask QM には、以下のセクションで説明するいくつかの主要な機能があります。

## 自然言語クエリ

通話傾向、ユーザーの問題、またはネットワーク異常について自由形式の質問をします。例：

*「先週、なぜ通話品質が低下したのですか？」*

Ask QM は、次を含むデータとともに応答を返します。

* 前週比の品質スコア変化
* 根本原因の要約（VPN の使用、パケット損失など）
* 影響を受けた地域の視覚的な内訳

![Ask QM 要約応答](/files/ff9f1736187510b0faf2efa5fc3fdec72579cc5d)

## コンテキストに応じたフォローアップ

Ask QM はセッションのコンテキストを理解するため、フォローアップの質問が可能です。例：

*「最も影響を受けたユーザーは誰ですか？」*

Ask QM は、次を含むデータとともに応答を返します。

* 影響を受けたユーザーの順位付きリスト
* さらに確認するための個別セッションへのリンク

![影響を受けたユーザー](/files/0f65468c2ea5b5bacd17433cc3d804b9be9376ee)

## ワークフローの自動化

チケット作成や影響を受けた通話へのタグ付けなどのアクションをトリガーします。例：

*「この問題のチケットを作成してください。」*

このプロンプトにより、診断用添付ファイル付きのサポートリクエストが作成されます。

![チケット作成](/files/48f8a0dcc157ab7b12df9fd04198a75c8ef06f72)

## 表示方法

* プロンプト入力は、QM ダッシュボードの上部にある AI Companion のテキストフィールドで実行されます。
* サジェストチップとオートコンプリート

![Ask QM 起動パネル](/files/6c776fd934bb1be90c302afde8b1eca847e54aa8)

* 継続中の複数ステップのやり取りをサポート

![完全なクエリセッション](/files/16a1aa58faa6aff8fb0fa11d9224df5a01edcefb)

## 技術要件

| 機能要素    | 詳細                                                                       |
| ------- | ------------------------------------------------------------------------ |
| ユーザーロール | アカウントオーナーまたは管理者特権、あるいはインタラクションおよび評価レビュー権限を持つ関連ロール/特権                     |
| ITSM 連携 | ServiceNow または Zendesk の API トークン設定が必要                                   |
| 言語サポート  | 英語（追加の言語を予定）                                                             |
| ライセンス   | Zoom コンタクトセンター ライセンス、および Advanced Quality Management または ZCX Elite ライセンス |

## ユースケース

* 運用傾向レポート
* 診断のドリルダウンとユーザー影響分析
* サポートのエスカレーションと ITSM チケット作成
* 経営層レベルのインサイト生成

## Zoom コンタクトセンター レポートとの連携を推奨

Ask QM は、特定のパフォーマンス指標の変化の背後にある「なぜ」を明らかにすることで、Zoom コンタクトセンター Reporting を補完します。

| レポートツール                   | Ask QM 診断レイヤー                              |
| ------------------------- | ------------------------------------------ |
| KPI ダッシュボードで通話品質の低下が表示される | Ask QM がその理由を説明します（例：パケット損失、ISP の問題）       |
| ヒートマップで地域ごとの異常が表示される      | Ask QM はユーザー/セッションを根本原因に関連付けます             |
| SLA 指標の未達                 | Ask QM は、どのセッションまたはネットワークが影響を引き起こしたかを特定します |

Ask QM の利用開始の詳細情報については、Zoomサポートの記事をご覧ください [Ask Quality Management（Ask QM）の利用開始](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0080819).


---

# 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-contact-center/zoom-customer-experience/admin-experience/ask-qm.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.
