> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ja/ai-assistant/ai-assistant-overview.md).

# AIアシスタントについて

本ページでは、AIアシスタントの役割と活用イメージの概要を説明します。AIアシスタントは、ワークスペースに登録されたリソースの情報をもとに、さまざまなタスクを会話形式で実施できます。

## ワークスペースについて質問する

AIアシスタントは、ワークスペースについて以下のような内容を理解するのに役立ちます。

* 仕様や設計の内容を確認する
* コードベースの構成や実装内容をたずねる
* 関連ドキュメントを横断して要点を整理する

詳細については、[チャット機能](/features-ja/ai-assistant/chat.md) を参照してください。

## ドキュメントのたたき台を作成する

AIアシスタントとの会話を通じて、以下のようなドキュメントのたたき台を作成したり、調整したりできます。

* 機能仕様
* 要件整理
* ユーザーストーリー
* テストケース
* ヘルプページ

## AIアシスタントとワークフローの使い分け

AIアシスタントに加え、ワークフローでもAIエージェントを活用できます。まずはAIアシスタントで会話しながらワークスペースの理解やタスク、成果物の検討を進め、手順や方向性が固まったタスクをワークフロー化する使い方が効果的です。

詳細については、[ワークフローについて](/features-ja/workflow/workflow-overview.md) を参照してください。

### AIアシスタント

* ワークスペースについての理解を深める
* 成果物のイメージを固めていく

### ワークフロー

* 繰り返し発生する作業を、同じ品質・同じ手順で実行したいとき


---

# 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://help.genesis.autify.com/features-ja/ai-assistant/ai-assistant-overview.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.
