# Platforms

- [Install on Kubernetes](https://docs.squidex.io/id-01-getting-started/installation/platforms/install-on-kubernetes.md): Install Squidex on a Kubernetes cluster
- [Install on AWS (Deprecated)](https://docs.squidex.io/id-01-getting-started/installation/platforms/install-on-aws.md): Install on AWS
- [Install on AWS EC2 using Docker](https://docs.squidex.io/id-01-getting-started/installation/platforms/install-on-aws-ec2.md): Learn how to deploy Squidex on an AWS EC2 instance using Docker containers
- [Install on Azure](https://docs.squidex.io/id-01-getting-started/installation/platforms/install-on-azure.md): Learn how to setup Squidex on Azure WebApp with MongoDB on Azure Container Instance.
- [Install on Azure using ARM](https://docs.squidex.io/id-01-getting-started/installation/platforms/install-on-azure-arm.md)
- [Install on Google Cloud Platform (GCP)](https://docs.squidex.io/id-01-getting-started/installation/platforms/install-on-gcp.md): Learn How to Install Squidex on the Google Cloud Platform
- [Install on Docker](https://docs.squidex.io/id-01-getting-started/installation/platforms/install-on-docker.md): Install Squidex on Linux machines with docker and docker-compose.
- [Install on Heroku](https://docs.squidex.io/id-01-getting-started/installation/platforms/install-on-heroku.md): Install on Heroku
- [Install on IIS](https://docs.squidex.io/id-01-getting-started/installation/platforms/install-on-iis.md): Install Squidex on Windows with IIS and a custom MongoDB server.
- [Install on Render](https://docs.squidex.io/id-01-getting-started/installation/platforms/install-on-render.md): Install on Render
- [Install on Vultr](https://docs.squidex.io/id-01-getting-started/installation/platforms/install-on-vultr.md): Vultr is a cheap provider of virtual or physical machines all over the world and is great if you need fast servers for low costs.


---

# 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.squidex.io/id-01-getting-started/installation/platforms.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.
