# Self-Hosting

- [FormSG](https://international.open.gov.sg/self-hosting/formsg.md): This guide helps you deploy and maintain FormSG in your own infrastructure.
- [Evaluation Guide](https://international.open.gov.sg/self-hosting/formsg/evaluation-guide.md): This guide helps government IT teams and decision makers evaluate whether FormSG is the right forms solution for your organization.
- [Quickstart](https://international.open.gov.sg/self-hosting/formsg/quickstart.md): This quickstart guide helps you get FormSG running locally using Docker Compose for development and testing purposes.
- [Deployment](https://international.open.gov.sg/self-hosting/formsg/deployment.md): Deploy FormSG using the approach that best fits your team's timeline, infrastructure, and requirements.
- [Virtual Machine (Docker)](https://international.open.gov.sg/self-hosting/formsg/deployment/virtual-machine-docker.md)
- [AWS](https://international.open.gov.sg/self-hosting/formsg/deployment/aws.md): This guide helps you deploy FormSG to production using standard AWS services with minimal customisation. For teams wanting to get FormSG running quickly in an AWS environment.
- [Fly.io](https://international.open.gov.sg/self-hosting/formsg/deployment/fly.io.md): Explore FormSG running on Fly.io platform through a live demo and learn about platform adaptation patterns.
- [Golden Images](https://international.open.gov.sg/self-hosting/formsg/deployment/golden-images.md): (WIP) Deploy FormSG using pre-built virtual machine images for rapid, consistent deployments across environments.
- [Infrastructure Guidance](https://international.open.gov.sg/self-hosting/formsg/infrastructure-guidance.md): This document provides proven deployment patterns from FormSG production experience, simplified for government teams to adapt to their specific environments.
- [Component Customization](https://international.open.gov.sg/self-hosting/formsg/component-customization.md)
- [Configuration Reference](https://international.open.gov.sg/self-hosting/formsg/configuration-reference.md): Complete guide to all FormSG environment variables, configuration options, and deployment settings.
- [Developer Resources](https://international.open.gov.sg/self-hosting/formsg/developer-resources.md): This guide provides tools and workflows to help you efficiently develop, debug, and customise FormSG.
- [Security](https://international.open.gov.sg/self-hosting/formsg/security.md): FormSG-specific security guidance for government deployments.
- [Legal and Compliance](https://international.open.gov.sg/self-hosting/formsg/legal-and-compliance.md): Legal, branding, and compliance requirements for FormSG deployments.
- [AskGov](https://international.open.gov.sg/self-hosting/askgov.md): This guide helps you deploy and maintain AskGov — a comprehensive citizen Q\&A platform in your own infrastructure.
- [Evaluation Guide](https://international.open.gov.sg/self-hosting/askgov/evaluation-guide.md): Considerations for evaluating AskGov for your government organization
- [Quickstart](https://international.open.gov.sg/self-hosting/askgov/quickstart.md): Get AskGov running locally in 30 minutes to evaluate its capabilities
- [Infrastructure Guidance](https://international.open.gov.sg/self-hosting/askgov/infrastructure-guidance.md): Cloud deployment options and infrastructure requirements for AskGov
- [AWS Deployment](https://international.open.gov.sg/self-hosting/askgov/aws-deployment.md): Step-by-step guide for deploying AskGov on AWS infrastructure
- [Component Customization](https://international.open.gov.sg/self-hosting/askgov/component-customization.md): Guide for customizing AskGov components, branding, and integrations
- [Configuration Reference](https://international.open.gov.sg/self-hosting/askgov/configuration-reference.md): Reference for AskGov configuration options and environment variables
- [Legal and Compliance](https://international.open.gov.sg/self-hosting/askgov/legal-and-compliance.md): This document covers legal and compliance requirements you must follow when deploying AskGov. Review these requirements as you progress through this guide.
- [Scrapers](https://international.open.gov.sg/self-hosting/askgov/scrapers.md)
- [GoGovSG](https://international.open.gov.sg/self-hosting/gogovsg.md)
- [Isomer](https://international.open.gov.sg/self-hosting/isomer.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://international.open.gov.sg/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.
