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

# スマレジ POS 在庫

**POS在庫** は、スマレジ側の店舗在庫を見るための画面です。左メニューに **β** と出ているとおり、Shopify 連携ほど機能は揃っていません。

## できること

* 連携ハブ（**設定 → 連携**）でスマレジの接続状態を見る
* 接続がある場合、有効 / 無効を切り替える
* **POS在庫** 画面で店舗在庫を確認する

Shopify のように、画面から新規 OAuth 接続を開始するフローはまだありません。接続の初期登録は Cepto 側のセットアップが前提です。

## 状態

| 表示  | 意味                     |
| --- | ---------------------- |
| 接続中 | 在庫参照に使われます             |
| 未接続 | このワークスペースにスマレジ接続がありません |
| 無効  | 接続はあるがオフです             |
| エラー | 同期や認証に問題がある可能性があります    |

{% hint style="warning" %}
β のため、SKU 分析の本線（消化率・推奨アクション）は Shopify データを優先します。店舗在庫と EC 在庫の統合は今後の拡張です。
{% endhint %}

## 使えないとき

1. 左上が正しいワークスペースか確認する
2. **設定 → 連携 → スマレジ** で接続中か確認する
3. 無効なら管理者に有効化を依頼する
4. 未接続なら、担当者に初期セットアップを依頼する


---

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