# Watch Session Replays

> For AI agents: a documentation index is available at [/llms.txt](/llms.txt). Append `.md` to any page URL for markdown, or send `Accept: text/markdown`.

Statsig Session Replay captures user sessions for playback in the console. Watch any recorded session, step through event timelines, and filter replays by event, user, Feature Gate exposure, or Experiment exposure. To find your replays, go to the _Users_ group in the Statsig console navigation panel.

![Session replay navigation in Statsig console](https://docs.statsig.com/images/session-replay/watch/2f9ca1b1-f8e0-403f-9d3f-898434f06266.png)

The main interface has three sections. The leftmost column lists available replays and filter controls. The middle playback surface lets you play, pause, and skip to events of interest. Select the next button to jump to the next event, or select an event in the rightmost events panel to skip to that point in the replay timeline.

![Session replay interface with playback controls and events panel](https://docs.statsig.com/images/session-replay/watch/f810ceb5-b6fc-4312-8e5d-9acfec0809bb.png)

For a more immersive replay experience you can hide the events panel:

![Session replay interface with hidden events panel](https://docs.statsig.com/images/session-replay/watch/d63fdf9e-cfc4-45e5-9365-d478504574c3.png)

You can also enter full screen mode.

## Find a replay

![Session replay selection interface with replay cards](https://docs.statsig.com/images/session-replay/watch/45ce3a59-6847-43d6-bfc8-6d3cd5d45917.png)

Select a replay from the list on the left to watch it. The replay card shows details such as URL, browser, country, and more, which you can use to scan for or filter to replays of interest.

To narrow the set of replays, add filters. Filters let you scope to replays that contain a specific event, user, Feature Gate exposure (pass or fail), or Experiment group exposure.

Exposure filters match a replay to an exposure on a shared identifier (`stableID` or `userID`) within the session's time window:

- **Client-side exposures**: Exposures logged in the same browser session through a client SDK always correlate reliably because they share the recording's `stableID` directly.
- **Server-side exposures**: Exposures logged server-side may not match a recording when they don't share a common identifier. A server-side exposure keyed only on `userID` won't match a recording keyed only on `stableID`.

To filter reliably on a server-side experiment, identify the browser session with the same `userID` the server uses, or log the exposure client-side.

## Playlists

Playlists let you organize related session recordings into curated collections focused on specific user behaviors, issues, or research questions.

## Key features

- **Organized Collections**: Create named playlists to group related session recordings. This makes it easier to focus on specific user journeys, bug reports, or research topics without searching through large numbers of individual sessions.
- **Collaborative Analysis**: Share playlists with team members to collaborate on user experience analysis. Team members can view the same curated set of recordings to discuss findings and insights.
- **Persistent Organization**: Unlike temporary filters, playlists preserve your organizational structure, making it easy to return to specific sets of recordings for ongoing analysis or follow-up research.
- **Integration**: Playlists work within the existing session replay interface. When you open a playlist, you can view all recordings using the same replay player and analysis tools.
