# Quickstarts

In order to start learning more about how to deploy CARTO Self-hosted please select the flavour of installation that fits better for your company's use case and requirements.

* [**Single Virtual Machine deployment**](/carto-self-hosted/deployment-guides/single-vm-deployment.md): Deploy CARTO Self-hosted on a single instance for simplicity and convenience.
* [**Standard Orchestrated container deployment**](/carto-self-hosted/deployment-guides/kubernetes.md): Deploy CARTO Self-hosted on a distributed setup using Kubernetes and Kots.
* [**Advanced Orchestrated container deployment**](/carto-self-hosted/deployment-guides/orchestrated-container-deployment.md): Deploy CARTO Self-hosted on a distributed setup using Kubernetes and Helm to access more advanced configuration and deployment options.


---

# 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.carto.com/carto-self-hosted/deployment-guides.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.
