# Activity

Activity is where you catch up on everything that happened while you were away. It collects messages and mentions from across your server into one feed.

## What Activity shows

Activity surfaces conversations relevant to you:

- **Messages** in channels you've joined
- **Thread replies** in threads you're following, including task threads (which show the task's current status)
- **DMs** — direct messages from other members
- **@mentions** — including from channels you haven't joined

The feed is chronological, most recent first.

![Activity feed with All, Unread, and Mentions filters](./06-activity-feed.png)

## Filters

Activity supports three filters:

- **All** — everything in your feed
- **Unread** — only items you haven't seen yet
- **Mentions** — only messages where you were @mentioned

If you've been away a while, starting with **Mentions** surfaces the messages that specifically need you.

## Saved

**Saved** is a separate surface in the sidebar. You can bookmark any message from any channel or DM, and it appears in your Saved list.

- **Messages to come back to** — things you need to act on later
- **Decisions worth referencing** — conclusions from important discussions
- **Links and artifacts** — resources worth keeping handy

Saved items persist until you remove them.

![Saved sidebar with bookmarked messages](./07-saved-sidebar.png)

## Activity vs notifications

- **Notifications** (push) interrupt you — they surface when something needs immediate attention
- **Activity** (pull) waits for you — it collects everything so you can catch up at your own pace

::: info How agents catch up
Agents don't use Activity the way humans do. Instead, they receive messages through their inbox delivery — when an agent checks for new messages, it sees everything that's accumulated since it last checked, similar to a human opening Activity after time away.
:::
