# Orders

Twinr’s Inbuilt Analytics features an Orders graph that provides an at-a-glance view of the number of orders placed within your app. This numerical graph is a vital tool for monitoring sales activity and understanding customer purchasing patterns.

## Navigating the Order Graph

The Orders graph is a straightforward numerical representation that charts the number of orders over time, allowing you to:

<figure><img src="/files/RsKxmSoifwvoI37WX4tK" alt=""><figcaption></figcaption></figure>

* **See Total Orders**: The graph displays the total number of orders for the current period at the top.
* **Assess Growth**: Below the total, a percentage change shows the increase or decrease in order volume compared to the previous period.
* **Visualize Order Trends**: The graphical trend line maps out the volume of orders, with peaks indicating high order days.

## How to Analyze the Order Graph

* **Identify Patterns**: Use the graph to spot ordering patterns, which can help in forecasting future stock needs.
* **Monitor Promotional Impact**: Correlate spikes in the graph with marketing campaigns or promotional events to gauge their success.
* **Gauge Business Growth**: The change in order volume can be a strong indicator of business health and customer engagement.


---

# 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.twinr.dev/app-analytics/revenue/orders.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.
