> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

> List of commands to manage Algolia indices for your Django integration.

Use the following Python commands to manage your Algolia indices:

* `python manage.py algolia_reindex`: reindex all the registered models. This command first sends all records to a temporary index and then moves it. Pass `--model` as a parameter to reindex a specific model
* `python manage.py algolia_applysettings`: apply or reapply the index settings.
* `python manage.py algolia_clearindex`: clear the index

<Check>
  These commands require [at least version 2 of the Django integration](/doc/framework-integration/django/upgrade-guide).
</Check>
