> For the complete documentation index, see [llms.txt](https://docs.dev-cepto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dev-cepto.com/documentation/documentation-ja/core-concepts/workspaces-and-projects.md).

# ワークスペースと MD プロジェクト

Cepto には入れ子の箱が 2 つあります。**ワークスペース** はチームとデータの境界、**MD プロジェクト** は期間付きの分析単位です。

## 階層

```mermaid
graph TD
  A[アカウント] --> W1[ワークスペース: ブランド A]
  A --> W2[ワークスペース: ブランド B]
  W1 --> S[Shopify / スマレジ連携]
  W1 --> P1[MD プロジェクト: 26SS]
  W1 --> P2[MD プロジェクト: セール企画]
  P1 --> SKU[品番リスト / プロジェクト分析]
```

画面左上の切替は **ワークスペース** です。プロジェクト分析や品番リストの中で選ぶのが **MD プロジェクト** です。

## ワークスペース

ワークスペースはチームの作業空間です。次を持ちます。

* メンバーとロール
* Shopify / スマレジなどの連携
* 商品・注文・在庫などの業務データ
* ワークスペース設定（名前、アイコン、ID）

{% hint style="info" %}
1 人のアカウントは複数ワークスペースに参加できます。左上の切替で移動します。
{% endhint %}

データはワークスペースごとに分離されます。別ワークスペースの品番や注文は見えません。

## MD プロジェクト

MD プロジェクトは、ワークスペース内の **分析の切り口** です。例:

| 種類                | 使いどころ         |
| ----------------- | ------------- |
| シーズン              | 春夏・秋冬など、期間で見る |
| プロモ               | セールやキャンペーン    |
| チャネル              | 店舗 / EC など販路  |
| コラボ / テーマ / セグメント | 企画単位の切り出し     |

各 MD プロジェクトには次を設定できます。

* 名前
* 開始日・終了日
* 消化率目標
* ステータス（有効 / アーカイブ）
* 対象品番

品番リストやプロジェクト分析は、選択中の MD プロジェクトを前提に数字を出します。作成・編集の手順は [MD プロジェクト](/documentation/documentation-ja/guides/md-projects.md) を参照してください。

## どちらで分けるか

**ワークスペースを分ける** とき:

* 別ブランド、別法人、別のメンバー集合
* 見せてはいけないデータがある
* 連携する Shopify ストアが違う

**MD プロジェクトで分ける** とき:

* 同じストア・同じチームのまま、期間や企画だけ変えたい
* 消化率目標を企画ごとに持ちたい
* 品番のサブセットで進捗を見たい

## 関連

{% content-ref url="/pages/SpGPIapUIxp2f6DpApxk" %}
[権限](/documentation/documentation-ja/core-concepts/permissions.md)
{% endcontent-ref %}

{% content-ref url="/pages/ty8blk0UGdtqgUGpxVCA" %}
[MD プロジェクト](/documentation/documentation-ja/guides/md-projects.md)
{% endcontent-ref %}


---

# 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://docs.dev-cepto.com/documentation/documentation-ja/core-concepts/workspaces-and-projects.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.
