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

# Load Work plans and pricing

> Compare Load Work plans: Essential, Pro, and Enterprise. See daily load limits, seats, trucks, alerts, and which features are plan-gated.

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 offers 3 plans built for carriers from solo owner-operators up to large fleets. Choose the plan that matches your team size, truck count, and how many loads you want to see each day.

<PlanTable />

## Which plan is right for you

* **Essential** is for a single owner-operator running 1 or 2 trucks. You get the Expedite board, 30 alerts per month, and 1 Academy course.
* **Pro** is for dispatchers and small fleets. You get the full All Equipment board, unlimited alerts including SMS, and all Academy courses.
* **Enterprise** is for larger operations that need more seats and the highest daily load volume.

## Plan-gated features to know about

* **All Equipment board**: Only Pro and Enterprise can search loads across all 16 equipment types. Essential is limited to the Expedite board.
* **SMS alerts**: Only Pro and Enterprise can receive text-message alerts. Essential is email only.
* **Academy courses**: Essential includes 1 course. Pro and Enterprise include all 3.
* **Seats**: Essential allows 1 user, Pro allows 5, Enterprise allows 10.
* **Trucks**: Essential allows 2, Pro allows 25, Enterprise is unlimited.
* **Alert cap**: Essential is capped at 30 alerts per month. Pro and Enterprise are unlimited.

## Features still being confirmed

The following items appear as plan features in the app, but their exact location was not confirmed during the walkthrough:

* Profitability map
* Deadhead optimizer
* Finance and insurance partners

Check **Organization → Billing → Change plan** in-app for the current feature list. In-app pricing always wins if it differs from anything shown here.

## Change or cancel your plan

To upgrade, downgrade, or cancel, go to **Organization → Billing** and click **Change plan**. See [Change or cancel your Load Work plan](/account/change-or-cancel-plan) for the full steps.

## Related articles

<CardGroup cols={2}>
  <Card title="Change or cancel your plan" icon="arrows-rotate" href="/account/change-or-cancel-plan" />

  <Card title="Invoices and payment methods" icon="receipt" href="/account/invoices-and-payment" />

  <Card title="Delete your organization" icon="trash" href="/account/delete-organization" />

  <Card title="Invite teammates" icon="users" href="/team/invite-teammates" />
</CardGroup>

<PageFooter path="/account/plans-and-pricing" />
