# Booking Report

### Booking Report

\
The user may learn about the total bookings for the different vehicles and which vehicle was reserved by which client from a booking record. What hour and what day? It includes details like pick-up and drop-off addresses, the number of passengers, and its state.

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

**o** It retrieves data from the booking module.

\
**o** it can be exported in Excel, CSV, and PDF formats.

\
**o** The user can generate their customized report by applying a customized search in the multi-search fields

**o** Cancelling bookings will not impact the booking report in any way.

{% hint style="danger" %}
If any bookings are removed from the booking module, then they will be removed from the booking report also.
{% 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/explore-features/reports/booking-report.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.
