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

# The broker's phone number doesn't work

> Broker phone numbers come from their postings and are not verified by Load Work. Try email, alternate contacts, or the broker directory name field.

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

Broker phone numbers on Load Work come straight from the broker's postings. Load Work does not verify them. If the number is disconnected, goes to voicemail, or is wrong, you have other ways to reach the broker.

## What to try

<Steps>
  <Step title="Try the email option instead">
    On the load detail page or broker profile, use the **Email broker** dropdown to send a message. Some brokers monitor email more closely than phone.
  </Step>

  <Step title="Check the broker profile for alternate contacts">
    Open the broker profile and look at the Contact panel. The **AP contact** or **AP phone** may be a different number that reaches a dispatcher or accounts payable desk.
  </Step>

  <Step title="Call the number in the broker name">
    Some brokers post under a bare phone number as their name in the directory. If the broker row shows a number instead of a company name, try calling that number directly.
  </Step>

  <Step title="The load may already be covered">
    If every contact method fails, the load may have been booked and the broker stopped answering. Move on to the next load.
  </Step>
</Steps>

<Snippet file="not-a-broker.mdx" />

<Snippet file="contact-support.mdx" />

<CardGroup cols={2}>
  <Card title="Read a broker profile" icon="user" href="/trust/read-a-broker-profile">
    Understand contact panels and AP fields.
  </Card>

  <Card title="Vet a broker before you call" icon="shield" href="/trust/vet-a-broker-before-you-call">
    Check authority and red flags.
  </Card>
</CardGroup>

<PageFooter path="/troubleshooting/brokers-number-doesnt-work" />
