# Truck Details

The **Truck Details** page offers a centralized view of all information related to a specific truck unit. It includes core truck specifications, current and historical ownership, assigned driver/trailer, key performance and cost analytics, and grouped document sections: **Registration**, **FHWA Inspection**, **Insurance**, and **Title**.

***

### Truck Header Section

At the top of the page, users will find:

* **Unit Number**
* **Make, Model, and Type**
* **Color, Year, and VIN**
* **Purchase Date**

These are key identification fields and are visible at all times in the left-most column.

***

### Assigned Section

If the truck is assigned to a driver or trailer, the following will be displayed:

* Assigned trailer ID and icon
* Assigned driver name and profile

***

### Owner & Features Section

This section displays:

* **Company (owner)** – with contact phone, email, and address
* **Commission** – if the truck is owner-owned (non-company), this field shows the commission percentage
* **Features** – icons like Double Bunk, Refrigerator, PTO, DashCam, etc.

***

### Owner History

Chronological history of ownership with:

* **Company name**
* **Date range (From – To)**
* **Duration**

This helps identify ownership timelines and supports tax and audit needs.

***

### Performance & Financial Analytics

Displayed as collapsible graphs:

* **Performance:**
  * Mileage
  * Fuel cost
* **Fuel Consumption:**
  * Miles per Gallon
  * Cost per Gallon
* **Revenue:**
  * Miles
  * Revenue
* **Expenses:**
  * Fuel cost
  * Repair cost
  * Total cost

Each chart has quick filters: 1M, 3M, 6M, 1Y, YTD, and ALL.

***

### Document Gallery (Bottom Section)

All documents added across Registration, FHWA, Insurance, and Title are also collected and visible here. Allows:

* Document Preview
* Download
* Carousel navigation

***

### Note Section (Bottom of Left Panel)

Users can leave general notes related to the truck that are not specific to any compliance document.

***

### Document Tabs (Right Side)

These tabs manage compliance documents. Each has its own lifecycle logic, document uploader, note editor, and card states (Collapsed, Expanded, Expired, Canceled, etc.)

Sub-pages:

* [Registration](/carrier/truck-details/registration.md)
* [FHWA Inspection](/carrier/truck-details/fhwa-inspection.md)
* [Insurance](/carrier/truck-details/insurance.md)
* [Title](/carrier/truck-details/title.md)

***

Each tab is structured with:

* Key fields
* Expiration logic
* Action buttons (Add, Edit, Renew, Delete)
* Document preview & download
* Rich text notes

***

**Image Placeholder:**\
`![TruckDetailsFull](../assets/truck-detail-view.png)`\
\&#xNAN;*Figure: Full Truck Details view with document columns.*


---

# 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://rute.gitbook.io/carrier/truck-details.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.
