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

# What Load Work is (and isn't)

> Load Work is a load board and load-alert platform for carriers. It aggregates freight postings, scores them, and links you to the broker. It does not broker freight or handle bookings.

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 is a load board and load-alert platform built for carriers: owner-operators, dispatchers, and small fleets. It aggregates freight postings from across the market, deduplicates them, scores each load for trust and completeness, and links you straight to the broker who posted it.

<Warning>
  **Load Work is not a broker and does not book freight.** Every load on the board is a lead — you contact the broker directly by phone or email to negotiate and book. Load Work does not verify that a booking happened, and loads can be covered before you call.
</Warning>

## What you see when you log in

The left sidebar is your main navigation. It contains links to the load boards, your notification rules, broker directory, organization settings, and Academy tutorials. The top bar shows your notification bell, your organization name, and your profile menu.

Your organization identity appears in the sidebar as a **CARRIER** badge with your org code (for example, `ORG-KPVWQ`). That code is what support will ask for if you ever write in.

## What Load Work does

* **Aggregates loads** from multiple sources into one board
* **Deduplicates** the same posting so you do not see it 5 times
* **Scores every load** from 0 to 100 based on broker authority, posting completeness, and freshness
* **Alerts you** when a load matches your criteria via email or SMS
* **Links you to the broker** so you can call or email to book

## What Load Work does NOT do

* Book freight for you
* Guarantee a load is still available
* Verify that you actually booked a load (claims are self-reported)
* Act as a broker or middleman in any transaction

If you are ready to get started, the next step is to [set up your account](/get-started/set-up-your-account).

<CardGroup cols={2}>
  <Card title="Set up your account" icon="user-plus" href="/get-started/set-up-your-account">
    Create your login, verify your email, and set your profile.
  </Card>

  <Card title="Plans and pricing" icon="credit-card" href="/account/plans-and-pricing">
    Compare Essential, Pro, and Enterprise to find the right fit.
  </Card>
</CardGroup>

<PageFooter path="/get-started/what-load-work-is" />
