> ## 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's coming to Load Work

> Features Load Work has flagged as upcoming, including push notifications and ELD live tracking. No release dates are confirmed.

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

This page lists features Load Work has flagged as upcoming. No release dates are confirmed. Check the in-app changelog or contact support for the latest status.

<Info>
  This page lists features Load Work has flagged as upcoming. No release dates are confirmed. Check the in-app changelog or contact support for the latest status.
</Info>

## Confirmed upcoming features

These items are explicitly marked in the app as not yet available.

### Push notifications for notification rules

The rule builder currently shows **"Push coming soon"** next to the email and SMS toggles. When released, push notifications will let your device alert you the moment a matching load posts, even when you are not actively using Load Work.

Until then, email alerts fire on every plan, and SMS alerts fire on Pro and Enterprise.

### Live truck tracking via ELD

The Trucks section currently shows **"Coming Later: Live tracking via ELD"**. When released, this feature will pull location data from your truck's electronic logging device so you can see where your fleet is in real time and improve dispatch decisions.

Until then, set your truck's current location manually in the truck profile so Load Work can match you to nearby loads.

## Features needing confirmation

The following items appear in plan feature lists but no navigation entry or in-app location has been confirmed. They are listed here for transparency, not as guaranteed releases.

* **Profitability map**
* **Deadhead optimizer**
* **Finance & insurance partners**

If you see these in your account, they may be in limited testing. Contact support if you want more information.

## Related articles

<CardGroup cols={2}>
  <Card title="Plans and pricing" icon="credit-card" href="/account/plans-and-pricing" />

  <Card title="How notification rules work" icon="bell" href="/alerts/how-notification-rules-work" />

  <Card title="Manage your trucks" icon="truck" href="/fleet/manage-your-trucks" />

  <Card title="Contact support" icon="envelope" href="/troubleshooting/contact-support" />
</CardGroup>

<PageFooter path="/reference/whats-coming" />
