> For the complete documentation index, see [llms.txt](https://manual-sellers.cs-cart.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-sellers.cs-cart.jp/seller-admin/dashboard.md).

# ダッシュボード

ECモールに出店するショップ向け管理画面にログインすると最初に表示されるページです。\
売上や注文数、商品の状況などを確認できます。

<figure><img src="/files/Px6qRTxUwNpDOA2bUMcF" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="234">項目</th><th>説明</th></tr></thead><tbody><tr><td>売上</td><td>指定期間中の売上金額とグラフ</td></tr><tr><td>注文</td><td>指定期間中の総注文数</td></tr><tr><td>残高</td><td>未出金の売上金額</td></tr><tr><td>有効な商品</td><td>登録されている商品数とそのステータス</td></tr><tr><td>最近の注文</td><td>直近の注文詳細（注文番号、顧客名、金額、日時）の一覧一覧表示されます</td></tr><tr><td>プランの状況</td><td>現在の出店プランおよび登録商品数と売上の状況</td></tr><tr><td>会員登録済のお客様</td><td>会員登録を完了した顧客数</td></tr><tr><td>アクティビティ</td><td>最近のシステム活動（リクエスト、ユーザーセッションなど）を時系列で表示</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:

```
GET https://manual-sellers.cs-cart.jp/seller-admin/dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
