> For the complete documentation index, see [llms.txt](https://docs.hostelmate.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hostelmate.co/finance-management/dashboard.md).

# Dashboard

{% hint style="info" %}
This is your mission control for the property's financial performance. We designed the Dashboard to give you an immediate, high-level snapshot of exactly how your business is doing without needing to dig into complex reports or endless spreadsheets.
{% endhint %}

When you first open this page, you’ll notice a **Date Range Picker** at the top right.

{% hint style="success" %}
By default, it loads your data from the previous month, but you can easily adjust this to look at last week, the current year, or any custom date range you want to investigate.
{% endhint %}

## The Top KPIs

Right at the top, we display three core metrics that give you a quick pulse check on your property:

| Metric              | What It Tells You                                                                                |
| ------------------- | ------------------------------------------------------------------------------------------------ |
| **Total Profit**    | Exactly how much you're making after accounting for your tracked expenses.                       |
| **Total Customers** | A quick look at the volume of guests passing through your doors during the selected time period. |
| **Budget**          | A quick visual of how your actual earnings are tracking against your targets or budgets.         |

## Visualizing the Data

Beneath the quick stats, we break things down visually so you can spot trends at a glance:

| Chart                | Why It's Useful                                                                                                                                                                                                                        |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **OTA Distribution** | Ever wonder which booking channel is actually bringing in the most business? This chart breaks down your reservation sources, making it super easy to see if Booking.com, Hostelworld, or your own website is doing the heavy lifting. |
| **Sales Overview**   | A larger chart that tracks your sales over the selected time frame. This is incredibly handy for spotting seasonal trends, busy weekends, or sudden spikes in revenue.                                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.hostelmate.co/finance-management/dashboard.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.
