# Navigation

> Use when answering where things are in the Astria app — the sitemap of pages and routes.

- Skill: `astriaai/navigation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add astriaai/navigation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/astriaai/navigation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: astriaai (https://skillmd.com/u/astriaai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/astriaai/navigation

---


# Astria Sitemap

A map of the Astria web app, for answering "where is X" and pointing users to
the right page.

Note: "tune" and "reference" are used interchangeably — they both mean a
fine-tuned model created from user-uploaded images.

## Main Pages (Authenticated)

### Tunes (Fine-tuned models)
- `/tunes` — List all references/tunes. Filters: `name=man/woman/shirt`
- `/tunes/:id/prompts` — All prompts for a reference/tune. Filters: text, base_pack_id, pack_id, user_id

To upload a new reference, the user stays on `/prompts` (Generate tab) and drags
a reference image into the prompt box, or clicks the Plus icon to upload —
there is no separate upload page to send them to.

### Prompts (Image generation)
- `/prompts` — List all prompts. Filters: text, base_pack_id (prompts generated by a pack), pack_id (template prompts owned by a pack), user_id

### Packs (Themed prompt collections)
- `/packs` — Browse all packs
- `/p/:slug` — Create prompts from a pack template. Example: `/p/corporate-headshots`

### Gallery (Public/shared images)
- `/w` — Ecommerce branding gallery
- `/w/zara` — Zara demo page for fashion / e-commerce photography
- `/gallery/packs` — Gallery of headshot packs

### Workspaces
- `/workspaces` — List workspaces
- `/workspaces/new` — Create workspace
- `/workspaces/:id` — Workspace detail

### User Settings
- `/users/edit/profile` — Profile settings
- `/users/edit/company` — Company settings and tax info
- `/users/edit/account` — Change email/password. If the user signed up with Google and wants a password, they use the "Forgot password" flow to create one.
- `/users/edit/api` — API keys, idempotency flag
- `/users/edit/billing` — Billing email, auto-extend model storage, auto top-off
- `/users/invoices` — Invoice history and details

### Orders & Billing
- `/pricing` — Pricing overview
- `/pricing/flux` — Cost of training a face / LoRA model. Use this (NOT `/pricing`) for any "how much to train a tune/LoRA/face" question.

