> For the complete documentation index, see [llms.txt](https://fleetdocs.hyvikk.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fleetdocs.hyvikk.space/dashboard/my-bookings/track-ride.md).

# Track ride

**Rides can be tracked only for bookings with the status In Transit.**

{% tabs %}
{% tab title="First step" %}
\
1\. **Click on In-Transit Booking**

<figure><img src="/files/La5GywxgXsl9w9yMoYH7" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Second Tab" %}
2\. **Click on the track Ride**

<figure><img src="/files/meAihQULK6D87zVXSkPL" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### &#x20; <img src="/files/7yksGjgFZsmxc3cATERM" alt="" data-size="line"> **Contact Support**

Customers can reach out to the admin department's support team for any issues or inquiries.

Click on **"Customer Support"** and select the relevant option for the vehicle breakdown

###

### <img src="/files/1ix9YwY8XQx5FZ21F9tR" alt="" data-size="line"> **Vehicle Breakdown**

Customers can report the vehicle issue during the booking or ride to the admin or the vehicle management company.

Click on **"Veh.Breakdown"** and select the relevant option for the vehicle breakdown.

{% hint style="info" %}
The admin manages vehicle breakdowns from the admin pane&#x6C;**(ADMIN PANEL>VEHICLE BREAKDOWN>ADD VEHICLE BREAKDOWN)** and must add multiple breakdown reasons, allowing customers to easily select the appropriate option and report it.
{% endhint %}

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

### &#x20; <img src="/files/Mv1MEOTV3dTwfeRkVRZG" alt="" data-size="line"> **Driver Alert**

Customers can easily report a driver's misconduct or lodge a complaint with the vehicle management company during an ongoing booking.

Click on **"Driver Alert"** and select the relevant option to report.

{% hint style="info" %}
The admin manages driver alerts from the admin panel **(ADMIN PANEL > DRIVER ALERT > ADD DRIVER ALERT)** and must add multiple alert reasons, allowing customers to easily select the appropriate option and report it during the booking.
{% endhint %}

<figure><img src="/files/R4NzHamvw6gEVq89IIzA" alt=""><figcaption><p>Driver Alert</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://fleetdocs.hyvikk.space/dashboard/my-bookings/track-ride.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
