> ## Documentation Index
> Fetch the complete documentation index at: https://loadwork.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Add or edit a truck in your fleet

> Document every truck in your fleet with equipment type, capacity, and notes so Load Work can match loads that fit.

export const PageFooter = ({path}) => <p style={{
  marginTop: '3rem',
  paddingTop: '1rem',
  borderTop: '1px solid var(--border-color, #e5e7eb)',
  fontSize: '0.875rem',
  color: 'var(--muted-color, #6b7280)'
}}>
    Something in the app look different from this page?{' '}
    <a href={`mailto:support@loadworkhub.com?subject=${encodeURIComponent('Docs feedback' + (path ? ` — ${path}` : ''))}&body=${encodeURIComponent('The docs page ' + (path || '(unspecified)') + ' looks different from what I see in the app.\n\nWhat I see:\n\nWhat the page says:\n')}`}>
      Tell us and we'll fix it
    </a>.
  </p>;

Adding a truck to Load Work tells the platform what equipment you run. That shapes which loads surface on your board and in your notification rules. You can add trucks at **/organization/trucks**.

## Required fields

These fields must be filled before you can save a truck:

* **Name**\* — a display name you choose (for example, "Truck 101")
* **Unit number**\* — your internal unit or fleet number
* **Equipment type**\* — choose from the 16 types in Load Work

## Optional fields

Fill these in to keep better records and improve matching:

* **Make** — manufacturer (for example, Freightliner, Ford)
* **Model** — specific model
* **Year** — model year
* **VIN** — for your internal records only
* **Length (ft)** — overall length
* **Max weight (lbs)** — how much the truck can haul
* **Doors** — door configuration
* **Liftgate** — toggle if equipped
* **Current location** — city or region where the truck is now
* **Notes** — any details your team should know
* **Photos** — upload images of the truck; live preview renders as you type

## How equipment type affects matching

<Note>
  Equipment type is how loads get matched to you. Loads that fit this truck surface first. Make, model, year, and VIN are just for your records.
</Note>

The equipment type dropdown pre-fills suggestions based on make and model, but you should always verify it is correct. If the equipment type is wrong, you will see irrelevant loads and miss the ones you can actually haul.

## How to add a truck

<Steps>
  <Step title="Go to Organization → Trucks">
    Navigate to **/organization/trucks** or open the menu and select **Organization**, then **Trucks**.
  </Step>

  <Step title="Click Add truck">
    This opens the add-truck form.
  </Step>

  <Step title="Fill in required fields">
    Enter the **Name**, **Unit number**, and **Equipment type** at minimum.
  </Step>

  <Step title="Add optional details">
    Fill in capacity, location, notes, and photos to help your team and improve matching.
  </Step>

  <Step title="Save">
    Click **Save**. The truck appears in your fleet table immediately.
  </Step>
</Steps>

## Editing a truck

Click any truck row in the fleet table to open the same form. Change any field and save. Updates apply immediately.

## Related

<CardGroup cols={2}>
  <Card title="How trucks shape your matches" icon="arrows-to-dot" href="/fleet/how-trucks-shape-your-matches">
    See exactly how your fleet setup filters the load board and alert rules.
  </Card>

  <Card title="Manage your trucks" icon="truck" href="/fleet/manage-your-trucks">
    Overview of the fleet page, plan limits, and availability tracking.
  </Card>
</CardGroup>

<PageFooter path="/fleet/add-or-edit-a-truck" />
