- Scanner — interactive accessibility check (this is the primary engine)
- Lighthouse — Google PageSpeed Insights for one public URL
- Bulk Scans — queue pages for scheduled / repeated Scanner runs (not a separate scan engine)
Scanner overview

How it works
- Open AI Accessibility.
- Select the page (or site root) to use as the scan root.
- Open the Scanner tab.
- Stay on the Scanner sub-tab.
- Confirm the site URL, set Depth and Device, then click Run Accessibility Check.
- When the run finishes, review the summary cards and issue list.
- Open a finding to continue in Fix Hub.
What the Scanner checks
The Scanner checks the HTML content of pages in your selected scope (page + depth) against WCAG-oriented rules.- It focuses on page content (not repeating header/footer chrome), so sibling pages can differ.
- When depth includes multiple pages, findings are merged into one report for the selected root.
- There is no separate URL list to maintain — pick a page in the tree, choose depth, run (similar to TYPO3 LinkValidator).
- The Scanner needs no AI provider and no API key.
Scanner vs other Scanner-tab tools
Common controls
- Selected page — from the page tree
- Depth — this page only, 1–3 levels, or infinite
- Device — Desktop, Mobile, or Both (where offered)
- Scan page quota — pages scanned / remaining / license limit
- Optional: add the current scope to the Bulk Scans queue
After a scan
- Findings appear on the Fix Hub board for the same scope
- Dashboard tiles update from completed results
- Re-run after publishing fixes to verify improvements
Important notes
- Scanner needs a valid T3AA license for accessibility scans; it does not need an AI provider.
- For licensed remote audits, the site URL must be a publicly reachable
absolute URL (for example
https://example.com/). Relative bases such as/finance/can break URL building. - Lighthouse always needs a Google PageSpeed API key and a URL Google can
reach (
.ddev.site/localhostwill not work). - Bulk Scans depends on Scheduler configuration for automated processing.