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

# Expedite vs All equipment: which board to use

> Compare Load Work's Expedite and All Equipment boards. Learn which equipment types each covers and which plan unlocks the full board.

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

Load Work runs 2 load boards: Expedite and All Equipment. Which board you see depends on your plan and the equipment types you run.

## Expedite board

The Expedite board is available on every plan, including Essential. It focuses on smaller, faster-turn equipment:

* Cargo Van
* Sprinter Van
* Box Truck (Straight)
* Hotshot

If you run any of these, the Expedite board is your starting point.

## All Equipment board

The All Equipment board is only available on Pro and Enterprise plans. It includes every type Load Work tracks:

<Snippet file="equipment-types.mdx" />

When you are on Pro or Enterprise, the app shows a **SALE** badge on the All Equipment board to mark the upgrade.

## Side-by-side comparison

| Board         | Subtitle                    | Equipment covered                                      | Plan required              |
| ------------- | --------------------------- | ------------------------------------------------------ | -------------------------- |
| Expedite      | Van, Sprinter, Box, Hotshot | Cargo Van, Sprinter Van, Box Truck (Straight), Hotshot | Essential, Pro, Enterprise |
| All Equipment | Full board                  | All 16 equipment types                                 | Pro, Enterprise only       |

## Which board should you use

* **Essential (\$65/mo)**: You get Expedite only. If you run cargo van, sprinter van, box truck, or hotshot, this is enough.
* **Pro (**$109/mo) or Enterprise ($**249/mo)**: You get both boards. If you run flatbed, reefer, dry van, step deck, power only, or any other type, you need All Equipment.

<Note>
  If you upgrade from Essential to Pro or Enterprise, the All Equipment board appears immediately. No separate setup needed.
</Note>

<CardGroup cols={2}>
  <Card title="Search and filter the load board" icon="sliders" href="/finding-loads/search-and-filters">
    Learn how to narrow results by lane, equipment, rate, and score.
  </Card>

  <Card title="Equipment types and card shorthand codes" icon="tag" href="/finding-loads/equipment-types-and-shorthand">
    Decode the short codes you see on load cards.
  </Card>
</CardGroup>

<PageFooter path="/finding-loads/expedite-vs-all-equipment" />
