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

# Installation

> How to install the Apollo AI CLI

## Install via NPM

You can install the Apollo AI CLI globally using npm:

```bash theme={null}
npm install -g @apollo-ai/cli
```

## Verify Installation

After installation, verify that the CLI is working correctly:

```bash theme={null}
apollo --version
```

You should see the current version number, e.g., `1.0.17`.

## Upgrade

To upgrade to the latest version:

```bash theme={null}
npm install -g @apollo-ai/cli@latest
```
