> For the complete documentation index, see [llms.txt](https://international.open.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://international.open.gov.sg/demos.md).

# Demos

Experience OGP's products hands-on with our live demo environments. No installation, no setup - just explore and test how our tools work together.

### Building Blocks in Action <a href="#building-blocks-in-action" id="building-blocks-in-action"></a>

<figure><img src="/files/yNWuIaODJtp8jzCpHnQS" alt=""><figcaption></figcaption></figure>

OGP products are designed to work independently or together as modular building blocks. Here's a real-world example:

1. **Create a form** with [FormSG](https://form.gov.sg/) to collect citizen feedback or applications
2. **Generate a short link** with [GoGovSG](https://go.gov.sg/) to make your form URL memorable and shareable
3. **Create a QR code** from your short link for physical materials
4. **Embed the form** in your government website built with [Isomer](https://www.isomer.gov.sg/)

All of this can be done in minutes.

## Available Demos

#### [FormSG Demo](/demos/form.md) <a href="#f0-9f-93-8b-formsg-demo" id="f0-9f-93-8b-formsg-demo"></a>

Create and test forms with drag-and-drop ease. Experience the full form-building workflow from creation to response collection.

Try it at <https://form.demos.sg>

#### [GoGovSG Demo](/demos/gogovsg.md) <a href="#f0-9f-94-97-gogovsg-demo" id="f0-9f-94-97-gogovsg-demo"></a>

Generate short links and QR codes for easy sharing. Perfect for campaigns, posters, and digital communications.

Try it at <https://go.demos.sg/>

#### [Isomer Demo](/demos/isomer.md) <a href="#f0-9f-94-97-gogovsg-demo" id="f0-9f-94-97-gogovsg-demo"></a>

Experience the Isomer Studio content editor. See how easy it is to create and edit government websites without technical knowledge.

Try it at <https://isomer.demos.sg>

## Demo Environment Notice

{% hint style="warning" %}
**These are sandbox environments for testing and evaluation.**
{% endhint %}

* All demos are hosted on Fly.io - optimized for testing, not production workloads
* Data and links reset every 3 hours to keep the environment clean for everyone
* Demo sites include clear watermarks and disclaimers to distinguish them from production environments
* Login works with common email providers (Gmail, Yahoo, Outlook)
* Perfect for workshops, evaluations, and exploring features before self-hosting


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://international.open.gov.sg/demos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
