> ## 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 Academy: training courses

> Free audio-narrated training courses for Load Work. Essential plans get 1 course; Pro and Enterprise plans unlock all 3.

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 Academy is a set of audio-narrated slide courses at **/tutorials** that walk you through the platform from setup to power-user workflows. You can start, pause, and resume any course at any time.

## Available courses

| Course                      | Slides | What it covers                                             |
| --------------------------- | ------ | ---------------------------------------------------------- |
| **Getting Started**         | 37     | Platform basics, account setup, and your first load search |
| **Managing Trucks & Loads** | 36     | Truck management, load posting, and the booking workflow   |
| **Advanced Features**       | 28     | Bidding, analytics, broker tools, and power-user tips      |

## Plan access

<Tabs>
  <Tab title="Essential">
    1 course included. You can pick any single course from the catalog.
  </Tab>

  <Tab title="Pro">
    All 3 courses included.
  </Tab>

  <Tab title="Enterprise">
    All 3 courses included.
  </Tab>
</Tabs>

<Info>
  To unlock all courses, upgrade to Pro. Go to **Organization → Billing → Change plan**.
</Info>

<CardGroup cols={2}>
  <Card title="Set up your account" icon="user" href="/get-started/set-up-your-account">
    Create your account and verify your contact info.
  </Card>

  <Card title="Plans and pricing" icon="credit-card" href="/account/plans-and-pricing">
    Compare Essential, Pro, and Enterprise features and limits.
  </Card>
</CardGroup>

<PageFooter path="/academy/course-catalog" />
