> For the complete documentation index, see [llms.txt](https://slicewire.gitbook.io/air5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://slicewire.gitbook.io/air5/installation.md).

# Installation

### Install The Air5 Module:

Run The Following Command To Install Air5.

`npm i air5 --save`  &#x20;

### Install A Provider:

Choose And Install One Of The Following Providers.

`npm i air5-mongo --save`

`npm i air5-redis --save`

`npm i air5-sqlite --save`

`npm i air5-level --save`

`npm i air5-rocks --save`

`npm i air5-pouch --save`

`npm i air5-nedb --save`

`npm i air5-low --save`

`npm i air5-air --save`

`npm i air5-enmap --save`

`npm i air5-memory --save`

`npm i air5-yaml --save`

`npm i air5-csv --save`

`npm i air5-tson --save`

`npm i air5-bson --save`

`npm i air5-json --save`

`npm i air5-cson --save`

`npm i air5-json5 --save`

`npm i air5-flat --save`
