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

# Set up your Load Work account

> Create your Load Work login at app.loadworkhub.com, verify your email, complete your profile, and verify your phone number so you can receive SMS alerts.

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 Load Work account is tied to your email address and phone number. You need both verified before you can set up alerts or invite teammates. This guide walks you through signup from scratch.

<Steps>
  <Step title="Sign up">
    Go to [app.loadworkhub.com](https://app.loadworkhub.com) and create an account with your email address and a password. You will also need to agree to the Terms of Service and Privacy Policy.
  </Step>

  <Step title="Verify your email">
    Check your inbox for a verification email from Load Work. Click the link inside to confirm your address. If you do not see it within a few minutes, check your spam or junk folder.
  </Step>

  <Step title="Set your profile">
    Open your profile at **Settings → Profile** and add your first and last name. You can also upload a profile photo here. This name is what teammates will see in the activity feed and team list.
  </Step>

  <Step title="Verify your phone number">
    Add your mobile number in **Settings → Profile** and verify it. SMS alerts are only available on Pro and Enterprise plans, but verifying your number now means you will not have to stop and do it later when you upgrade or enable SMS rules.
  </Step>
</Steps>

<Tip>
  Use a phone number you keep with you on the road. That is the number Load Work will text when a matching load hits the board.
</Tip>

Once your account is verified, the next step is to set up your organization so Load Work knows who you are hauling for.

<CardGroup cols={2}>
  <Card title="Set up your organization" icon="building" href="/get-started/set-up-your-organization">
    Add your company info, DOT/MC numbers, and org logo.
  </Card>

  <Card title="Plans and pricing" icon="credit-card" href="/account/plans-and-pricing">
    See which plan matches your fleet size and alert needs.
  </Card>
</CardGroup>

<PageFooter path="/get-started/set-up-your-account" />
