# ダッシュボード

ECモールの運営者向け管理画面にログインすると最初に表示されるページです。\
売上や注文数、ユーザーの状況などを確認できます。

<figure><img src="/files/LSm9MJKP91SDaVvPLjeN" 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>ECモールに出店中のショップ数</td></tr><tr><td>会員登録済のお客様</td><td>会員登録を完了した顧客数</td></tr><tr><td>アクティビティ</td><td>最近のシステム活動（リクエスト、ユーザーセッションなど）を時系列で表示</td></tr></tbody></table>


---

# Agent Instructions: 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-admin.cs-cart.jp/mall-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.
