> For the complete documentation index, see [llms.txt](https://help.tacinsight.com/fast-weigh-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tacinsight.com/fast-weigh-knowledge-base/references/web-portal/trucks/truck-bulk-edit.md).

# Truck Bulk Edit

Here you are able to make bulk edits to the License Expiration, Insurance Expiration, Status, and any UDFs you have set up for trucks.&#x20;

<figure><img src="/files/PM0g3x0SPuHEeqyCGlIF" alt=""><figcaption><p>Truck Bulk Edit Screen</p></figcaption></figure>

The Bulk Edit screen defaults the presented trucks to those that have an Active status, and defaults to showing All haulers. You may change these to view trucks you have set to Inactive, or you can narrow down the results by selecting a specific Hauler's trucks to be returned in the table.

As an example I have set the Hauler to our Quarry's Loading Hauler, as the two trucks under that hauler have hit their expirations.

<figure><img src="/files/q8ZDfslO0kDzVhZQGwdq" alt=""><figcaption><p>Bulk Edit Example</p></figcaption></figure>

We will be updating the License and Insurance Expirations, as well as changing the UDF "Test" value. Utilizing the calendar dropdown you are able to set the new dates, and if you are using any UDFs you may enter an appropriate value for your company's needs.

Once you have updated the relevant information simply click the "**Save**" button.

<figure><img src="/files/eoCT7Zge9aNbW3M1uHMk" alt=""><figcaption><p>Bulk Edit Update Successful</p></figcaption></figure>

{% hint style="info" %}
**WARNING** - Any edit made in the Bulk Edit screen must apply to *ALL* selected trucks. If the trucks will have different expiration dates you must update these individually.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.tacinsight.com/fast-weigh-knowledge-base/references/web-portal/trucks/truck-bulk-edit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
