Appearance
Frequently Asked Questions
Is there a free trial available?
Yes. QualiBooth offers a 7-day free trial for all plans. The trial includes full access to all features and allows you to test as many sites as your selected plan supports, with a total limit of 10,000 page views for Real-Time Scanning and 50 page scans for Scheduled Scanning.
What happens if I exceed my limit during the free trial?
If you reach your free trial limits (Real-Time page views or Scheduled page scans), you can convert your plan at any time. Once converted, your account will receive the full usage allocation of the selected plan, and all existing settings and data will remain available.
What is included in the Enterprise plan?
The Enterprise plan is designed for large organizations with custom needs. It offers:
- Extended or unlimited Real-Time page views
- Extended or unlimited Scheduled page scans
- Extended or unlimited sites and user accounts
- Multi-organization support
- Priority support and dedicated onboarding assistance
Contact our team after signup to learn more about custom Enterprise options.
How is QualiBooth different from other accessibility tools?
Most accessibility tools scan only selected URLs or snapshots of your site. QualiBooth continuously scans every page a visitor loads, including protected and dynamic pages. It provides real-time accessibility scores and privacy-safe analytics without collecting sensitive data.
This capability is delivered through Real-Time Scanning, which monitors accessibility as users navigate your website and reflects changes immediately.
In addition, QualiBooth offers Scheduled Scanning, which enables structured, server-side accessibility audits of predefined URL lists. Scheduled Scanning allows you to run on-demand or recurring scans (daily, weekly, or monthly) to produce consistent, repeatable results across desktop and mobile, making it ideal for regression testing, compliance audits, and release validation.
Does QualiBooth cover accessibility requirements?
Yes. All QualiBooth tools, including Real-Time Scanning (Browser Script), Scheduled Scanning, Agora AI Workbench, and the Development Assistant, test against WCAG 2.1 and 2.2 A/AA/AAA criteria and comply with major data protection regulations such as GDPR, CCPA, and HIPAA.
Is user data safe with QualiBooth?
Yes. QualiBooth is built with privacy by design. It does not collect personal data, behavioral data, or session details. All information is transmitted securely via HTTPS, and the system follows strict data minimization and compliance principles.
How accurate are accessibility scores?
QualiBooth uses axe-core, one of the industry's most trusted accessibility testing engines. Automated testing identifies about 50-60% of accessibility issues, so we recommend supplementing it with manual and assistive-technology testing for full coverage.
Can QualiBooth automatically fix accessibility issues?
Not automatically. QualiBooth identifies issues, explains their impact, and provides clear "How to fix" guidance with WCAG references. Developers can then apply the recommended fixes directly to their websites or applications.
How often should I monitor accessibility?
We recommend continuous monitoring using Real-Time Scanning to catch accessibility issues as content changes. In addition, Scheduled Scanning is ideal for running structured, recurring audits (daily, weekly, or monthly), especially after major releases or design updates.
What is Real-Time Monitoring?
Real-Time Monitoring is powered by the QualiBooth Browser Script, a lightweight JavaScript library that automatically scans your website for accessibility issues as users browse. It continuously collects accessibility scores and violation data without affecting site performance or user experience.
How do I enable Real-Time Monitoring on my website?
To enable Real-Time Monitoring:
- Go to Portal → My Sites
- Click Real-Time Scanning for the selected site
- Open the Configuration tab
- Copy the unique script provided for your site.
- Paste it into your website's header, footer, or body:
<script id="qualiboothScript" src="https://cdn.portal-backend.prod.qualibooth.com/script/{PROJECT_ID}/assets/qualibooth.js" defer type="module"></script>- Publish your site. Once installed, the Script Status in the Portal will change to Active, and live monitoring will begin automatically.
Is the Browser Script compliant with privacy regulations?
Yes. The Browser Script is fully compliant with GDPR, CCPA, and HIPAA. It does not collect or transmit any personally identifiable information (PII), user behavior, or content data. All communication with QualiBooth servers is encrypted via HTTPS.
Will the Browser Script slow down my website?
No. The script runs asynchronously and performs background scans using optimized sampling. It typically uses less than 5% CPU on modern devices and adds no noticeable delay to page load times.
How accurate is the Browser Script's accessibility score?
The score is calculated based on violations detected by the axe-core engine and weighted by severity. It provides a reliable automated baseline that represents approximately 50-60% of all accessibility issues. Manual review is still recommended for full compliance.
Can the Browser Script fix issues automatically?
No. The Browser Script identifies issues and provides guidance but does not modify your website's code. Developers can review the results in the Portal or activate the Development Assistant for visual, real-time debugging.
How often should I review my accessibility reports?
We recommend reviewing Real-Time Scanning dashboards regularly to monitor ongoing compliance. For deeper analysis and historical comparisons, review Scheduled Scanning reports after each completed run.
What is the Development Assistant?
The Development Assistant is a real-time debugging tool that helps developers detect and fix accessibility issues directly within the page context. It highlights problematic elements, provides detailed explanations, and includes clear "How to fix" instructions with WCAG references.
How do I activate the Development Assistant?
You can launch the Development Assistant directly from the QualiBooth Portal:
- Open the Portal and navigate to My Sites or the main menu.
- Click Development Assistant.
- A confirmation modal will appear showing the URL that will be scanned - by default, it's your site's home path. You can change the path in Edit Site or type a different one directly in the modal.
- Click Launch to open the Development Assistant alongside your site and start scanning the page.
What kind of information does the Development Assistant show?
It displays:
- A list of detected issues by severity (Critical, High, Medium, Low)
- Detailed issue descriptions and WCAG references
- "How to fix" guidance for each violation
- On-page highlights showing the exact element with the problem
Can I use the Development Assistant on specific pages?
Yes. When launching from the Portal, you can edit the URL in the launch modal to open the Development Assistant for any page of your site - not just the home page.
Does using the Development Assistant affect live visitors?
No. The Development Assistant operates only for authenticated developers using the Portal. It does not appear for or impact site visitors in any way.
What are the benefits of using the Development Assistant?
- Real-time visual feedback and highlighting of accessibility issues
- Step-by-step remediation guidance directly in context
- Support for both desktop and mobile resolutions
- Faster debugging and validation without switching between reports and code
What is Agora?
Agora AI Workbench is QualiBooth’s desktop application for automated and interactive accessibility testing. It combines the axe-core engine with AI-powered analysis to scan websites, simulate screen readers, validate accessibility attributes, and generate detailed reports.
How do I install Agora?
- Log in to your QualiBooth Portal.
- Navigate to Main Menu → Agora.
- Download the correct installer for your operating system:
- Windows: Agora-Setup.exe
- macOS: Agora.dmg
- Install Agora and sign in with your QualiBooth account credentials.
Do I need a separate license for Agora?
Agora AI Workbench is available under the Agora license. All users with an Agora license automatically receive access to AI-powered features such as Accessibility Attribute Validation and Screen Reader Navigation.
How do I add a website and run my first scan in Agora?
- Open Agora and log in.
- From the Dashboard, click + Add Website and enter: a. Display Name b. URL c. (Optional) Sitemap URL
- Import pages automatically via sitemap or add them manually.
- Click the Scan icon next to any page or select Scan All URLs to start a multi-page audit.
What is the Live Scan feature?
The Live Scan is an interactive browser view inside Agora that lets you navigate your website and see violations highlighted in real time. It's ideal for developers who want instant feedback while making code changes.
What kind of results does Agora provide?
Each scanned page receives an Accessibility Score and a categorized list of violations (Critical, High, Medium, Low). Reports include detailed descriptions, fix recommendations, screenshots, and export options in PDF or CSV formats.
Can Agora test password-protected or internal sites?
Yes. As long as Agora can access the pages from your network, it can test them. For protected sites, use Agora's built-in authentication browser to log in before scanning.
How do I add a new user to QualiBooth?
You can invite new users directly from the QualiBooth Portal:
- Log in to the Portal as an Admin or Power User.
- Go to Main Menu → Users .
- Click Invite New User and enter the person's email address.
- Assign a role - Power User or User - based on the level of access required.
- The invited user will receive an email with an activation link to create their account and join your organization. Tip: You can revoke or change user roles anytime under the same section.
How do I upgrade or change my plan?
- Log in to the QualiBooth Portal.
- Open the Subscription & Billing section (under My Account).
- Select your new plan - Standard, Advanced, Premium, or Enterprise, Click Change Plan and confirm.
- Your plan will update immediately or on your next billing cycle depending on the selected upgrade option. If you're upgrading from a free trial, billing starts only after your 7-day trial expires or once you confirm the upgrade.
Can I switch from monthly to annual billing?
Yes. You can switch anytime from My Account → Subscription & Billing. When switching to an annual plan, you'll receive the discounted yearly rate (equivalent to 10 months of payment for 12 months of access).
How can I view my current plan limits and usage?
For a full overview, visit My Account → Subscription & Billing, where you can also see total organization-wide usage.
What happens if I exceed my plan limits?
If your account exceeds its allocated usage:
- Real-Time Scanning: Page view monitoring will pause once the monthly limit is reached.
- Scheduled Scanning: No new scheduled or on-demand scans will start once page scan limits are exhausted.
You will see an in-portal notification with the option to upgrade your plan.
How do I enable Scheduled Scanning on my website?
To enable Scheduled Scanning, no tracking script installation is required.
- Go to My Sites in the QualiBooth Portal.
- Select your website and click Scheduled Scanning.
- Click Add New Configuration.
- Configure the scan:
- Add Display name
- Set a scan frequency (On Demand, Daily, Weekly, or Monthly).
- (Optional) Configure rate limiting to control crawl speed.
- Add the URLs you want to scan
- Save the configuration and:
- Click Run Scan Now for on-demand scans, or
- Click Activate Scan to start scheduled runs.
Once activated, QualiBooth will execute scans according to the configured schedule and make results available in Scan History, Scan Reports, and URL Scan Details.