# Install / Deploy

## Outcome

Select the right installation method for your use case and deploy a Pinot cluster.

## Deployment methods

| Method                                                          | Best for               | Time   | Prerequisites            |
| --------------------------------------------------------------- | ---------------------- | ------ | ------------------------ |
| [Local](/start-here/install/local.md)                           | Development, debugging | 10 min | JDK 21+                  |
| [Docker](/start-here/install/docker.md)                         | Quick evaluation, CI   | 5 min  | Docker                   |
| [Kubernetes](/start-here/install/kubernetes.md)                 | Staging, production    | 15 min | K8s cluster, Helm        |
| [Managed Kubernetes](/start-here/install/managed-kubernetes.md) | Production on cloud    | 20 min | Cloud account, CLI tools |

## Next step

Pick a method above, then continue to [First table and schema](/start-here/first-table-and-schema.md).


---

# 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.pinot.apache.org/start-here/install.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.
