# Hourly Sales Report

Hourly Sales Report in CW POS is a report that displays sales data in hourly intervals for a specific store or multiple stores. The report typically includes the following columns:

* Store: The name or code of the store where the sale was made.
* Date Ordered: The date of the sale.
* Total Gross Amount: The total gross amount of sales made for the selected store(s) on the specified date(s).

The report allows store managers or analysts to identify peak hours of sales activity, which can inform staffing decisions and help improve overall store performance.

<figure><img src="/files/1PWW2XFx1oZkKbE24l6P" alt=""><figcaption></figcaption></figure>


---

# 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.cwsuite.com/pos/product-guides/reports/hourly-sales-report.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.
