# Dashboard

## Introduction

{% hint style="info" %}
The dashboard is your command center - the first page you see after logging into your OpenCart admin panel. It provides a comprehensive overview of your store's performance and quick access to important management functions.
{% endhint %}

{% hint style="success" %}
**Key Benefit**: The main purpose of the dashboard is to give store owners real-time insights into how their shop is performing through statistical data analysis and visualizations.
{% endhint %}

<figure><img src="/files/tJ2IZwLLaB8JLxbA31M1" alt="OpenCart Admin Dashboard Overview"><figcaption><p>Admin dashboard - your central hub for store performance monitoring and management</p></figcaption></figure>

## Dashboard Sections

### 1. Overview

{% hint style="info" %}
The Overview section displays your store's most important Key Performance Indicators (KPIs) at a glance. Monitor these metrics daily to track your business health.
{% endhint %}

**Key Performance Indicators:**

* **Total Orders**: Number of orders placed during the selected period
* **Total Sales**: Total revenue generated over the selected period
* **Total Customers**: Number of registered customers
* **People Online**: Current visitors browsing your store

### 2. World Map

{% hint style="info" %}
The World Map visualization shows where your orders are coming from geographically. Use this to understand your customer distribution and identify key markets for expansion.
{% endhint %}

### 3. Sales Analytics

{% hint style="success" %}
This graphical representation tracks your store's chronological progress. Compare performance across different time periods to identify trends and patterns.
{% endhint %}

**Chart Configuration:**

* **X-axis**: Time (hours, days, or months depending on the selected range)
* **Y-axis**: Number of total orders (yellow line) and total customers (blue line)
* **Features**: Allows comparison of performance across different time periods

### 4. Recent Activity

{% hint style="warning" %}
**Important**: Monitor this section regularly to stay informed about customer interactions and system events in real-time.
{% endhint %}

Displays recent customer activities from your store:

* Customer logins
* New account registrations
* Order placements
* System notifications
* Recent reviews and ratings

### 5. Latest Orders

{% hint style="info" %}
This section provides a detailed view of your most recent orders. Use the quick action links to manage orders efficiently without navigating away from the dashboard.
{% endhint %}

A detailed list showing the most recent orders with the following information:

* **Order ID**: Unique identifier for each order
* **Customer**: Customer name and details
* **Status**: Current order status
* **Date Added**: When the order was placed
* **Total**: Order total amount
* **Action**: Quick links to view or edit orders

## Customizing the Dashboard

{% hint style="info" %}
Personalize your dashboard to show the information most relevant to your business needs. Remove widgets you don't use and prioritize the ones that matter most.
{% endhint %}

### Widget Management

**Dashboard Customization Steps:**

1. Navigate to **Extensions > Extensions > Dashboard**
2. **Add/Remove Widgets**: Customize which dashboard components to display
3. **Rearrange Layout**: Change the sort order to preferred positions
4. **Widget Settings**: Configure individual widget display options

<figure><img src="/files/USbkBsTGr0irQctuGgxM" alt="Dashboard Customization Interface"><figcaption><p>Dashboard customization - manage widgets and layout to match your workflow</p></figcaption></figure>

## Tips for Effective Dashboard Use

{% hint style="success" %}
Best Practices: Make your dashboard work for you by following these proven strategies for effective store management.
{% endhint %}

**Dashboard Optimization Checklist:**

* **Monitor Key Metrics**: Regularly check Total Orders, Sales, and Customer counts
* **Set Up Alerts**: Configure notifications for important events
* **Customize Widgets**: Tailor dashboard components to your business needs
* **Analyze Geographic Data**: Use the World Map to understand customer distribution
* **Track Activity Patterns**: Monitor Recent Activity for customer behavior insights


---

# 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://docs.opencart.com/admin-interface/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.
