# Self hosting

- [Getting started](https://docs.quadratichq.com/self-hosting/getting-started.md): Self-host Quadratic enterprise use-cases
- [Docker](https://docs.quadratichq.com/self-hosting/docker.md): Deploy Quadratic with Docker to almost any hardware.
- [AWS](https://docs.quadratichq.com/self-hosting/aws.md): Deploy Quadratic to Amazon Web Services (AWS).
- [Azure](https://docs.quadratichq.com/self-hosting/azure.md): Deploy Quadratic to your company's Azure cloud.
- [Google Cloud Platform](https://docs.quadratichq.com/self-hosting/google-cloud-platform.md): Deploy Quadratic with to your company's Google Cloud Platform (GCP) environment.
- [Bring your own AI](https://docs.quadratichq.com/self-hosting/bring-your-own-ai.md): How to add your AI keys to self-hosted Quadratic
- [Other hosting](https://docs.quadratichq.com/self-hosting/other-hosting.md): Explore other deployment surfaces for Quadratic.


---

# 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.quadratichq.com/self-hosting.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.
