AQG Settings Module (recommended)
Navigate to the Accessibility Quality Gate module in the TYPO3 backend. Open Settings → Licence, enter your trial or licence key, click Validate, and then save the configuration. Paid features activate immediately after a successful validation.
You can start with a 5-day trial to test the remote crawler flow before buying a paid plan.
AdditionalConfiguration.php
Recommended for repeatable deployments where the licence key is part of the project configuration instead of the backend module UI.
<?php
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['a11y_quality_gate'] = [
'licenseKey' => 'aqg_live_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
];After updating the configuration, flush TYPO3 caches and reopen the AQG backend module to verify that PRO features are active.
Plan limits
Each plan includes remote scan limits per site scan, including the number of domains that can be registered for the project.
| Plan | Domains | Max pages per scan | Notes |
|---|---|---|---|
| Trial | 1 domain | 10 pages | Valid for 5 days. |
| PRO | 3 domains | 250 pages | For individual teams and smaller production portfolios. |
| Agency | Unlimited domains | 500 pages | For agencies managing multiple TYPO3 client projects. |
* Subject to fair use and crawler capacity limits. Multi-language sites: each language URL counts as a separate page toward the scan limit.