# Driver Ride Report

#### Driver Ride Report

The report shows driver-wise ride details, including how many hours each driver has been booked and the total number of rides for a selected period of time.

<figure><img src="/files/PXDNK7U5vedqv1B0lP8r" alt=""><figcaption><p>Driver Ride Report</p></figcaption></figure>

o It shows **driver names** along with **total booking time.**

o It displays the **total number of rides** completed by each driver.

o It helps track driver activity and performance.

o You can filter the report using **driver and date range.**

\ <br>


---

# 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/driver-ride-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.
