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

# Export and share

> The Atlas is one self-contained page. Open it, or hand the folder to your team.

Everything Roveflow captures lives in the `roveflow-out/` folder. The map itself is a single self-contained page, `atlas.html`, so it works anywhere, no server, no account.

## What's in the folder

```
roveflow-out/
  screens/        every captured screen as an image
  videos/         a short walkthrough video per flow
  journeys.json   the screens and journeys behind the map
  atlas.html      the clickable map, open this
```

## Open the Atlas

The quickest way is to let Roveflow open it for you in your browser.

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
roveflow serve
```

You can also double-click `roveflow-out/atlas.html` to open it directly.

## Share it

The page is self-contained, so sharing is just sharing files:

<CardGroup cols={2}>
  <Card title="Send the folder" icon="folder">
    Zip up `roveflow-out/` and send it. Whoever opens `atlas.html` sees the full map and videos.
  </Card>

  <Card title="Open the file" icon="browser">
    Drop `atlas.html` in any browser. No install, no login.
  </Card>
</CardGroup>

## Rebuild before sharing

If you've edited `journeys.json`, rebuild so the page reflects your latest changes.

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
roveflow atlas
```

<Note>
  A direct Figma export is on the roadmap. For now, share the folder or the `atlas.html` page.
</Note>
