Skip to main content
Skip to main content
AccessAudit - Web Accessibility Testing Platform

Documentation & Help Center

Everything you need to know about using AccessAudit

Getting Started

Learn the basics of AccessAudit

Creating Your Account

Sign up for a free account at /signup. Email verification is required.

Running Your First Scan

1. Navigate to Websites → Add Website 2. Enter your website URL 3. Click "Scan Now" 4. Wait for results (usually < 60 seconds)

Understanding Your Dashboard

The dashboard shows your scan history, active issues, and compliance scores.

Subscription Plans

Free: 1 scan/month Starter: 10 scans/month Professional: 50 scans/month Agency: 200 scans/month

Using AccessAudit

Make the most of your scans

Reading Scan Results

Issues are categorized by severity: • Critical (Red) - Major barriers, fix immediately • Serious (Orange) - Significant issues • Moderate (Yellow) - Important improvements • Minor (Blue) - Enhancement opportunities

Understanding WCAG Levels

Level A: Minimum accessibility Level AA: Recommended standard (most legal requirements) Level AAA: Enhanced accessibility

Using AI-Generated Fixes

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.

Managing Multiple Websites

Add unlimited websites. Track each separately. Compare progress over time.

Common Accessibility Issues

How to fix frequent problems

Missing Alt Text

Always add alt="" to images: <img src="photo.jpg" alt="Description of image"> For decorative images: <img src="decoration.png" alt="">

Low Color Contrast

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.

Missing Form Labels

Every input needs a label: <label for="email">Email:</label> <input type="email" id="email" name="email">

Keyboard Navigation

Ensure all interactive elements are keyboard accessible: • Use semantic HTML (<button>, <a>) • Test with Tab key • Provide skip links • Manage focus properly

Account Management

Manage your subscription

Upgrading Your Plan

Go to Settings → Billing or visit /pricing Changes take effect immediately.

Managing Scans

Your scan counter resets monthly on your subscription renewal date.

Exporting Reports

Click "Export Report" on any scan to email yourself a formatted HTML report or download a CSV file.

Canceling Subscription

Settings → Billing → Manage Subscription You'll retain access until the end of your billing period.

Frequently Asked Questions

Quick answers to common questions

What is the AI Fix feature and how does it work?

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.

What accessibility standards does AccessAudit check?

We check against WCAG 2.1 Level A, AA, and AAA, Section 508, and ADA requirements.

How accurate are the scans?

Our scans catch 80-90% of accessibility issues. Manual testing is still recommended for complete compliance.

Is the AI Fix always correct?

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.

Can I scan password-protected pages?

Currently, we only scan publicly accessible pages. Enterprise features coming soon.

Do you offer API access?

Yes! API access is available on Agency plans. Contact support for details.

How often should I scan my website?

We recommend scanning after each significant update or at least monthly.

Can I white-label reports?

Yes, white-label reports are available on Agency plans.

What types of issues can the AI fix?

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.

Still Have Questions?

Our support team is here to help you succeed