Quick Start
Add a website, run a scan, and review the findings. This guide walks through the normal path a new Business or Enterprise account takes; Free behaves the same, with lower quotas.
Create your account
Sign up at /signup with email and password, Google, or GitHub. Accept the Terms and Privacy Policy on the same form — the Continue buttons won't enable until you do.
A personal organization is created automatically — named after your display name ("Alex's Team"). You can rename it any time at Settings → Organization.
If you land on the pricing page and pick a paid plan, the chosen tier and billing period are threaded through signup — as soon as your email is confirmed, the Paddle checkout overlay opens automatically.
Add a site
Open Sites to add your first website. With one website, the sidebar shows My website; with several, it shows Sites. Use Add Site to add another website within your account’s capacity. Enter a name (for your reference) and the URL you want to monitor. You can enter a domain such as example.com or an HTTP(S) URL. Only add websites you are authorized to review.
If the platform requires ownership verification (set by your admin), the dialog also asks which verification method you prefer (DNS TXT record or HTML meta tag). If verification is optional, no method picker appears — you can scan right away and set up verification later when it matters (for the Accessibility Seal, for example).
Verify ownership (if required)
On the site detail page, an amber banner at the top spells out exactly what to add to your site. Two methods are supported:
- HTML meta tag — paste a
<meta name="allyproof-verify" content="…">into the<head>of your homepage. - DNS TXT record — add a
_allyproof-verifyTXT record on your domain with the token value.
Deploy the change, then click Verify. If the check passes, the banner disappears and scanning unlocks. If it fails, double-check that the tag is in <head> (not body) or give DNS a few minutes to propagate.
Run your first scan
Click Rescan in the site detail hero (the button reads "Run first scan" on never-scanned sites). The scan:
- Discovers pages from your sitemap, or crawls from the homepage if none is declared.
- Opens each page in a headless Chromium and runs axe-core, HTML_CodeSniffer, and APCA in parallel.
- Deduplicates findings across engines and groups them by rule × page.
- On eligible paid plans, prepares AI fix suggestions in the background. Opening an issue automatically prepares its missing suggestion; it does not generate suggestions for other issues.
- On eligible paid plans, runs AI-assisted checks whose findings require manual evaluation.
A live progress panel shows pages as they're processed. Duration depends on page count and website response times. Page limits follow your plan; Free includes an initial scan of up to 100 pages and subsequent scans of up to 25 pages.
Review the results
Open My website—or choose a website under Sites—to access these tabs:
- Overview — score, severity breakdown, new-vs-resolved diff, selected-accessibility-barriers card, and publish actions (share report, accessibility statement, seal).
- Scans — scan history, violation trend, and per-page result table with links back into the page.
- Privacy & compliance — selected privacy notices, consent behavior, and legal disclosures for supported jurisdictions. Availability depends on your account and domain verification.
- Settings — ownership details, page limits, and deletion controls.
Click the large Review N issues → action at the top to jump into the per-site issue list. Each row carries severity, rule ID, WCAG criterion tags, page count, and a "new" badge if the finding first appeared in the most recent scan.
Opening an issue shows how to fix it (scanner guidance up-front, an AI-generated before/after code suggestion on paid plans), every affected element with its screenshot, and a comment thread for your team. Workflow states move from open → in progress → resolved, or sideways to suppressed (with a reason code) or accepted exception. Bulk actions on the list page let you resolve many at once.
Share the report
From the site detail Overview tab:
- Share report creates a public, read-only link anyone can open — no login required. Expires in 30 days by default; revocable from the same screen.
- Publish statement generates an accessibility statement at a permanent URL (
/statement/<slug>). - Generate evidence draft (from the Reports page in the sidebar) creates a proprietary VPAT-based assessment for the selected WCAG, 508, EU, or INT edition. WCAG and INT include the 55 active WCAG 2.2 Level A/AA success criteria; other editions use their applicable criteria. It records automated evidence while leaving official conformance levels for a qualified evaluator.
Next steps
- Wire scans into CI/CD — see CI/CD Guide.
- Turn on scheduled scans (weekly on Business, daily on Enterprise).
- Tune email notifications.
- Invite your team.
- Publish a shared report or embeddable badge.
- Push scan events to external systems via webhooks.