# Get started

## Create a cluster on your AWS account

```bash
# install the CLI
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.42.1/get-cli.sh)"

# create a cluster
cortex cluster up cluster.yaml
```

* [Client installation](https://docs.cortexlabs.com/clients/install) - customize your client installation.
* [Cluster configuration](https://docs.cortexlabs.com/clusters/management/create) - optimize your cluster for your workloads.
* [Environments](https://docs.cortexlabs.com/clusters/management/environments) - manage multiple clusters.

## Build scalable APIs

```bash
# deploy APIs
cortex deploy apis.yaml
```

* [Realtime](https://docs.cortexlabs.com/workloads/realtime/example) - create APIs that respond to requests in real-time.
* [Async](https://docs.cortexlabs.com/workloads/async/example) - create APIs that respond to requests asynchronously.
* [Batch](https://docs.cortexlabs.com/workloads/batch/example) - create APIs that run distributed batch jobs.
* [Task](https://docs.cortexlabs.com/workloads/task/example) - create APIs that run jobs on-demand.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cortexlabs.com/start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
