> 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/front-desk/dashboard.md).

# Dashboard

## 1. Overview of Dashboard

**The home page consists of:**

* **Calendar**: You can choose the date to explore the following lists for the chosen date.
  * **Arrivals List**: Arrival list for guests on the chosen date.
    * **Note**: Existing guests who extend their stay will not appear in this list even if their extension starts on the chosen date.
  * **Departures List**: List of guests who will check out on the chosen date.
  * **Waiting List**: Includes reservations that are not paid and not confirmed yet.
    * **Purpose**: To keep the beds empty and increase the chance of getting a reservation for the same bed.
  * **Reserved List**: Includes guests whose reservation status is marked as reserved.
  * **No Show List**: Includes guests who didn't show up and guests who cancelled their paid non-refundable reservations (Paid No Show).
    * **Note**: The reservation details for the entire booked period are shown. For example, if a guest booked for 7 nights, their details will appear in the No Show list for all 7 nights.
  * **Canceled List**: Includes the list of cancelled reservations that are not paid.
    * **Note**: The reservation details for the entire booked period are shown. For example, if a guest booked for 7 nights, their details will appear in the Canceled list for all 7 nights.

**Each list includes:**

* Guest’s name
* Reservation platform
* Check-in date
* Amount per night
* Bed number
* Reservation status

**Additional information displayed:**

* Chosen date (selected in the calendar)
* Occupancy (displays the number of available beds and booked beds)
* Room rates (shows the rate for each room along with the room name; adjusted automatically according to occupancy)

## 2. Reservation Status

### 1. Reserved Status

The reservation is reserved but not paid, and the guest's card has not been tried yet.

### 2. Authorized Status

The guest’s card has been authorized successfully.

### 3. Paid Status

The reservation is paid.

### 4. Check-in Status

The guest has checked in but hasn’t paid yet.

### 5. Check-in (Paid) Status

The guest has completed the check-in process and payment.

### 6. Paid No Show Status

The guest paid but didn’t show up during check-in hours. This status makes the reservation disappear from the calendar page and appear in the No Show list to make the bed empty and increase the chance of getting another reservation for the same bed.

### 7. Canceled Status

For unpaid canceled reservations, either from the guest's side or by the hostel manager if the guest didn’t come.

### 8. Waiting List Status

For guests who booked but didn’t pay and their cards are invalid. This status makes the reservation disappear from the calendar page and appear in the Waiting List to make the bed empty and increase the chance of getting another reservation for the same bed.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.hostelmate.co/front-desk/dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
