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

# The Atlas

> One clickable page that shows every screen of an app and the journeys between them.

The Atlas is what you get at the end of a run. It's a single page, `roveflow-out/atlas.html`, that holds the whole app: every screen as a tile, wired together into the real user journeys, color-coded by category.

It's just one file, so you can open it in any browser and send the whole thing to a teammate. Nothing to install on their end.

## How to read it

<CardGroup cols={2}>
  <Card title="Journeys in the sidebar" icon="list">
    Each named journey, like sign-up or checkout, sits in a sidebar. Click one to isolate its flow and hide everything else.
  </Card>

  <Card title="Screen tiles" icon="grid-2">
    Every screen the AI captured shows up as a tile, wired into the journeys it belongs to.
  </Card>

  <Card title="Click to zoom" icon="magnifying-glass-plus">
    Click any tile to zoom into that screen and see it full-size.
  </Card>

  <Card title="Walkthrough videos" icon="circle-play">
    Each journey comes with a short video that plays its screens in order.
  </Card>
</CardGroup>

## Three views

<Steps>
  <Step title="Map">
    The big picture, screen tiles connected into journeys. Click a journey to follow one path; click a screen to zoom in.
  </Step>

  <Step title="Screens">
    Every captured screen on its own, named, so you can scan the whole app at a glance.
  </Step>

  <Step title="Report">
    The walkthrough videos, one per journey, embedded right in the page.
  </Step>
</Steps>

## Built for designers

The Atlas is meant to be handed off. A designer can open it, click through the real journeys, watch a flow play out, and zoom into any screen, everything they need to rebuild the app, or out-design it, in one shareable page.

<Card title="Watch the journey videos" icon="circle-play" href="/concepts/session-recordings">
  See how the per-journey walkthroughs are made and where they show up.
</Card>
