Installation
Requirements
- TYPO3 CMS 13.4 or 14.x
- wegewerk/ai3_core (installed automatically as a dependency)
- typo3/cms-fluid-styled-content 13.4 or 14.x
- bk2k/bootstrap-package (for accordion functionality)
- brotkrueml/schema 4.x (for schema.org markup)
- A valid ZAK-AI API key (see Configuration)
Installation via Composer
Ai3 FAQ is installed exclusively via Composer. Run the following command in your TYPO3 project root:
Install the extension
composer require wegewerk/ai3_faq
Copied!
This will automatically install all required dependencies, including wegewerk/ai3_core , bk2k/bootstrap-package , and brotkrueml/schema .
Activate the extension
After installation, activate the extension using the TYPO3 CLI:
Activate via CLI
vendor/bin/typo3 extension:activate ai3_faq
Copied!
Tip
The extension will automatically register the new Page FAQ content element type and make it available in the "AI3" group when creating new content elements.
Verify installation
To verify the installation was successful:
- Log in to the TYPO3 backend
- Navigate to any page
- Create a new content element
- Look for the Page FAQ element in the "AI3" group
- The element should be available with an AI3 FAQ icon