> 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/getting-started/quickstart.md).

# Quickstart

このクイックスタートでは、Cepto に入って最初の分析画面を開くところまでを案内します。細かい設定は後から調整できます。

{% hint style="success" %}
**所要時間の目安: 10 分。** サインインできるアカウントと、接続する Shopify ストアがあれば十分です。
{% endhint %}

## 手順

{% stepper %}
{% step %}

#### サインインする

Cepto のサインイン画面を開き、アカウントを作成するか、既存アカウントでログインします。認証は Clerk が担当します。

サインイン後、Cepto はアカウントを同期し、所属ワークスペースがあれば **プロジェクト分析** へ移動します。
{% endstep %}

{% step %}

#### ワークスペースを確認する

画面左上のワークスペース切替で、作業対象を選びます。初めての場合は、サインイン時に紐づいたワークスペースが選ばれます。

ワークスペースは、メンバー・連携・商品データの境界です。詳細は [ワークスペースと MD プロジェクト](/core-concepts/workspaces-and-projects.md) を参照してください。
{% endstep %}

{% step %}

#### Shopify を接続する

**設定 → 連携 → Shopify** を開き、ショップドメイン（`your-shop.myshopify.com`）を入力して **接続** を押します。

Shopify の公式認証ウィンドウが開くので、ストアへのアクセスを承認します。ポップアップがブロックされている場合は、ブラウザで許可してから再試行してください。

{% hint style="info" %}
接続後、商品・注文の同期が進むまで品番リストが空に見えることがあります。少し待ってから再読み込みしてください。
{% endhint %}
{% endstep %}

{% step %}

#### 品番リストを開く

左メニューの **品番/SKU分析** を開きます。Shopify から取り込まれた品番と、売上・在庫・ステータスが表示されます。

日付範囲やステータスで絞り込めるほか、行をクリックすると品番詳細に進めます。
{% endstep %}
{% endstepper %}

## 次にやること

動くところまで来たら、チームと分析の単位を整えます。

{% content-ref url="/pages/c3101d8e098a6f696c75f6bda47d0ea5fdade1e5" %}
[最初のワークスペース](/getting-started/your-first-project.md)
{% endcontent-ref %}

{% content-ref url="/pages/umCNQrWLhF9OsGubaxER" %}
[ストア計測を入れる](/guides/tracking.md)
{% endcontent-ref %}

{% content-ref url="/pages/fb922e107b31a3e9e9fcf81410029e993b0a9afc" %}
[権限](/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/getting-started/quickstart.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.
