Everything you need to know about using AccessAudit
Learn the basics of AccessAudit
Sign up for a free account at /signup. Email verification is required.
1. Navigate to Websites → Add Website 2. Enter your website URL 3. Click "Scan Now" 4. Wait for results (usually < 60 seconds)
The dashboard shows your scan history, active issues, and compliance scores.
Free: 1 scan/month Starter: 10 scans/month Professional: 50 scans/month Agency: 200 scans/month
Make the most of your scans
Issues are categorized by severity: • Critical (Red) - Major barriers, fix immediately • Serious (Orange) - Significant issues • Moderate (Yellow) - Important improvements • Minor (Blue) - Enhancement opportunities
Level A: Minimum accessibility Level AA: Recommended standard (most legal requirements) Level AAA: Enhanced accessibility
AI Fix automatically generates production-ready HTML code fixes for accessibility issues. How it works: 1. Click "Generate AI Fixes" button on scan results 2. AI analyzes each issue and generates corrected code 3. Copy the fixed HTML code 4. Replace the old code in your website Features: • Fixes WCAG 2.1 compliance issues • Maintains original functionality • Minimal code changes • Available for paid plans (Starter, Professional, Agency) Note: Always review and test fixes before deploying.
Add unlimited websites. Track each separately. Compare progress over time.
How to fix frequent problems
Always add alt="" to images: <img src="photo.jpg" alt="Description of image"> For decorative images: <img src="decoration.png" alt="">
Text must have sufficient contrast: • Normal text: 4.5:1 ratio minimum • Large text (18pt+): 3:1 ratio minimum Use our built-in contrast checker.
Every input needs a label: <label for="email">Email:</label> <input type="email" id="email" name="email">
Ensure all interactive elements are keyboard accessible: • Use semantic HTML (<button>, <a>) • Test with Tab key • Provide skip links • Manage focus properly
Manage your subscription
Go to Settings → Billing or visit /pricing Changes take effect immediately.
Your scan counter resets monthly on your subscription renewal date.
Click "Export Report" on any scan to email yourself a formatted HTML report or download a CSV file.
Settings → Billing → Manage Subscription You'll retain access until the end of your billing period.
Quick answers to common questions
AI Fix automatically generates production-ready HTML code fixes for accessibility issues. After running a scan, click "Generate AI Fixes" to have our AI analyze each issue and provide corrected code. The AI uses OpenAI's GPT-4o-mini model, trained specifically for accessibility fixes. It addresses WCAG violations while maintaining your code's functionality and making minimal changes. AI Fix is available for paid subscribers (Starter, Professional, and Agency plans). Always review and test fixes before deploying to production.
We check against WCAG 2.1 Level A, AA, and AAA, Section 508, and ADA requirements.
Our scans catch 80-90% of accessibility issues. Manual testing is still recommended for complete compliance.
While our AI is trained on accessibility best practices and WCAG guidelines, you should always review fixes before deploying. Test the fix in your specific context, verify functionality hasn't been broken, and ensure styling is maintained. The AI provides a solid starting point, but human review is recommended for production code.
Currently, we only scan publicly accessible pages. Enterprise features coming soon.
Yes! API access is available on Agency plans. Contact support for details.
We recommend scanning after each significant update or at least monthly.
Yes, white-label reports are available on Agency plans.
The AI can fix a wide range of accessibility issues including missing alt text, missing form labels, insufficient color contrast, missing ARIA attributes, improper heading structure, missing button labels, form validation issues, and many more WCAG 2.1 compliance issues.