# Work Order Report

### Work Order Report

The user can view a report detailing the vehicles sent to the vendor for each respective date."

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

o It retrieves data from the Manage Work Order under Work Order.

o it includes details about the vehicle's condition, work order cost, total cost of components, and the cost of shipping the vehicle.

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="info" %}
If a work order is deleted from Manage Work Order hence it will not be displayed in the Work Order 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/work-order-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.
