# Activating a Booking

An activated booking represents an asset being taken out. You would typically activate the booking at the time of handover or prior to delivery.&#x20;

To activate a booking, navigate to a booking that is in the **Confirmed** state and click on **Activate.**

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

Upon clicking the Activate button, Loopit will present a summary screen to provide you with an overview of the entire booking. Items that are missing (such as driver's licence if required) are flagged.

On the left hand side of the screen is a timeline of what will happen and when charges will occur.

Once you are happy, click **Activate** in the top right corner.

<figure><img src="/files/4n53FSEJq5P3kXN8HWio" alt=""><figcaption></figcaption></figure>

The booking will be activated, payment taken and you will be redirected to the Booking Overview screen. Here you can see details of the booking.

Clicking on the **Billing** tab will display the invoices and payments associated to this booking.

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

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


---

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