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

# Reading results

> The anatomy of the Percio results page

When a test finishes, Percio drops you on `/results/[id]` — the full report. Here's what's on it.

## The animated interstitial

Before the report renders, Percio plays a short "Analyzing your experience" animation (\~3.5 seconds). This isn't cosmetic — results sometimes finish processing in the background, and the interstitial gives the final payload time to settle.

## The page, top to bottom

**Header.** Test name, URL, date, and the status chip (completed / failed). If the test is older than your retention window, the content is already gone.

**Usability score.** A single number from 0–100 calculated from the severity of the issues found. See [Usability score](/results/usability-score).

**Executive summary.** A brief narrative of what happened: the biggest risk, the drop-off patterns Percio observed, and the quick wins it recommends. See [Executive summary, risk, and quick wins](/results/summary).

**Issues.** Everything the persona flagged. Each issue has a severity chip, a Nielsen heuristic tag, and four sections: *What's happening*, *Why it matters*, *Who it affects most*, and *Recommendation*. See [Issues](/results/issues).

**Positive notes.** Things the persona liked. Easy to skim past, but worth reading — they tell you what's working.

**Flow timeline.** Every step the browser took, with screenshots and the agent's reasoning. Collapsible. See [Flow timeline](/results/flow-timeline).

## What you can do with an issue

Each issue has three actions:

* **Confirmed** — you agree this is a real issue.
* **False positive** — the persona flagged something that isn't actually a problem.
* **Dismissed** — you've seen it and don't want to act on it.

These don't delete the issue — they annotate it. See [Validating issues](/results/validation).

## Sharing results

A results page URL is private to your account. Anyone signed in on the same account can open it. There's no public sharing link today.

## Retention

Results live for the lifetime of your plan's retention window — **90 days on Indie**, **365 days on Pro**. Older results are deleted. Export what you need before it ages out.

## In depth

<Columns cols={2}>
  <Card title="Usability score" icon="gauge" href="/results/usability-score">
    How the number is calculated.
  </Card>

  <Card title="Executive summary" icon="file-lines" href="/results/summary">
    Biggest risk, drop-off patterns, quick wins.
  </Card>

  <Card title="Issues" icon="triangle-exclamation" href="/results/issues">
    Severity, heuristics, the four-part card.
  </Card>

  <Card title="Validating issues" icon="circle-check" href="/results/validation">
    Confirmed, false positive, dismissed.
  </Card>

  <Card title="Flow timeline" icon="list-check" href="/results/flow-timeline">
    Every step the browser took, with screenshots.
  </Card>
</Columns>
