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

# 用語集

Cepto の画面やこのドキュメントで使う言葉です。

***

## A — M

<details>

<summary><strong>アカウント</strong></summary>

Cepto にサインインする人。認証は Clerk、Cepto 側にはアカウント ID が対応します。1 アカウントは複数ワークスペースに参加できます。

</details>

<details>

<summary><strong>MD プロジェクト</strong></summary>

ワークスペース内の分析単位。シーズン、プロモ、チャネルなど。期間と消化率目標、対象品番を持ちます。左上で切り替えるワークスペースとは別物です。See [MD プロジェクト](/documentation/documentation-ja/guides/md-projects.md).

</details>

<details>

<summary><strong>シグナル</strong></summary>

品番が今のステータスになっている理由のラベル。消化遅れ、欠品リスク、PV 低、CVR 低など。

</details>

<details>

<summary><strong>消化率</strong></summary>

対象期間における売れた割合。実績消化率と、MD プロジェクトの目標から来る計画消化率、その差（ギャップ）を品番リストで見ます。

</details>

***

## N — S

<details>

<summary><strong>SKU / 品番</strong></summary>

分析の行の単位。Shopify 商品（必要に応じてバリアント）に対応します。品番リストの主キーです。

</details>

<details>

<summary><strong>Shopify 連携</strong></summary>

ワークスペースにストアを接続し、商品・注文・在庫を取り込むこと。通常は OAuth。See [Shopify を接続する](/documentation/documentation-ja/guides/shopify.md).

</details>

<details>

<summary><strong>ステータス</strong></summary>

品番の緊急度。DANGER、WARNING、WATCH、NORMAL、GOOD、OVERDUE、PRE\_RELEASE など。

</details>

<details>

<summary><strong>スマレジ</strong></summary>

POS 在庫の連携先（β）。Cepto の本線分析は Shopify が中心です。See [スマレジ POS 在庫](/documentation/documentation-ja/guides/smaregi.md).

</details>

***

## T — Z

<details>

<summary><strong>TODO</strong></summary>

品番や企画に対する施策タスク。値下げ、追加発注、ページ改善などを担当者と期限付きで追います。

</details>

<details>

<summary><strong>トラッキング</strong></summary>

ストアフロントから閲覧・カートなどのイベントを送る仕組み。Shopify ではカスタムピクセル。See [ストア計測を入れる](/documentation/documentation-ja/guides/tracking.md).

</details>

<details>

<summary><strong>ロール</strong></summary>

ワークスペース内の権限。閲覧者（Viewer）、編集者（Editor）、管理者（Admin）。See [権限](/documentation/documentation-ja/core-concepts/permissions.md).

</details>

<details>

<summary><strong>ワークスペース</strong></summary>

チームとデータの境界。メンバー、連携、商品データがここに属します。See [ワークスペースと MD プロジェクト](/documentation/documentation-ja/core-concepts/workspaces-and-projects.md).

</details>

<details>

<summary><strong>write key</strong></summary>

計測 SDK / ピクセルがイベント送信時に使う書き込み用キー。Cepto が発行します。公開リポジトリには置かないでください。

</details>

***

{% hint style="info" %}
足りない用語があれば、サポートまで知らせてください。
{% endhint %}


---

# 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/reference/glossary.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.
