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

# Screenshots for the Renters section

The Renters pages reference these images. Capture each on a clean, signed-in [lium.io](https://lium.io) browser at viewport ≥ 1440×900 with the dark theme (default) and save as PNG into this directory.

| File | URL to capture | What's in frame |
|------|----------------|-----------------|
| `browse-pods.png` | `https://lium.io/` | Browse Pods list with the right-hand filter rail visible. |
| `access-ssh-keys.png` | `https://lium.io/ssh-keys` | Access page with the **SSH Keys** tab selected. |
| `api-keys-list.png` | `https://lium.io/api-keys` | Access page with the **API Keys** tab selected (one+ row visible). |
| `templates-list.png` | `https://lium.io/templates` | Templates page showing **My templates** cards and the start of **Browse templates**. |
| `templates-create.png` | `https://lium.io/templates/create` | Create new template form, scrolled so Container Image, Tag, Volume, Internal Ports are all visible. |
| `volumes-list.png` | `https://lium.io/volumes` | Volumes page with the rate calculator at the top and at least one existing volume row. |
| `backups-list.png` | `https://lium.io/backups` | Global Backups page with filters and a few rows of history. |
| `create-pod-top.png` | Click RENT NOW on any row from `/` | Top of the Create Pod page — Pod Name, machine card, Template card, SSH Key chip. |
| `create-pod-summary.png` | Same as above, scrolled down | Right-hand summary panel and the **Deploy** button. |
| `create-pod.png` | Same as above | Whole page (full-page screenshot if your tool supports it; otherwise the upper half). |
| `create-pod-restore.png` | Same as above, scrolled to bottom | The **Restore** subsection on the Create Pod form. |
| `pod-detail.png` | Click SEE DETAILS on a running pod | Pod detail header with **SSH CONNECTION**, INFO panel, TEMPLATE panel. |
| `backups-tab-pod.png` | Pod detail page → **Backups** tab | Backups + Restore From Backup sections. |
| `backups-config-modal.png` | Pod detail page → click **Backup** | The Backup Configuration modal open over the page. |
| `scheduled-termination.png` | Pod detail page → click **DELETE** | The "Schedule pod deletion" menu / preset chooser. |

## Quick capture recipe

The Chrome extension lets us grab page-level screenshots, but it can't write directly to the WSL filesystem in this build. Easiest manual flow:

1. Open the URL above in a logged-in browser at 1440×900.
2. Use your OS screenshot tool (or a full-page extension like GoFullPage) to save PNG.
3. Drop the file into this `docs/pod-users/assets/` folder using the exact name from the table.
4. `npm run build` from the lium-docs root and confirm the images render.

## Why these images matter

The Renters pages are now UI-first — they walk a renter through the dashboard step by step. Without the images, every workflow still works (the prose is self-contained), but with them, a new user can match every "click X" to the actual button on screen and get to a running pod in 5 minutes flat.

This file is generated by hand; update it when you add or rename a screenshot reference in any `pod-users/*.md` file.
