# Deployment

- [Azure](https://docs.nannyml.com/cloud/v0.24.1/deployment/azure.md)
- [Azure Managed Application](https://docs.nannyml.com/cloud/v0.24.1/deployment/azure/azure-managed-application.md): Deployment instructions for NannyML Cloud as a managed application on Azure
- [Finding the URL to access managed NannyML Cloud](https://docs.nannyml.com/cloud/v0.24.1/deployment/azure/azure-managed-application/finding-the-url-to-access-managed-nannyml-cloud.md): This page shows you how to retrieve the application URL for a deployed managed NannyML Cloud instance from within the Azure portal.
- [Enabling access to storage](https://docs.nannyml.com/cloud/v0.24.1/deployment/azure/azure-managed-application/enabling-access-to-storage.md): How to ensure NannyML can access data stored in Azure Storage
- [Azure Software-as-a-Service (SaaS)](https://docs.nannyml.com/cloud/v0.24.1/deployment/azure/azure-software-as-a-service-saas.md)
- [AWS](https://docs.nannyml.com/cloud/v0.24.1/deployment/aws.md): Deployment instructions for NannyML Cloud on AWS
- [AMI with CFT](https://docs.nannyml.com/cloud/v0.24.1/deployment/aws/ami-with-cft.md): Deployment instructions for NannyML Cloud on AWS using AMI
- [Architecture](https://docs.nannyml.com/cloud/v0.24.1/deployment/aws/ami-with-cft/architecture.md): Architecture for NannyML Cloud on AWS using AMI
- [EKS](https://docs.nannyml.com/cloud/v0.24.1/deployment/aws/eks.md): Deployment instructions for NannyML Cloud on AWS EKS
- [Quick start cluster setup](https://docs.nannyml.com/cloud/v0.24.1/deployment/aws/eks/quick-start-cluster-setup.md): Instructions for quickly setting up an EKS cluster
- [S3 Access](https://docs.nannyml.com/cloud/v0.24.1/deployment/aws/s3-access.md): Instructions for giving NannyML Cloud access to S3 buckets
- [Application setup](https://docs.nannyml.com/cloud/v0.24.1/deployment/application-setup.md): This document is designed for administrators tasked with configuring NannyML right after its deployment.
- [Authentication](https://docs.nannyml.com/cloud/v0.24.1/deployment/application-setup/authentication.md)
- [Notifications](https://docs.nannyml.com/cloud/v0.24.1/deployment/application-setup/notifications.md)
- [Webhooks](https://docs.nannyml.com/cloud/v0.24.1/deployment/application-setup/webhooks.md): This page shows how to integrate NannyML to external applications by using webhooks.
- [Permissions](https://docs.nannyml.com/cloud/v0.24.1/deployment/application-setup/permissions.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.nannyml.com/cloud/v0.24.1/deployment.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.
