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

# よくある質問

> Status: リファレンス · 対象バージョン 0.1.x

***

### Planetz を使うにはシニアエンジニアである必要がありますか？

いいえ。Planetz は、削ぎ落とせないスキルが**recognition（見て分かること）**——結果を見て、それが望んだものかを判断すること——であり、自分でコードを書ける能力ではないように作られています。あなたは決定を平易な言葉で承認／却下して統治し、実行を*どう*構成するかというエンジニアリングはツールへ移ります。[Planetz の独自性](/planetz/ja/naze-planetz-ka/how-planetz-is-different.md) を参照。

### 私のソースコードはマシンの外に出ますか？

出さずに済みます。Planetz は **Ollama 経由のローカルモデル**で推論を走らせられるので、ソースコードと社内文書は手元のマシンに留まり、公開 API へ送られません。正直な限界：一部のツールを使うワークフローステップは依然クラウドプロバイダを使うことがあり、各ステップをどこで走らせるかはあなたが選べます。[エッジ AI とデータ主権](/planetz/ja/tonarue/edge-ai.md) を参照。

### Manta なしで Planetz を使えますか？

はい。Planetz Agent Deck はそれ自体で完全なデスクトップアプリで、画面から承認・操作できます。**Manta** は、より穏やかで物理的、アンビエントな制御のための任意のハードウェアです。

### エージェントがミスをしたらどうなりますか？

Planetz は「ミスが決して起きない」とは約束しません——どんなシステムも不可能です。代わりにミスを**封じ込め**（各実行は Git で隔離）、**可視化**（決定とドリフトはリリース後ではなく Deck に現れる）、**復元可能**（意図を戻して再生成）にします。本当に不可逆な操作——デプロイ・送信・削除——は意図的な確認のために段階化されます。[ハーネス](/planetz/ja/tonarue/harness-governance.md) を参照。

### Planetz は takt をベースにしていますか？

はい——そして、それを言えることを嬉しく思います。Planetz のハーネス（アプリ内表示名 **orbit**）は、オープンソースエンジン [takt](https://github.com/nrslib/takt) の中核アイデアを採用し、その上に改良を重ねています——Deck の UI、意図台帳、ワークフロー自動ルーティング、エッジモデル、Manta を加えています。Planetz は**独立したプロジェクト**であり、takt の作者による関連・保守を受けるものではありません。

### ローカル Deck と Planetz Cloud はどう関係しますか？

同じ Deck の UX とワークフローを共有します。チームはエッジモデルでローカルに始め、より多くの馬力とチーム機能（共有、監査ログ）のために、製品を学び直すことなくワークスペースを **Cloud** へ移せます。[今後の展望](/planetz/ja/no/whats-next.md) を参照。

### Cursor のような自分のエージェントを持ち込めますか？

はい。外部エージェントは**アダプタ**を通じて Deck に参加し、組み込みエージェントと並んで状態を統治されます。外部アダプタは現在 **Experimental** です。[設定と連携](/planetz/ja/gotono/settings.md) を参照。

### 私のデータはどこに保存されますか？

あなたのワークスペースに。Planetz は自身の状態をプロジェクトの傍らの管理フォルダに保持し、実行時にあなたの既存ツールのデータには書き込みません。エッジモデルと組み合わせれば、繊細な部分——あなたのコード、決定、承認——はあなたの掌握下に留まります。[Git 連携](/planetz/ja/tonarue/git-integration.md) を参照。

### 賢いモデルが出れば、これは不要になりませんか？

逆です。モデルが賢くなるほど、**あなたの代わりに黙って多くを決めます**——だから出自の喪失とドリフトは、改善ではなく悪化します。意図・決定・理解を掌握下に置くことは、エージェントが有能になるほど、いっそう重要になります。

### Planetz はオープンソースですか？

試せるオープンソースのビルドがあります。[planetz-release（GitHub）](https://github.com/guilz-dev/planetz-release) を参照してください。

## それでも詰まったら

* [用語集](/planetz/ja/rifarensu/glossary.md) — 不明な用語の定義。
* [標準ワークフロー](/planetz/ja/wkufur/standard-workflow.md) — 作業が端から端まで Planetz をどう流れるか。


---

# 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/rifarensu/faq.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.
