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

# Session recordings

> A short walkthrough video for every user journey, built right into the Atlas.

Alongside the screens and the map, Roveflow makes a short video for each user journey. It's a quick way to watch a flow play out instead of clicking through tile by tile.

## How they're made

You don't record anything yourself. As the app is mapped, Roveflow captures the screens for each journey. When the run finishes, it stitches the screens of each flow together, in the order a user moves through them, into a short walkthrough video.

So a sign-up journey becomes a sign-up video, a checkout journey becomes a checkout video, and so on, one video per journey.

## Where they show up

The videos land in the `videos/` folder inside `roveflow-out`, but you usually don't open them there. The Atlas embeds them for you:

<CardGroup cols={2}>
  <Card title="On the Report view" icon="circle-play">
    The Atlas has a Recordings (Report) view that gathers all the journey videos in one place.
  </Card>

  <Card title="Next to each journey" icon="list">
    Pick a journey in the sidebar and its walkthrough plays right there, in step.
  </Card>
</CardGroup>

Because the videos live inside the Atlas, anyone you send the page to can watch every flow, no extra files to share.

<Card title="Back to the Atlas" icon="map" href="/concepts/the-atlas">
  See how the videos fit alongside the screens and journeys.
</Card>
