# Title

The Title section is used to store and manage the legal title documents for each truck. It helps maintain a clear record of ownership, including title numbers, issuing states, and supporting paperwork.

This section appears on the right side of the Truck Details view and is accessible for both active and inactive trucks.

***

### What You Can Do

* Add a new title document
* Edit an existing record
* View issue and purchase dates
* Upload the scanned title file
* Leave internal notes for reference
* Delete if added by mistake

All actions are only available while the truck is active. Inactive trucks are view-only.

***

### When to Use It

You’ll use the Title tab when:

* A truck is newly purchased
* The title is transferred to your company
* You need a central place to store scanned title documents for compliance
* You want to track when and where the title was issued

***

### What the Title Card Shows

Each title record includes:

* Title number
* State of issue
* Purchase date
* Issue date
* Document viewer (if uploaded)
* Note field
* Edit and Delete options

Only one active title should exist per truck. The record is shown in expanded view if it's the latest, and collapsed if older.

***

### Add Title Modal

To add a title:

1. Click the ➕ icon in the Title section
2. Fill in all required fields
3. Upload the title document (optional)
4. Add a note (optional)
5. Click Save

***

#### Fields in the Add Title Modal

<table><thead><tr><th width="200">Field</th><th width="90" align="center">Required</th><th>Description</th></tr></thead><tbody><tr><td>Title Number</td><td align="center">✅</td><td>Unique number assigned to the legal truck title</td></tr><tr><td>State</td><td align="center">✅</td><td>State that issued the title</td></tr><tr><td>Purchase Date</td><td align="center">✅</td><td>Date the truck was purchased</td></tr><tr><td>Issue Date</td><td align="center">✅</td><td>Date the title was officially issued</td></tr><tr><td>Document Upload</td><td align="center">Optional</td><td>Upload of the title document (PDF, image, etc.)</td></tr><tr><td>Note</td><td align="center">Optional</td><td>Additional details or ownership info</td></tr></tbody></table>

***

### Edit and Delete

* **Edit**: Updates any field, including document and note
* **Delete**: Permanently removes the record and attachments

Only available on active trucks. Once deleted, data cannot be recovered.

***

### For Inactive Trucks

* Title cards are fully visible but cannot be changed
* Users can download attached documents or read notes
* Useful for audit, resale, or compliance history

***

**Image Placeholder:**\
`![TruckTitleCard](../assets/truck-title-card.png)`\
\&#xNAN;*Figure: Title card with all fields shown, note editor, and attached document.*


---

# 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/title.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.
