# 会話回答提案を検索

エージェントが会話履歴メニュー（[**関連ガイドリンク**](https://guide.allganize.ai/?knowledge_base=%E4%BC%9A%E8%A9%B1-%E3%83%A1%E3%83%8B%E3%83%A5%E3%83%BC\&lang=ja)）上で、ユーザーとチャットによる対話（ライブチャット）を進める際、ユーザーの質問にスムーズに回答を行うために、Alli AIの支援を活用することができます。 使用用法は以下をご確認ください。

Alliダッシュボードの\[[**会話履歴**](https://docs.allganize.ai/alli-userguide/conversation/conversations-menu)]メニューに移動します。 画面右側のパネルの\[回答提案を検索]タブを選択すると、下部に検索ボックスが表示されます。

ユーザーの質問に対する回答を見つける最も簡単な方法は、ユーザーが入力した質問（メッセージ）の横にある虫眼鏡アイコンをクリックすることです。虫眼鏡アイコンは、そのメッセージの横にカーソルを持っていくと表示されます。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/05/directchat2.png?resize=640%2C377&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

アイコンをクリックすると、メッセージが検索パネルにコピーされ、自動的に回答検索が開始されます。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/05/directchat.png?resize=632%2C371&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

Alli AIは、ナレッジベースに登録したQ\&Aおよびドキュメントから回答を検索／提案します。 Q\&A設定・MRC設定が検索結果に適用されます。 ナレッジベース、Q\&A、MRC設定の詳細については、以下のガイドを参照してください。

* [**Q\&Aセッテイング**](https://docs.allganize.ai/alli-userguide/knowledge-base/faq/setting-up-qa-chat)
* [**Q\&A設定**](https://docs.allganize.ai/alli-userguide/knowledge-base/faq/qa-configuration)
* [**ナレッジベース**](https://guide.allganize.ai/?knowledge_base=knowledgebase\&lang=ja)
* [**文章から回答／ MRC設定**](https://docs.allganize.ai/alli-userguide/knowledge-base/document/document)

適切な回答が検索／提案されたら\[この回答を使用]をクリックし、その回答をチャット入力ウィンドウにコピーします。コピーした回答はユーザー送信前に、必要に応じて編集が可能です。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/05/directchat3.png?resize=641%2C377&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

また、検索ボックスに検索クエリを手動で入力し、Enterキーを押して検索することもできます。 以下のスクリーンショットは、手動検索によるドキュメント検索結果の例です。ドキュメントから検出された回答のプレビューアイコンをクリックすると、ナレッジベースの\[ドキュメント]メニューと同じように回答が抽出されたドキュメントの該当部分を見ることができます。 \[この回答を使用]をクリックすると、その回答がチャット入力ウィンドウにコピーされます。コピーした回答はユーザー送信前に、必要に応じて編集が可能です。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/05/directchat4.png?resize=298%2C634&#x26;ssl=1" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.allganize.ai/alliyzgaido/conversation/conversation-answer-suggestions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
