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

# Guides

作業ごとの手順です。今やりたいことに近いページを選んでください。

<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-bag-shopping" style="color:$primary;">:bag-shopping:</i></h4></td><td><strong>Shopify を接続する</strong></td><td>ストアを OAuth でつなぎ、商品と注文を取り込む。</td><td><a href="/pages/BtbEWNDRliOEQM5fcuxt">/pages/BtbEWNDRliOEQM5fcuxt</a></td></tr><tr><td><h4><i class="fa-chart-line" style="color:$primary;">:chart-line:</i></h4></td><td><strong>ストア計測を入れる</strong></td><td>Shopify カスタムピクセルから閲覧・カートを送る。</td><td><a href="/pages/umCNQrWLhF9OsGubaxER">/pages/umCNQrWLhF9OsGubaxER</a></td></tr><tr><td><h4><i class="fa-tags" style="color:$primary;">:tags:</i></h4></td><td><strong>品番リストを使う</strong></td><td>ステータス、推奨アクション、詳細、AI 診断。</td><td><a href="/pages/26Kfa7BVojS6O0b8Y39Y">/pages/26Kfa7BVojS6O0b8Y39Y</a></td></tr><tr><td><h4><i class="fa-calendar" style="color:$primary;">:calendar:</i></h4></td><td><strong>MD プロジェクト</strong></td><td>シーズンや企画の期間・目標・対象品番。</td><td><a href="/pages/GhvQpbtbB6EmVq41uFbq">/pages/GhvQpbtbB6EmVq41uFbq</a></td></tr><tr><td><h4><i class="fa-store" style="color:$primary;">:store:</i></h4></td><td><strong>スマレジ POS 在庫</strong></td><td>店舗在庫（β）の確認。</td><td><a href="/pages/932HqLv7aAPHEkhp9DrV">/pages/932HqLv7aAPHEkhp9DrV</a></td></tr></tbody></table>

***

## 今後追加予定のガイド

実際の問い合わせに合わせて、次のようなページを足していく予定です。

* TODO の一括運用
* Cepto AI の使い方
* 複数ストア運用

{% 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/guides/guides.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.
