# ワークスペースとプロジェクトの違いは何ですか。

A **ワークスペース** は、最上位の組織コンテナです。自社またはチームのホームと考えてください。メンバー、請求、設定、すべてのプロジェクトを含め、あらゆるものがワークスペース内に存在します。

A **プロジェクト** は、実際の作業を行う場所です。各プロジェクトには独自のコンテンツ、権限、設定がありますが、必ずワークスペースに属します。

### 簡易比較

|        | ワークスペース        | プロジェクト         |
| ------ | -------------- | -------------- |
| 含まれるもの | メンバー、プロジェクト、請求 | コンテンツ、ページ、ファイル |
| 請求     | ワークスペースごと      | ワークスペースから継承    |
| 権限     | 組織全体の役割        | プロジェクトレベルの役割   |
| 制限     | アカウントごとに1つ（無料） | 無制限            |

### 新しいワークスペースを作成する場合と、新しいプロジェクトを作成する場合

作成するのは **新しいプロジェクト** は、明確に区別された作業を始めるときに使用します。たとえば、新しい製品、別のドキュメンテーションサイト、またはチームのイニシアチブです。プロジェクトは低コストで、管理も容易です。

作成するのは **新しいワークスペース** は、請求とメンバーシップの境界を完全に分ける必要がある場合のみ作成してください。たとえば、別のクライアントの業務を管理する代理店や、雇用主とは分離して維持する個人アカウントなどです。

{% hint style="warning" %}
ワークスペース間でコンテンツを移動するのは簡単ではありません。判断に迷う場合は、まず既存のワークスペース内に新しいプロジェクトを作成してください。
{% endhint %}

### 関連記事

* チームメンバーをワークスペースに招待する
* カスタムドメインの設定


---

# Agent Instructions: 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://isbm.savimbo.com/practice-guide/ja/hajimeni/wkusupsutopurojekutonoihadesuka.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.
