> ## 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 activity feed: see what your team has been doing

> The activity feed at /organization/activity shows a running log of team actions like saved loads, claims, and invites so dispatchers stay in sync.

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

The activity feed is a running log of what your team has done in Load Work. It lives at **/organization/activity** and updates automatically as people take actions.

## What the feed is useful for

* Seeing who saved or claimed which load and when
* Spotting duplicate outreach before it happens
* Keeping dispatchers and fleet managers aligned on what is already being pursued
* Checking recent invites and role changes

There is no configuration needed. The feed is passive. You scroll through it, filter if needed, and use it as a quick reference for team coordination.

## What shows up in the feed

Typical entries include:

* Loads saved by team members
* Loads claimed or unclaimed
* Team invites sent and accepted
* Role changes between Owner and Member

<Note>
  The activity feed does not show broker calls, bookings, or external actions. It only tracks activity inside Load Work.
</Note>

## Related

<CardGroup cols={2}>
  <Card title="Saved loads" icon="bookmark" href="/team/saved-loads">
    See how saved loads are shared across your team and tracked in the feed.
  </Card>

  <Card title="Claiming a load" icon="hand-pointer" href="/team/claiming-a-load">
    Learn how claims prevent duplicate calls and show up in team activity.
  </Card>
</CardGroup>

<PageFooter path="/team/activity-feed" />
