# Reports

## What are reports?

Reports are meant to show you patterns in your spending (and then if something looks off, you can make a change!)<br>

<figure><img src="/files/D48wK9zEfNyDo9d9A8Yd" alt="" width="375"><figcaption><p>Luna reports</p></figcaption></figure>

## Monthly Spend vs Budget

This report shows you how much money you've currently spent and then a line that shows your current budget (spread out evenly over the month)

This is helpful for you to quickly see if you are on track to stay within your budget.

In the example below, the user had a huge emergency expense at the start of the month that put them super out of budget almost immediately.

<figure><img src="/files/QmQsA0AMgnwoJrO9JWoW" alt="" width="375"><figcaption><p>Montly spend vs budget</p></figcaption></figure>

## This month vs Last month

A chart that shows you what you spent last month (gray line) and what you've currently spent this month (purple line)

<figure><img src="/files/pKR2wmMDDhm2RZdkp4mF" alt="" width="375"><figcaption><p>This month vs last month graph</p></figcaption></figure>

## Monthly spend (last 7 months)

A bar chart that shows your spending over the last 7 months. Great to see if anything has changed in your spending habits over a longer period of time.

<figure><img src="/files/vU6Rp9YBqOpe2oLwUuDM" alt="" width="375"><figcaption><p>Monthly spend graph</p></figcaption></figure>

## Interacting with charts

{% hint style="info" %}
At the moment, charts cannot be interacted with but that's coming soon! You'll be able to drill down into the details and analyze patterns in your spending
{% endhint %}


---

# 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://guide.lunabudgeting.com/features/reports.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.
