Installation 

Requirements 

  • TYPO3 12.4 LTS, 13.4 LTS, or 14.x
  • PHP 8.1 or higher
  • A rek.ai account with a project and script URL

Install via Composer 

composer require pluswerk/rekai
Copied!

Include TypoScript 

The extension ships TypoScript that must be included in your site template.

  1. Open Site Management > Templates
  2. Edit the root template of your site
  3. In Includes, add Rek.ai to the list of included static templates

Alternatively, if your setup uses Site Sets (TYPO3 13+), include the extension TypoScript via your site's config.yaml:

dependencies:
  - pluswerk/rekai
Copied!

Activate the extension 

In non-Composer setups, activate the extension manually:

  1. Open Admin Tools > Extensions
  2. Find rekai and activate it
  3. Flush all caches

Configure the extension 

After installation, open Admin Tools > Settings > Extension Configuration > rekai and at minimum:

  • Set Enabled to 1
  • Enter the Embed Code URL from your rek.ai dashboard

See Configuration for all available settings.