# Deployments

- [Self-Hosted Deployment](https://help.form.io/deployments/deployment-guide.md): Learn how to deploy the Form.io Platform into your own Environments.
- [Local Deployment](https://help.form.io/deployments/deployment-guide/local-deployment.md)
- [Local File Storage](https://help.form.io/deployments/deployment-guide/local-deployment/local-file-storage.md)
- [Kubernetes](https://help.form.io/deployments/deployment-guide/kubernetes.md)
- [Cloud Deployment](https://help.form.io/deployments/deployment-guide/cloud-deployment.md)
- [AWS Deployment](https://help.form.io/deployments/deployment-guide/cloud-deployment/aws.md)
- [AWS Lambda](https://help.form.io/deployments/deployment-guide/cloud-deployment/aws/lambda.md)
- [Form.io/AWS Elastic Beanstalk End-To-End Encrypted Deployment](https://help.form.io/deployments/deployment-guide/cloud-deployment/aws/form.io-aws-elastic-beanstalk-end-to-end-encrypted-deployment.md)
- [Azure Deployment](https://help.form.io/deployments/deployment-guide/cloud-deployment/azure.md)
- [Azure App Service](https://help.form.io/deployments/deployment-guide/cloud-deployment/azure/azure-app-service.md)
- [Azure MSSQL Connector - Deprecated](https://help.form.io/deployments/deployment-guide/cloud-deployment/azure/azure-app-service/azure-mssql-connector-deprecated.md)
- [Azure Virtual Machine](https://help.form.io/deployments/deployment-guide/cloud-deployment/azure/azure-virtual-machine.md)
- [Set up the DB](https://help.form.io/deployments/deployment-guide/cloud-deployment/azure/set-up-the-db.md): Form.io's data model is driven by MongoDB. Deployments to Azure may use MongoDB Atlas or the Azure-native CosmosDB.
- [GCP Deployment](https://help.form.io/deployments/deployment-guide/cloud-deployment/gcp-deployment.md)
- [GCP Cloud Run](https://help.form.io/deployments/deployment-guide/cloud-deployment/gcp-deployment/gcp-cloud-run.md): This tutorial will walks through the steps to create an example Form.io deployment environment on GCP Cloud Run. This tutorial assumes prior knowledge of Form.io and GCP Cloud Run.
- [On-Premise Deployment](https://help.form.io/deployments/deployment-guide/on-premise-deployment.md)
- [Enterprise Server](https://help.form.io/deployments/deployment-guide/enterprise-server.md): Deploying the primary Self-Hosted product of Form.io. The Enterprise Server.
- [PDF Server](https://help.form.io/deployments/deployment-guide/pdf-server.md): https://hub.docker.com/repository/docker/formio/pdf-server
- [Deployment Configurations](https://help.form.io/deployments/deployment-configurations.md)
- [DNS Configuration](https://help.form.io/deployments/deployment-configurations/dns-configuration.md)
- [Load Balancer Configuration](https://help.form.io/deployments/deployment-configurations/load-balancer-configuration.md)
- [Licenses](https://help.form.io/deployments/licenses.md)
- [License Management](https://help.form.io/deployments/licenses/license-management.md)
- [Library Licenses](https://help.form.io/deployments/licenses/library-licenses.md)
- [Portal Base Project](https://help.form.io/deployments/portal-base-project.md)
- [Portal SSO](https://help.form.io/deployments/portal-base-project/portalsso.md)
- [Portal Translations](https://help.form.io/deployments/portal-base-project/portal-translations.md): Enable multiple languages for the Developer Portal Application
- [Maintenance and Migration](https://help.form.io/deployments/maintenance-and-migration.md)
- [Changes to Premium Libraries](https://help.form.io/deployments/maintenance-and-migration/changes-to-premium-libraries.md): Changes to the distribution and use of Premium Libraries
- [Major Updates](https://help.form.io/deployments/maintenance-and-migration/major-updates.md)
- [API Server 8.x to 9.x](https://help.form.io/deployments/maintenance-and-migration/major-updates/api-server-8.x-to-9.x.md)
- [API Server 7.x to 8.x](https://help.form.io/deployments/maintenance-and-migration/major-updates/api-server-7.x-to-8.x.md)
- [API Server 6.x to 7.x](https://help.form.io/deployments/maintenance-and-migration/major-updates/api-server-6.x-to-7.x.md)
- [API Server 5.x to 6.x](https://help.form.io/deployments/maintenance-and-migration/major-updates/api-server-5.x-to-6.x.md)
- [PDF Server 1.x-3.x to 5.x](https://help.form.io/deployments/maintenance-and-migration/major-updates/pdf-server-1.x-3.x-to-5.x.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://help.form.io/deployments.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.
