# Deployment

FormSG offers flexible deployment options to meet different organizational needs, from quick evaluation environments to enterprise-scale production systems.

### Choosing Your Approach

**Start simple, scale as needed.** Most teams begin with a basic deployment to evaluate FormSG, then move to more robust infrastructure for production use.

#### Key Considerations

* **Timeline**: How quickly do you need FormSG running?
* **Scale**: How many users and forms will you support?
* **Infrastructure**: What platforms does your organization prefer?
* **Team**: What technical capabilities do you have available?

Each deployment guide includes migration paths to help you evolve your infrastructure as requirements change. Didn't see your preferred cloud deployment here? See [infrastructure-guidance](https://international.open.gov.sg/self-hosting/formsg/infrastructure-guidance "mention").

***

{% hint style="success" %}
**New to FormSG?** Start with Quickstart/VM Deployment to get hands-on experience, then choose your production platform once you've validated the solution for your needs.
{% endhint %}

**Deployed FormSG on a new platform?** We'd love to learn from your experience and help other government teams benefit from your work.

If you've successfully deployed FormSG on platforms not covered in our guides or created deployment templates, please consider contributing back:

* **Reach out directly** at <international@open.gov.sg> to discuss
* **Open a GitHub issue** to share your deployment approach
* **Submit a pull request** with your deployment templates or documentation

Your contributions help government teams worldwide deploy FormSG more effectively!


---

# 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://international.open.gov.sg/self-hosting/formsg/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.
