> For the complete documentation index, see [llms.txt](https://coliving.hackerhouse.paris/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coliving.hackerhouse.paris/host/payments-and-billing/pre-booking-and-deposit.md).

# Pre-booking and deposit

When a Member pre-books your space, he will pay a down payment.

This downpayment is a commitment on the part of the Member and will be transfered to you at the end of the month after deduction of [service Fees](/host/payments-and-billing/service-fees.md).

Future payments will take place on the 1st of the month following the down payment date.

#### What is the amount of the down payment?

From 1 month up to 2 months of your listing's price depending on the date of check-in of the Member.

### What happens if my Member cancels his stay before his move-in date?&#x20;

A Member can cancel up to 48 hours after his pre-reservation and get a full refund, except for transaction fees (2 to 3% of the amount). Then, a Member can cancel before the check-in date and obtain a full refund, except for the reservation deposit. If you have already collected the amount, you will be free to refund the Member according to your own payment methods.


---

# 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://coliving.hackerhouse.paris/host/payments-and-billing/pre-booking-and-deposit.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.
