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

# Saved loads: bookmark and track your best finds

> Save loads to a shared org-wide list so your team can see which loads are live, claimed, or expired without calling the same broker twice.

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

Saved loads are bookmarks for loads you want to follow up on. Every saved load is shared across your entire organization, not private to the person who saved it. That means dispatchers, owners, and teammates all see the same list, so two people do not call the same broker about the same load.

You can reach your saved loads at **/saved** or through the navigation.

## What you see on the saved loads page

The page opens with 4 stat tiles at the top:

* **SAVED** — total saved loads, with a count of how many are still live on the board
* **YOUR CLAIMS** — loads you personally claimed
* **TEAM CLAIMS** — loads claimed by anyone in your org
* **EXPIRED WITHOUT BOOKING** — loads that aged off the board while still saved

Below the tiles are 5 tabs that filter the table:

* **All** — every saved load in your org
* **Your claims** — loads you claimed
* **Team claims** — loads claimed by any teammate
* **Unclaimed** — saved but not yet claimed
* **Expired** — loads that are no longer active on the board

## Table columns

| Column             | What it shows                                             |
| ------------------ | --------------------------------------------------------- |
| **LANE**           | From city to to city                                      |
| **BROKER**         | Broker name                                               |
| **RATE**           | Posted rate, if available                                 |
| **SAVED**          | Who saved it and when                                     |
| **STATUS / CLAIM** | Whether the load is live, expired, or claimed and by whom |

## How claims work

When you or a teammate claims a load, everyone in your org sees it immediately. That prevents duplicate outreach. Claims are self-reported only. Load Work does not verify that a booking happened, and the broker may have already covered the load.

<Warning>
  **Load Work is not a broker and does not book freight.** Every load on the board is a lead — you contact the broker directly by phone or email to negotiate and book. Load Work does not verify that a booking happened, and loads can be covered before you call.
</Warning>

## Related

<CardGroup cols={2}>
  <Card title="Claim a load" icon="hand-pointer" href="/team/claiming-a-load">
    Learn how to mark a load as claimed so your team knows you are on it.
  </Card>

  <Card title="Browse the broker directory" icon="building" href="/trust/browse-broker-directory">
    Research a broker before you call from a saved load.
  </Card>
</CardGroup>

<PageFooter path="/team/saved-loads" />
