> 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/getting-started/your-first-project.md).

# 最初のワークスペース

[クイックスタート](/documentation/documentation-ja/getting-started/quickstart.md) より一段深く、日常運用できる状態までセットアップします。完了後は、品番分析と TODO をチームで回せるようになります。

## 1. 作業の単位を決める

クリックする前に、どこまでを 1 つのワークスペースにまとめるかを決めておくと後が楽です。

| こんな体制            | こう分ける                             |
| ---------------- | --------------------------------- |
| 1 ブランド、1 チーム     | ワークスペースは 1 つ。季節や企画は MD プロジェクトで分ける |
| 複数ブランドを同じチームが見る  | ブランド（または法人）ごとにワークスペースを分ける         |
| 外部パートナーに一部だけ見せたい | 見せたい範囲だけで別ワークスペースを作り、そこに招待する      |

権限はワークスペース単位です。プロジェクト単位の細かい権限はまだありません。詳しくは [権限](/documentation/documentation-ja/core-concepts/permissions.md) を参照してください。

## 2. ワークスペースを整える

{% stepper %}
{% step %}

#### 名前とアイコン

**設定 → ワークスペース** で表示名とアイコンを変更できます。ワークスペース ID はサポート問い合わせ時に使うことがあるので、控えておくと便利です。
{% endstep %}

{% step %}

#### メンバーを招待する

**設定 → メンバー** から、登録済みユーザーのメールアドレスで招待します。追加されたメンバーは最初 **閲覧者（Viewer）** です。管理者だけがロール変更と削除ができます。
{% endstep %}

{% step %}

#### 連携を確認する

**設定 → 連携** で、Shopify（必須）とスマレジ（β）の接続状態を確認します。Shopify の手順は [Shopify を接続する](/documentation/documentation-ja/guides/shopify.md) を参照してください。
{% endstep %}
{% endstepper %}

## 3. MD プロジェクトを用意する

品番分析とプロジェクト分析は、**MD プロジェクト**（シーズンや企画などの分析単位）を軸に見ます。

1. **プロジェクト分析** を開く
2. 既存の MD プロジェクトを選ぶか、新規作成する
3. 名前、期間、消化率目標、対象品番を設定する

MD プロジェクトの種類（シーズン、プロモ、チャネルなど）と設定項目は [MD プロジェクト](/documentation/documentation-ja/guides/md-projects.md) を参照してください。

## 4. 分析を使い始める

セットアップ後の典型的な流れです。

1. **品番リスト** でステータスや推奨アクションを確認する
2. 気になる品番を開き、売上・在庫・サイズ展開を見る
3. 必要なら Cepto AI に品番診断を依頼する
4. 値下げ・追加発注・ページ改善などを **TODOリスト** に落とす

{% hint style="info" %}
サイト上の閲覧・カート行動まで見る場合は、Shopify のカスタムピクセルにトラッキングを入れてください。手順は [ストア計測を入れる](/documentation/documentation-ja/guides/tracking.md) です。
{% endhint %}

## 次のページ

{% content-ref url="/pages/0UDarCJisTC4UwbmByLZ" %}
[品番リストを使う](/documentation/documentation-ja/guides/sku-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/VWc3sfOQ9Jl6ptrULuwE" %}
[Shopify を接続する](/documentation/documentation-ja/guides/shopify.md)
{% endcontent-ref %}

{% content-ref url="/pages/SpGPIapUIxp2f6DpApxk" %}
[権限](/documentation/documentation-ja/core-concepts/permissions.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/getting-started/your-first-project.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.
