# Daily Ride Report

#### Daily Ride Report

The daily ride report shows the details of rides for a selected period of time. It helps track trip activity based on driver, vehicle, and booking information.

<figure><img src="/files/Oosl7eZKrJfgL3k6Vvu7" alt=""><figcaption><p>Daily Ride Report</p></figcaption></figure>

* It shows basic ride details like booking ID, driver, and vehicle.
* It includes pickup and drop locations.
* It displays the status of each ride.
* In the vehicle filter, only active vehicles are shown for selection.
* Admin can filter the report using date range, driver, and vehicle.
* After applying filters, if the selected driver has rides, those records will be displayed; otherwise, a “No record found” message will be shown.

\ <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/daily-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.
