# Cloud

- [AWS](https://docs.sorry-cypress.dev/cloud-setup/aws.md): Sorry Cypress installation instructions for AWS
- [Basic AWS Setup](https://docs.sorry-cypress.dev/cloud-setup/aws/basic-aws-setup.md): Basic Setup of Sorry Cypress on AWS
- [Advanced AWS Setup](https://docs.sorry-cypress.dev/cloud-setup/aws/advanced-aws-setup.md): Advanced installation of Sorry Cypress on AWS
- [AWS Networking](https://docs.sorry-cypress.dev/cloud-setup/aws/aws-networking.md): Complimentary configuration to support Advanced AWS installation
- [AWS S3 Manual Setup](https://docs.sorry-cypress.dev/cloud-setup/aws/aws-s3-storage.md): Setting up AWS S3 Bucket for storing cypress recordings
- [Google Cloud](https://docs.sorry-cypress.dev/cloud-setup/google-cloud.md): Sorry-cypress installation instructions for Google Cloud Run
- [Google Cloud & MinIO - Deprecated](https://docs.sorry-cypress.dev/cloud-setup/google-cloud/google-cloud.md): Sorry-cypress installation instructions for Google Cloud Run with MinIO
- [Microsoft Azure](https://docs.sorry-cypress.dev/cloud-setup/azure.md)
- [Heroku](https://docs.sorry-cypress.dev/cloud-setup/heroku.md): Sorry-cypress installation instructions for Heroku
- [Kubernetes](https://docs.sorry-cypress.dev/cloud-setup/kubernetes.md): Sorry-cypress setup example using Kubernetes
- [Docker Images](https://docs.sorry-cypress.dev/cloud-setup/docker-images.md): Docker images allow to customize your setup


---

# 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.sorry-cypress.dev/cloud-setup.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.
