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

# Manage your fleet in Load Work

> Add trucks to your fleet, track availability, and let Load Work match loads that fit equipment you actually own. Plans limit how many trucks you can add.

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>;

Your fleet page is where you keep track of every truck your organization runs. It lives at **/organization/trucks**. The more accurately you set up each truck, the better Load Work can surface loads that actually fit what you have on the road.

## Fleet page layout

At the top of the page you will see stat tiles:

* **FLEET SIZE** — total trucks added to your org
* **AVAILABLE NOW** — how many trucks are currently marked available, shown as a fraction (for example, 3/5)

Below the stats is the fleet table with search and filters:

* **Search** by truck name, unit number, or make
* **Equipment filter** — narrow by equipment type
* **Status filter** — for example, Available

## Fleet table columns

| Column        | What it shows                                       |
| ------------- | --------------------------------------------------- |
| **TRUCK**     | Name, unit number, and make/model                   |
| **EQUIPMENT** | Equipment type (for example, Box Truck, Flatbed)    |
| **DRIVER**    | Assigned driver, or **— Unassigned** if none is set |
| **STATUS**    | Availability status (for example, Available)        |

## Plan limits

| Plan       | Truck limit |
| ---------- | ----------- |
| Essential  | 2           |
| Pro        | 25          |
| Enterprise | Unlimited   |

If you need more trucks, upgrade your plan at **Organization → Billing → Change plan**.

## Coming later

<Info>
  Live tracking via ELD integration is planned but not available yet. When it launches, you will see truck locations update automatically on the fleet page.
</Info>

## Related

<CardGroup cols={2}>
  <Card title="Add or edit a truck" icon="truck-plus" href="/fleet/add-or-edit-a-truck">
    Walk through every field in the add-truck form, required and optional.
  </Card>

  <Card title="How trucks shape your matches" icon="arrows-to-dot" href="/fleet/how-trucks-shape-your-matches">
    Understand how your fleet setup filters the loads you see.
  </Card>
</CardGroup>

<PageFooter path="/fleet/manage-your-trucks" />
