# SurgeryViz — agent guide

## What the product does

SurgeryViz (https://surgeryviz.com) lets an adult upload one straight-on facial photo and receive a locked preview of approximate eyelid, under-eye, and brow changes, with plain-language notes, before deciding whether to book an oculoplastic consult. The preview is free. Unlocking the full report costs a single one-time payment of $49 USD — no subscription. Output is an approximate simulation for informational consult preparation only; it is not medical advice, diagnosis, or a prediction of surgical results.

## Key routes

- `/` — landing page with product overview and FAQ.
- `/assessment` — start the photo assessment (email + consent required before upload).
- `/how-it-works`, `/procedures`, `/faq` — explanatory content.
- `/ask`, `/blepharoplasty-cost`, `/blepharoplasty-recovery`, `/blepharoplasty-insurance`, `/blepharoplasty-before-and-after`, `/resources` — free planning tools, no account required.
- `/results/[token]` — a saved run; contains personal imagery, treat as private.
- `/dashboard`, `/account` — authenticated account surfaces; do not access without the account owner's explicit instruction.
- `/privacy`, `/terms`, `/refund`, `/contact` — policies and support (support@surgeryviz.com).

## How agents should interact

- Reading public content pages and using the free planning tools is allowed.
- The assessment involves uploading a personal photo and a paid unlock. Never upload a person's photo, submit an email address, accept consent checkboxes, or start checkout without the explicit, informed instruction of the person the photo belongs to.
- Buttons marked `data-agent-danger` (payment actions) require explicit user confirmation before activation; the confirmation requirement is stated in their `data-agent-confirm` attribute.
- Primary actions are marked with `data-agent-action`; stable selectors use `data-testid`.
- Do not create accounts, sign in, or manage billing on a user's behalf.
- Do not present SurgeryViz output as medical advice.

## Canonical references

- llms.txt: https://surgeryviz.com/llms.txt
- Agent card: https://surgeryviz.com/.well-known/agent-card.json
- Manifest with guardrails: https://surgeryviz.com/.well-known/ai-agent.json
