.. include:: ../Includes.txt
.. _installation:
============
Installation
============
.. _installation-composer:
Composer Installation (recommended)
===================================
1. Install the extension via composer:
.. code-block:: bash
composer require talan/semantic-suggestion
2. Activate the extension in the TYPO3 Extension Manager.
.. _installation-manual:
Manual Installation
===================
1. Download the extension from the `TYPO3 Extension Repository (TER) `__ or the `GitHub repository `__.
2. Upload the extension file to your TYPO3 installation's `typo3conf/ext/` directory.
3. In the TYPO3 backend, go to the Extension Manager and activate the "Semantic Suggestion" extension.
.. _installation-requirements:
Requirements
============
- TYPO3 12.4.0-12.4.99
- PHP 8.0 or higher
After installation, proceed to the :ref:`configuration` section to set up the extension.