> 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/pricing.md).

# Pricing

## Pricing

Update room and bed prices quickly and keep channels in sync.

### Change a Price

1. Open Pricing in the front desk module
2. Select the room/bed type and dates
3. Enter the new price and Save

### Sync with Channels

* Channel‑connected prices will push automatically after save
* For a quick confirmation, change a price by a small amount and check one OTA

### Tips

* Avoid last‑minute drastic changes—give channels a few minutes to sync
* Use consistent price rules per room type for cleaner reporting

## 📖 Hostel Room Price Update – User Guide

You can access the page here, [Pricing Page](https://app.hostelmate.co/pricing)

#### Selecting a Date Range

* Use the **"From"** and **"To"** fields at the top of the page.
* Click the **calendar icon** and pick the start and end dates.
* The table will update automatically to show prices for the selected range.

**Using Bulk Update Prices**

* Click on a the price you want to update to open the **Bulk Update Prices** popup.
* Select the **Start Date** and **End Date** for the update.
* Enter the **new price** in the input field.
* *(Optional)* Check **"Close Room"** if you want to mark the room as unavailable.
* Click **Update** to apply changes.

{% hint style="info" %}
To avoid synchronization issues with OTAs, update pricing in smaller batches, ideally **one month at a time**. Large date range updates can cause delays or errors.
{% endhint %}

> If any room is not visible, please **contact our support team** to set it up for you.


---

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