# Dashboard

You can access the Edwiser Store Dashboard from the Store Menu in the header.

***

### **Key Metrics**

The top panel displays the most important store statistics:

#### **Total Sales**

Shows the total revenue generated through course purchases. This value updates automatically after every successful order.

#### **Total Orders**

Displays the total number of completed orders.

#### **Total Customers**

Shows how many unique users have purchased at least one product.

These metrics help you quickly understand store performance without navigating into reports.

***

### **Monthly Sales Graph**

A visual line chart that shows your monthly sales trend.

#### **Features**

* Auto-generated from all completed orders
* Helps you understand seasonality and purchase patterns
* Supports long-term performance tracking

If there is no sales data yet, the graph will appear empty until the first orders are completed.

***

### **Top 5 Products**

This section highlights your best-performing courses.

#### **Displays**

* Product name
* Quantity sold
* Category
* Price
* Total revenue generated

If no product has been sold yet, the table will show *“No products found.”*

A **View all products** link takes you directly to the Products page for deeper management.

***

### **Quick Navigation Sidebar**

The Dashboard includes a left sidebar menu for easy access:

* **Dashboard**
* Products
* Orders
* Subscriptions
* Coupons
* Reviews
* Shop Settings
* Payment Settings
* Email Templates

This structure helps admins move between key store functions quickly.


---

# 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://remui-docs.edwiser.org/edwiser-store/getting-started/post-installation/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.
