# Create Booking

It allows the user to easily create a new booking by providing an intuitive interface where they can enter all necessary details, such as vehicle type, number of passengers, pickup and drop-off location, and time.

The customer must complete three essential steps to create a new booking successfully.

<mark style="color:blue;">**Navigate to User profile > Create booking**</mark>

**Follow the steps below to create the new booking.**

{% tabs %}
{% tab title="First Tab" %}

1. **To proceed to the second step, add address details, pickup date and time, and the number of travelers.**

<figure><img src="/files/1ar3PWbLzDdTCVwWNIQT" alt=""><figcaption><p>First step - Create booking</p></figcaption></figure>
{% endtab %}

{% tab title="Second Tab" %}
2\. **Select a Vehicle from the given vehicles.**&#x20;

<figure><img src="/files/kRWIdjICbwaMa3fNJCNp" alt=""><figcaption><p>Step 2 Select Vehicle</p></figcaption></figure>
{% endtab %}

{% tab title="Third Tab" %}
3\. **Booking confirmation**\
\
This is the final step to confirm the booking.

<figure><img src="/files/z5ap26C7dXWoDW46Jfp0" alt=""><figcaption><p>Third step - Confirm booking</p></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
**The customer receives an email notification when a driver is assigned to a newly created booking.**

**An email is also sent to the customer once a driver is assigned to the newly created bookings.**

**An email is also sent to the customer when the booking is canceled.**
{% 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://fleetdocs.hyvikk.space/create-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.
