Installation 

Installation via Extension Manager (TER) 

  1. Open Admin Tools > Extensions in the TYPO3 backend.
  2. Switch to the Get Extensions tab.
  3. Search for one_forge_rekai and click Import and Install.
  4. Activate the extension using the toggle in the extension list.
  5. Run Admin Tools > Maintenance > Analyze Database Structure to apply the new database columns.

Include the TypoScript template 

The extension ships a TypoScript setup file that registers the rekai_recommendations content element renderer. It is auto-imported via ExtensionManagementUtility::addTypoScriptSetup() in ext_localconf.php, so no manual template inclusion is required.

If you prefer to include it explicitly (e.g. in a site package), add the following to your TypoScript setup:

@import 'EXT:one_forge_rekai/Configuration/TypoScript/setup.typoscript'
Copied!

Next steps 

After installation, proceed to Configuration to enter your Rek.ai script URL and enable script injection.