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

# Cepto へようこそ

Cepto は、ブランドと小売チーム向けの **Retail OS** です。Shopify の商品・注文データと、サイト上の閲覧・カート行動をワークスペースに集約し、品番（SKU）単位の分析と施策の実行までをつなぎます。

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">質問する</button>

<button type="button" class="button secondary" data-action="ask" data-query="Shopify ストアを接続するには？" data-icon="bag-shopping">Shopify を接続する</button><button type="button" class="button secondary" data-action="ask" data-query="品番リストの見方は？" data-icon="tags">品番リストを見る</button><button type="button" class="button secondary" data-action="ask" data-query="メンバーを招待するには？" data-icon="user-group">チームを招待する</button>

***

{% hint style="info" %}
初めて使う場合は、[クイックスタート](/getting-started/quickstart.md) から始めると、サインインから品番リスト表示までの流れを短時間で確認できます。
{% endhint %}

## ここから始める

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket-launch" style="color:$primary;">:rocket-launch:</i></h4></td><td><h4>Getting started</h4></td><td>アカウント作成から、最初のワークスペースと Shopify 連携まで。</td><td><a href="/pages/c1c2bf7d7c5c4cdb53233f70a53b30ff0cc71460">/pages/c1c2bf7d7c5c4cdb53233f70a53b30ff0cc71460</a></td></tr><tr><td><h4><i class="fa-book" style="color:$primary;">:book:</i></h4></td><td><h4>Core concepts</h4></td><td>ワークスペース、MD プロジェクト、権限の考え方。</td><td><a href="/pages/FaSGGOl6CSP0t71WWh7l">/pages/FaSGGOl6CSP0t71WWh7l</a></td></tr><tr><td><h4><i class="fa-graduation-cap" style="color:$primary;">:graduation-cap:</i></h4></td><td><h4>Guides</h4></td><td>Shopify 連携、トラッキング設置、品番分析などの手順。</td><td><a href="/pages/73b7faa18afc90c9ae3c6c1ae24f9ed214289c08">/pages/73b7faa18afc90c9ae3c6c1ae24f9ed214289c08</a></td></tr><tr><td><h4><i class="fa-book-open" style="color:$primary;">:book-open:</i></h4></td><td><h4>Reference</h4></td><td>設定画面、用語、画面の見方。</td><td><a href="/pages/87935bb1e2caf4857fc5fe2347c566031b72ecaa">/pages/87935bb1e2caf4857fc5fe2347c566031b72ecaa</a></td></tr></tbody></table>

## よく使う作業

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>MD・バイヤー向け</h4></td><td><a href="/pages/416edc1381c20849bc41111b02e482a722a49b94">/pages/416edc1381c20849bc41111b02e482a722a49b94</a></td><td><a href="/pages/26Kfa7BVojS6O0b8Y39Y">/pages/26Kfa7BVojS6O0b8Y39Y</a></td><td><a href="/pages/GhvQpbtbB6EmVq41uFbq">/pages/GhvQpbtbB6EmVq41uFbq</a></td></tr><tr><td><h4>管理者向け</h4></td><td><a href="/pages/fb922e107b31a3e9e9fcf81410029e993b0a9afc">/pages/fb922e107b31a3e9e9fcf81410029e993b0a9afc</a></td><td><a href="/pages/BtbEWNDRliOEQM5fcuxt">/pages/BtbEWNDRliOEQM5fcuxt</a></td><td><a href="/pages/8d7897a648fcd91cdfe61c6055c3fc9a2774e089">/pages/8d7897a648fcd91cdfe61c6055c3fc9a2774e089</a></td></tr><tr><td><h4>ストア構築向け</h4></td><td><a href="/pages/umCNQrWLhF9OsGubaxER">/pages/umCNQrWLhF9OsGubaxER</a></td><td><a href="/pages/932HqLv7aAPHEkhp9DrV">/pages/932HqLv7aAPHEkhp9DrV</a></td><td><a href="/pages/6625e4a7113b37994c505597f0f9e2c62008a5c5">/pages/6625e4a7113b37994c505597f0f9e2c62008a5c5</a></td></tr></tbody></table>


---

# 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/readme.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.
