<!-- TITLE: Easy Reindex - Magento 2 module documentation-->
<!-- SUBTITLE: Author: Aurora Creation -->
# Easy Reindex Module
## Module overview
The Easy Reindex extension allows store administrators to easily manually update individual or all indexes directly from the administrator panel instead of using the command line.
## Module compatibility
This module is compatibile with Magento Community versions: **2.2** and **2.3**.
## How it works
To reindex you should go to the **Admin Panel System> Index Management**, then select the indexer or use the Select all option to select the position for which we want to reindex.
![Image 1](/uploads/easy-reindex/image-1.png "Image 1")
Then in the **Actions** menu, select **Reindex** and confirm **Submit**.
![Image 2](/uploads/easy-reindex/er-2.png "Image 2")
The page should refresh and reindexation should be performed asynchronously
![Image 3](/uploads/easy-reindex/er-3.png "Image 3")
## Demo
demo2.magecreation.com
## Installation
### Composer
1. Add repo to composer.json:
```text
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:aurora-modules/easy-reindex.git"
}
...
],
```
2. Add package to composer.json:
```text
"require": {
...
"aurora/easy-reindex": "*"
...
},
```
3. In Magento root folder run commands:
```text
composer update aurora/easy-reindex
php bin/magento module:enable Aurora_EasyReindex
php bin/magento setup:upgrade
```
### Manual
1. Unzip archive.
2. Upload extension files on your server to:
```text
{Magento root}
└── app/
└── code
```
3. In Magento root folder run commands:
```text
php bin/magento module:enable Aurora_EasyReindex
php bin/magento setup:upgrade
```
### Thank you for your interest in our products!