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

# Features listed on your plan

> Profitability map, Deadhead optimizer, and Finance & insurance partners are listed on every Load Work plan. Here is what we can confirm about them today.

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

export const AskSupport = ({subject, question, children}) => <Note>
    {children}
    {' '}
    <a href={`mailto:support@loadworkhub.com?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(question + "\n\n---\nSent from the Load Work help center. So the team can answer fast, please add:\n• The email you sign in with\n• Your organization code (Organization → Manage)\n• A load ID or broker ID if this is about a specific posting\n")}`}>
      Email support about this
    </a>{' '}
    — we answer within one business day.
  </Note>;

The Compare plans modal in the Load Work app lists **Profitability map**, **Deadhead optimizer**, and **Finance & insurance partners** on all three plan tiers. They are included in Essential, Pro, and Enterprise.

These three features are not covered in this guide yet. If you can't find them in the app, use the button below to reach the team.

<AskSupport subject="Plan features — where do I find these in the app?" question="My plan lists Profitability map, Deadhead optimizer, and Finance & insurance partners. I can't find them in the app. Where are they, and is there anything I need to turn on to use them?">
  Can't find one of these in the app?
</AskSupport>

<PageFooter path="/account/whats-included" />
