> 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/property-setup/cancellation-policy.md).

# Cancellation Policy

{% hint style="info" %}
Setting clear expectations is the best way to avoid disputes with guests. The Policies page is where you lay down the law—defining exactly what happens when a guest cancels, doesn't show up, or asks for a refund.
{% endhint %}

## The Policy Categories

When you load the page, you'll see four primary text boxes corresponding to the most critical areas of guest interaction:

| Policy Type           | Description                                                                                                               |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| **Cancellation Fees** | Explain exactly how much a guest will be charged if they cancel their booking 14 days out versus 24 hours out.            |
| **No Show Policy**    | Define what happens if the guest simply never arrives. (Do they lose their deposit? Are they charged for the whole stay?) |
| **Refund Policy**     | Clearly outline under what circumstances you are willing to return money that has already been collected.                 |
| **Modifications**     | Detail your rules for date changes or reducing the number of guests.                                                      |

## Writing Your Policies

{% hint style="danger" %}
We intentionally designed the editors on this page as simple, plain-text `<Textarea>` fields. We don't use fancy formatting or rich text here because these policies need to be injected into plain text emails, OTAs (like Booking.com), and simple invoice PDFs without breaking the layout.
{% endhint %}

Just type out your rules clearly and concisely, and hit the **Publish Policies** button at the top right to make them live!


---

# 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/finance-management/property-setup/cancellation-policy.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.
