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

# ナビゲーション

Autify Genesis では、左側のサイドバーと右側のメインコンテンツエリアを使って、組織・ワークスペース・各機能の画面を移動します。各エリアの役割を把握しておくと、チャット、スペース、ワークフロー、設定の移動がしやすくなります。

## 画面構成の概要

Autify Genesis の画面は、左側の **サイドバー** と右側の **メインコンテンツエリア** で構成されています。

## サイドバーの構成

サイドバーは上から順に、**ヘッダー**・**コンテンツ**・**フッター** の 3 つの領域で構成されています。

### ヘッダー

サイドバー上部には、組織の切り替え、通知、サイドバーの折りたたみ / 展開が表示されます。

### コンテンツ

サイドバーの中央部には、現在表示しているページに応じてコンテンツが切り替わります。

* **ワークスペース一覧を表示しているとき**：ワークスペースの切り替えが表示されます。ワークスペース名をクリックするとドロップダウンが開き、切り替え先のワークスペースを選択できます。
* **ワークスペース内を表示しているとき**：現在作業しているエリアに応じてサイドバーの内容が変わります。
  * ワークスペースサイドバーの先頭には **ダッシュボード** へのリンクが表示されます。
  * **ワークフロー** では、最近のワークフローと最近の実行が表示されます。
  * **リソースとコンテキスト** では、最近のドキュメントと最近の成果物が表示されます。
  * **スペース** では、スペースとコレクションのツリーが表示されます。
* チャット履歴はサイドバーではなく、ページヘッダーの **Genesisに質問** から開きます。

<figure><img src="/files/3Kaz8WPTifVsFrfn8xqd" alt="サイドバーのコンテンツのスクリーンショット"><figcaption><p>サイドバーのコンテンツ</p></figcaption></figure>

### フッター

サイドバー下部にはログイン中の **ユーザー名** と **ロール**、**設定** ボタンが表示されます。サイドバーを展開しているときは、**ヘルプとサポート** と **フィードバックを送る** も個別のボタンとして表示されます。サイドバーを折りたたんだ状態でも、これらの操作はアイコンから利用できます。

## ワークスペース内の画面構成

ワークスペースに GitHub リポジトリやドキュメントなどのリソースが登録されている場合、またはリソース接続画面をスキップした場合、画面上部には **ワークフロー** と **リソースとコンテキスト** が表示されます。組織で **スペース** が利用可能な場合は、**スペース** も表示されます。既定では **ワークフロー** タブが選択されます。

<figure><img src="/files/tVsdExzQ61LftCRLgtOY" alt="ワークスペース内のタブのスクリーンショット"><figcaption><p>ワークスペース内のタブ</p></figcaption></figure>

ページヘッダーには **Genesisに質問** も表示され、現在見ているページを離れずにサイドパネルでチャットを開けます。ワークフローエディターでは、**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/navigation.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.
