> For the complete documentation index, see [llms.txt](https://docs.cortexlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cortexlabs.com/0.29/undefined.md).

# Get started

## Install the CLI

```bash
$ pip install cortex
```

See [here](/0.29/clients/install.md) for alternative installation options.

## Create a cluster

* [Launch a Cortex cluster on your AWS account](/0.29/clusters/cortex-cloud-on-aws/install.md)
* [Launch a Cortex cluster on your GCP account](/0.29/clusters/cortex-cloud-on-gcp/install.md)
* [Install Cortex on your Kubernetes cluster](/0.29/clusters/cortex-core-on-kubernetes/install.md)

## Run inference workloads

* [Realtime API](/0.29/workloads/realtime-apis/example.md)
* [Batch API](/0.29/workloads/batch-apis/example.md)
* [Task API](/0.29/workloads/task-apis/example.md)
