---
title: "Installation"
manual: "Indexed Search"
version: "main"
permalink: "https://docs.typo3.org/permalink/typo3/cms-indexed-search:installation@main"
source: "Installation/Index.rst"
rendered: "2026-09-19T11:14:46+00:00"
---

# Installation {#installation}

This extension is part of the TYPO3 Core, but not installed by default.

**Table of contents**

-   [Installation with Composer](https://docs.typo3.org/permalink/typo3/cms-indexed-search:installation-with-composer@main)
-   [Installation without Composer](https://docs.typo3.org/permalink/typo3/cms-indexed-search:installation-without-composer@main)

## Installation with Composer {#installation-with-composer}

Check whether you are already using the extension with:

```bash
composer show | grep indexed
```

This should either give you no result or something similar to:

```none
typo3/cms-indexed-search       v12.4.11
```

If it is not installed yet, use the `composer require` command to install
the extension:

```bash
composer require typo3/cms-indexed-search
```

The given version depends on the version of the TYPO3 Core you are using.

## Installation without Composer {#installation-without-composer}

In an installation without Composer, the extension is already shipped but might
not be activated yet. Activate it as follows:

1.  In the backend, navigate to the **System > Extensions**
    module.
1.  Click the **Activate** icon for the Indexed Search extension.

![Extension manager showing Indexed Search extension](../Images/InstallActivate.png)
