# Order Stats

The main content of this page displays bar graphs, each relating to how many orders and the order value of those orders over the last month (30 days). It also displays the last 15 orders that have been placed in your online store.

These main statistics are accompanied by a side panel to the right of your screen that displays:

* The details of your most recent sale
* The number and total value of orders in the last 24 hours and whether that is up or down in comparison to the last 24 hour period.
* The number and total value of orders in the last 7 days and whether that is up or down in comparison to the last 7 day period.
* The number and total value of orders in the last 30 days and whether that is up or down in comparison to the last 30 day period.
* The number and total value of orders in the last 365 days and whether that is up or down in comparison to the last 365 day period.

### How do I view my Order Stats?

To view your order stats:

1. Log in to your freewebstore control panel.
2. Go to **Marketing > Statistics > Order Stats.**


---

# 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://help.freewebstore.com/marketing/statistics/order-stats.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.
