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

# 設定と連携

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

## このページの内容

ワークスペース向けに Planetz を設定する場所——モデル（**エッジ**モデル含む）、カタログ、エージェント、外部連携。

***

## Settings のタブ

Settings は、開いているワークスペースを設定します。

| タブ               | 設定するもの                                       |
| ---------------- | -------------------------------------------- |
| **General**      | UI の設定                                       |
| **Providers**    | このワークスペースで許可するモデルプロバイダ                       |
| **Facets**       | ワークフロー向けの再利用可能なペルソナ／ポリシー／知識の部品               |
| **Orbit config** | エンジン既定——タスク実行に使う既定の **Provider** と **Model** |
| **Agents**       | エージェントの役割とランタイム                              |
| **Integrations** | 外部接続（MCP サーバー、アダプタ）                          |

初回起動時は短いセットアップが既定のプロバイダとモデルを尋ねます。これらは **Orbit config** でいつでも変更できます。

## エッジモデル（データ主権）

プロバイダ設定の下で、**ローカルの Ollama** インスタンスに接続でき、推論をあなた自身のマシンで走らせられます——接続テスト、モデルのヘルス確認、モデルの pull / 削除。これにより、ソースコードと社内文書を公開 API から遠ざけます。正直な限界に注意：一部のツールを使うワークフローステップは依然クラウドプロバイダを使うことがあります。[エッジ AI とデータ主権](/planetz/ja/tonarue/edge-ai.md) を参照。

## 連携と外部エージェント

**Integrations** は外部ツールを接続する場所です——MCP サーバーや、**外部エージェント**（例：Cursor）を Deck に参加させるアダプタを含みます。登録した秘密情報は、利用可能ならシステムのセキュアストレージに保存されます。

> 外部アダプタは **Experimental** で進化中です。粗削りな点があることを想定してください。

## 次に読む

* [エッジ AI とデータ主権](/planetz/ja/tonarue/edge-ai.md) — ローカルモデルの理由。
* [ワークフロー](/planetz/ja/gotono/workflows.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/settings.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.
