# User Report

### User Report

Which users add automobile reservations are revealed by user reports. Here, user may locate the client's pickup and drop-off times, as well as their location. Additionally, users may learn about the progress of your trip and the costs involved.\
Ultimately, it shows a number of bookings made by which user (Managers) for a particular time period.

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

o It retrieves data from the User(managers) under the User module.

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

o User can generate their customized report by applying a customized search in the multi-search fields.

{% hint style="danger" %}
If a user is deleted from the user(manager), they will no longer have access to the user report.
{% 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/user-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.
