> 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/genesis-overview.md).

# Genesisについて

Autify Genesis は、QA 担当者がテスト設計や仕様書作成などの作業を効率化するための AI プラットフォームです。作業の基本単位は**ワークスペース**で、製品や用途ごとに分けて管理できます。

ワークスペース内では、**リソースとコンテキスト**、**AI アシスタント**、**スペース**、**ワークフロー** が連動して QA 業務を支援します。

## ワークスペース

ワークスペースは、製品のソースコード・仕様書・設計ドキュメントなどのリソースを管理し、AI アシスタントやワークフローを通じた QA 業務の効率化を支援する作業単位です。組織内に複数のワークスペースを作成でき、製品や用途ごとに分けて管理できます。

### ワークスペースの構成

ワークスペースは次の 4 つの領域で構成されています。

| 領域              | 説明                                                  |
| --------------- | --------------------------------------------------- |
| **リソースとコンテキスト** | GitHub リポジトリの接続やファイルのアップロードを通じて、AI が参照するリソースを管理します。 |
| **AI アシスタント**   | ワークスペース内の情報をもとに、自然言語で質問したりタスクを依頼したりできます。            |
| **スペース**        | テストケース、機能一覧、シナリオなどの構造化 QA データを型付きテーブルで管理します。        |
| **ワークフロー**      | PRD、仕様書、テストケースの生成などを行う AI ワークフローを実行・管理します。          |

## リソースとコンテキスト

リソースとコンテキストでは、AI が参照するコードベースやファイルをワークスペースに登録して管理します。登録した情報は、AI アシスタントやワークフローがタスクを実行する際の前提情報として利用されます。

詳細は、[リソースとコンテキストについて](/features-ja/resources-context/resources-and-context-overview.md) を参照してください。

## AIアシスタント

AIアシスタントは、ワークスペース内のリソースをもとに会話しながら情報整理や成果物作成を進める機能です。仕様の確認や文書のたたき台作成などを対話形式で行えます。

詳細は、[AIアシスタントについて](/features-ja/ai-assistant/ai-assistant-overview.md) を参照してください。

## スペース

スペースは、テストケース・機能一覧・シナリオなどの構造化 QA データを型付きテーブルで管理するワークスペースタブです。スペース内では**コレクション**（型付きのテーブル）でデータを整理し、各行のカラムを自由に定義したり、サブコレクションで追加データを入れ子にしたり、すべての行の変更履歴を確認したりできます。ワークフローや AI アシスタントからもスペースのデータを直接読み書きできます。

詳細は、[スペースについて](/features-ja/spaces/about-spaces.md) を参照してください。

## ワークフロー

ワークフローは、複数の処理ステップを定義して定型作業や生成処理を実行する機能です。手動実行や各種トリガーによって、繰り返し発生する作業を一定の手順で進められます。

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

## 参考情報

* [ナビゲーション](/features-ja/navigation.md)
* [ワークスペース](/features-ja/settings/workspace-settings.md)


---

# 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/genesis-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.
