# Sales

The Sales graph presents the number of sales transactions within your app. This numerical graph allows you to track the sales performance, identify trends, and make informed decisions to drive revenue growth.

## Navigating the Sales Graph

Upon accessing the Sales graph, you’ll encounter a straightforward visual representation of your sales figures:

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

* **Total Sales Figure**: At the top of the graph, you’ll see the total sales amount for the current period, represented in a summary figure (e.g., $11.1K).
* **Percentage Change**: Beneath the total sales figure, there is a percentage that indicates the change in sales compared to the previous period. A green upward arrow denotes an increase, showcasing significant growth, such as a 110% increase.
* **Graphical Trend Line**: Below the numerical data, a trend line graphically represents sales fluctuations over the selected time frame.

## How to Analyze the Sales Graph

* **Trend Analysis**: Look for consistent growth, sudden spikes, or dips to understand purchasing behavior.
* **Event Correlation**: Match peaks in the graph to specific marketing campaigns or promotions to measure their impact on sales.
* **Periodic Comparison**: The growth percentage is your rapid indicator of performance against the previous period, providing a snapshot of your sales momentum.


---

# 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/sales.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.
