> 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/faq/qa-auto-generation.md).

# Q\&A自動生成

Alliは、アップロードされたドキュメントから自動的にQ\&Aを生成することが可能です。これまで担当者が手動で行っていたQ\&A作成作業をAIが支援することで大幅に作業効率が向上します。 使い方はとても簡単でシンプルです。

\[自動生成]ボタンは\[ナレッジベース] ＞ \[ドキュメント]タブに移動、ドキュメントのタイトルの横の”Q\&A生成β”の列にあります。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/06/%E8%87%AA%E5%8B%95%E7%94%9F%E6%88%901.png?resize=609%2C263&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

「自動生成」ボタンをクリックして、Q\&Aの自動生成が開始します。「初期化中」→「処理中」が完了すると、「生成Q\&Aを表示」のリンクが表示されます。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/06/%E8%87%AA%E5%8B%95%E7%94%9F%E6%88%902.png?resize=604%2C261&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

リンクをクリックすると、\[未回答の質問リスト]タブに移動し、自動生成されたQ\&Aを確認することができます。自動生成されたQ\&Aについては各Q\&A右下に「ドキュメントから自動生成」と表示されます。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/06/%E8%87%AA%E5%8B%95%E7%94%9F%E6%88%903.png?resize=756%2C377&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

また、この時点では、新しく追加された「ドキュメントから自動生成」フィルターが適用されているため、自動生成されたQ\&Aのみが表示されます。 フィルターをクリックして、どのように機能するかを確認してください。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/06/%E8%87%AA%E5%8B%95%E7%94%9F%E6%88%904.png?resize=757%2C335&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

また、該当のソースドキュメントが選択されており、そのドキュメントから自動生成されたQ\&Aのみが表示されます。なお、ソースドキュメントは複数選択ができます。

また、自動生成されたQ\&Aは、担当者／エージェントがレビューしたあと、各Q\&Aの右下段の\[+]ボタンを押して、Q\&Aデータベースに追加できます。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/06/%E8%87%AA%E5%8B%95%E7%94%9F%E6%88%905.png?resize=747%2C316&#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/faq/qa-auto-generation.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.
