# Commands

## Index synchronisation
Synchronise entities to Algolia index. Use the option `--no-queue` to sync data without using the queue.
```
php bin/console algolia:index:sync
```

### Settings synchronisation
Synchronise index settings to Algolia. Use the option `--no-queue` to sync data without using the queue.
```
php bin/console algolia:index:setting
```

### Index overview
List available Algolia indexes with their status
```
php bin/console algolia:index:list
```
