> ## Documentation Index
> Fetch the complete documentation index at: https://help.berocker.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dispatch

> A live map of every load on the road, plus the overdue, upcoming and offer queues that need a decision.

**Dispatch** is the operations view: one map of everything currently moving, with four queues around
it. It refreshes itself and shows the time of the last update.

<Frame>
  <img src="https://mintcdn.com/berocker/JlrUOS-Vn_pO8ZdT/images/app/dispatch.png?fit=max&auto=format&n=JlrUOS-Vn_pO8ZdT&q=85&s=f7478a784a3809e591f068be147cb1c9" alt="The Dispatch map with the in-transit, overdue, upcoming and SD Requests queues" width="3200" height="2000" data-path="images/app/dispatch.png" />
</Frame>

***

## The map

Each pin is a load. Click one to see the lane, the carrier, the pickup and delivery, and to jump
into the conversation.

Positions come from two places, and the map tells you which:

| Badge         | What it means                                                   |
| ------------- | --------------------------------------------------------------- |
| **Live GPS**  | The driver's real position, reported by Super Dispatch.         |
| **estimated** | Worked out from the pickup and delivery dates — *not* live GPS. |

**Re-center** puts the map back over your loads after you have panned away.

<Warning>
  If you see **"Map unavailable — add a Mapbox token to see live loads"**, your organization has not
  configured a Mapbox access token yet. The queues below still work. Contact your admin or
  [BeRocker support](/support/contact).
</Warning>

***

## The queues

<Columns cols={2}>
  <Card title="On the road" icon="truck">
    Every load currently in transit. Empty until carriers start picking up.
  </Card>

  <Card title="Overdue pickups" icon="circle-exclamation">
    Loads whose pickup date has passed with no pickup reported. Work these first.
  </Card>

  <Card title="Coming up soon" icon="calendar">
    Pickups scheduled in the next two weeks.
  </Card>

  <Card title="SD Requests" icon="inbox">
    Posted loads with open Super Dispatch offers waiting on a yes or no.
  </Card>
</Columns>

Clicking a load in **SD Requests** opens it straight on its **Drivers** tab, because that is where
you accept or decline the offer. Clicking a load in any other queue opens the conversation.

***

## Filters

The filter bar at the top is the same one the Dashboard uses: date range, agent, and email-leads-only.
Narrow it to one agent to see just their loads.

***

## Related

<CardGroup cols={2}>
  <Card title="Shipments" icon="table" href="/using/shipments">
    The same loads as a filterable table.
  </Card>

  <Card title="Carriers and Loadboards" icon="truck" href="/settings/carriers-and-loadboards">
    Auto-unposting, order import and price updates.
  </Card>

  <Card title="Super Dispatch" icon="plug" href="/integrations/loadboards/superdispatch">
    Connect the board that supplies live GPS.
  </Card>

  <Card title="Carriers" icon="address-book" href="/using/carriers">
    Who is hauling for you.
  </Card>
</CardGroup>
