> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/alliyzgaido/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/alliyzgaido/knowledge-base/qa-registration-candidate/similar-question.md).

# 類似質問

同じ内容の質問でも、様々な表現方法があります。類似質問候補リストでは、ユーザーが行ったチャットを元に類似質問の候補のリストが表示され、エージェントは簡単に既存のQ＆Aに類似質問を登録できます。

Alliでは、Q＆Aに登録されている質問の表現だけでなく、ユーザーの質問の意味・意図を読み取り、登録済みのQ\&Aの中から近しいものを提示します。 ユーザーの質問が登録したQ＆Aと完全に一致しない場合、類似質問候補リストに追加されます。類似質問候補リストでは追加された候補を確認し、Q＆Aに類似質問として追加できます。

下記では類似質問候補リストに候補として登録されたユーザーの質問文を既存のQ\&Aに類似質問として追加する方法をお伝えします。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/06/%E9%A1%9E%E4%BC%BC%E8%B3%AA%E5%95%8Flist1.png?resize=531%2C337&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

チャットで入力された新しい質問

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/06/%E9%A1%9E%E4%BC%BC%E8%B3%AA%E5%95%8Flist2.png?resize=800%2C370&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

質問は\[類似質問候補リスト]に表示されます。

ユーザーが既存のQ＆Aとは異なる表現で質問を行い、提示されたQAをクリックした場合、「ナレッジベース> Q＆A登録候補>類似質問候補リスト」に類似質問候補としてユーザーの質問が追加されます。

既存のQ\&Aに類似質問として追加する方法は下記のとおりです。

1\. 追加する質問を選択

2.「+」をクリック

3\. Q\&A編集画面で「登録する」をクリック

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/06/%E9%A1%9E%E4%BC%BC%E8%B3%AA%E5%95%8Flist3.png?resize=472%2C512&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

新たに登録された類似質問は、Q＆Aタブにて確認ができます。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/06/%E9%A1%9E%E4%BC%BC%E8%B3%AA%E5%95%8Flist4.png?resize=800%2C388&#x26;ssl=1" alt=""><figcaption></figcaption></figure>


---

# 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://docs.allganize.ai/alliyzgaido/knowledge-base/qa-registration-candidate/similar-question.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.
