> For the complete documentation index, see [llms.txt](https://planetz.gitbook.io/planetz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://planetz.gitbook.io/planetz/ja/gotono/ui-overview.md).

# 画面構成の概要

> Status: 製品紹介 · 対象バージョン 0.1.x ｜ ラベルは実機で確認のこと

## このページの内容

Planetz デスクトップアプリの画面構成を簡単に把握できるように、どこに何があるかを紹介します。このセクションの各ページでは、それぞれの領域をさらに詳しく説明します。

***

## まずワークスペースを開く

Planetz はワークスペース——**Open workspace**（ワークスペースを開く）で開く Git リポジトリ——の上で動きます。Planetz は自身の状態をプロジェクトの傍らのサイドカーに保持し、実行時にあなたの既存ツールのデータには書き込みません（[Git 連携](/planetz/ja/tonarue/git-integration.md) を参照）。初回起動時は短いセットアップ（既定の **Provider** と **Model**）を案内します。

## 3 つの領域

Deck は 3 つの領域でできています。

1. **左レール — ビュー。** 縦のレールで主ビューを切り替えます。主なビューは：

   | ビュー             | 用途                                                             |
   | --------------- | -------------------------------------------------------------- |
   | **Task**        | 作業を投入して見る → [タスク Deck](/planetz/ja/gotono/task-deck.md)        |
   | **Issue**       | GitHub の issue をキューに取り込む                                       |
   | **Spec Studio** | 意図を起草・トレース → [Spec Studio](/planetz/ja/gotono/spec-studio.md)  |
   | **Decisions**   | エージェントの決定をレビュー → [Decisions](/planetz/ja/gotono/decisions.md)  |
   | **Workflows**   | プロセスのカタログを見る → [ワークフロー](/planetz/ja/gotono/workflows.md)       |
   | **Log**         | 実行ログ → [ログとサマリー](/planetz/ja/gotono/logs-and-summary.md)       |
   | **Summary**     | 実行サマリー（結果） → [ログとサマリー](/planetz/ja/gotono/logs-and-summary.md) |
   | **Adapter**     | 外部エージェントの接続 *（Experimental）*                                   |
2. **中央 — アクティブなビュー。** レールで選んだもの：タスクボード、会話、Spec Studio など。
3. **パネル — 艦隊を一目で。** ドック可能なパネルが **Agents**（エージェント）と **Tasks**（タスク）を作業の傍らに表示し、**Add task**（タスクを追加）で新規投入できます。ヘッダーには **Workspace**・**View**・**Panels**・**Reset layout** と **Settings** があります。

## 任意のコンパニオン

**Manta** デスクトップロボがあれば、同じ艦隊状態（working / waiting / approve / error）をアンビエントライトと LCD で映し、物理的な Approve / Deny を提供します。Planetz は Manta なしでも画面上で完全に動きます。[エッジ AI とデータ主権](/planetz/ja/tonarue/edge-ai.md) を参照。

## 次に読む

* [タスク Deck](/planetz/ja/gotono/task-deck.md) — 最も長く使うビュー。
* [全体像とメンタルモデル](/planetz/ja/tonarue/overview.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:

```
GET https://planetz.gitbook.io/planetz/ja/gotono/ui-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
