# Ending a booking

A booking can be ended when the status is active.

### How to end a booking

1. Go to the booking
2. Click "Ended" in the top right
3. Select or create a new reason for ending the booking
4. Review if there are any payments to process&#x20;
   1. Such as the deposit
5. Click "End booking" to confirm

<figure><img src="/files/Qdd7JsB1dcSYKdHHaI65" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** if you have inspection templates set up, the ending of a booking will prompt you to complete the handover inspection.&#x20;
{% endhint %}


---

# Agent Instructions: 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.loopit.co/bookings/lifecycle-of-a-booking/ending-a-booking.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.
