# My bookings

Customer can manage their booking view as they have the option to apply filter booking status-wise, date wise and they can find bookings by their address from the multiple records.

<figure><img src="/files/79wsjZefU67hQ54NhYGb" alt=""><figcaption></figcaption></figure>

### My Bookings/ View Details

The customer can view detailed information by clicking on a booking, including the vehicle details, driver information, and the booking fare breakdown.

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

## My Bookings/ Track Ride

Under the "Track Ride" section, users can monitor their ongoing bookings in real time, including the current status, vehicle location, estimated arrival time, and other relevant details.

### Contact support

Users can directly reach out to the management company for support or if they encounter any other issues.

### Vehicle Breakdown

Under "Vehicle Breakdown," users can report vehicle issues by selecting the relevant options. Once submitted, the request is sent to the admin for review and consideration.

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

### Driver Alert

Users can efficiently report a driver's misconduct to the admin by selecting the relevant option from the available choices. This ensures prompt attention and appropriate action.

<figure><img src="/files/NONHAWENHilgnSgBaINZ" 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://fleetdocs.hyvikk.space/booking-history/my-bookings.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.
