Installation 

Requirements 

Installation via Composer 

Ai3 Summary is installed exclusively via Composer. Run the following command in your TYPO3 project root:

Install the extension
composer require wegewerk/ai3_summary
Copied!

Activate the extension 

After installation, activate the extension using the TYPO3 CLI:

Activate via CLI
vendor/bin/typo3 extension:activate ai3_summary
Copied!

Alternatively, activate it in the TYPO3 backend under Admin Tools > Extensions.