# Home

- [Overview](https://support.lunchmoney.app/home/overview.md): The Overview page is where you'll land every time you log into Lunch Money. You'll be able to see a list of your accounts, a summary of your spending this period as well as a breakdown by category.
- [Net Worth Tracker](https://support.lunchmoney.app/home/net-worth.md): Calculate your net worth and see the changes in your assets clearly over time.
- [Stats](https://support.lunchmoney.app/home/stats.md): The Stats page highlights interesting transactions and merchants for a period of time. This is a great way to get insights into your spending and identify new spending habits.
- [Trends](https://support.lunchmoney.app/home/trends.md): The Trends page shows you insights and charts into how your spending and earnings change over time.


---

# 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://support.lunchmoney.app/home.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.
