# Dashboard

<figure><img src="/files/7UKU4LMyeKT7itb4cPGJ" alt=""><figcaption></figcaption></figure>

### KPI cards

At the top of the dashboard, five cards summarize your organization's current state.

| Card                 | What it shows                                                                     |
| -------------------- | --------------------------------------------------------------------------------- |
| **Total Orders**     | The total number of orders received across all statuses                           |
| **Pending**          | Orders that are waiting for review and approval                                   |
| **Approved**         | Number of approved orders, with the approval rate as a percentage of total orders |
| **Total Revenue**    | Combined value of all approved orders                                             |
| **Avg. Order Value** | Total revenue divided by the number of approved orders                            |

The **Pending** card is highlighted in orange when there are orders waiting for your attention. The approval rate on the **Approved** card turns green once orders are being processed.

***

### Orders & revenue chart

The chart shows your order volume and revenue side by side over the **last 12 months**.

* **Bars (left axis)** — number of orders per month
* **Line (right axis)** — total revenue per month

Use this to spot seasonal patterns, volume dips, or months where revenue was high but order count was low (indicating larger orders).

***

### Top 10 products by revenue

Below the chart, Lainwise ranks your top 10 products based on total revenue across all approved orders. Each row shows:

* **Product name**
* **Total revenue** generated by that product
* **Number of orders** the product appeared in

This list updates automatically as new orders are approved. Use it to identify your highest-value products and spot if a key product suddenly drops out of the ranking.


---

# 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.lainwise.com/your-sidebar/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.
