> For the complete documentation index, see [llms.txt](https://guide.form.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.form.gov.sg/user-guides/basic-guide/publish-form.md).

# Publish form

Congrats on building your form! This section guides you on how to publish your forms!&#x20;

{% tabs %}
{% tab title="Video Tutorial" %}

### <img src="/files/L6aeyturpbmqLw0lGpTf" alt="" data-size="line"> Video Tutorial: Publish Form

{% embed url="<https://youtu.be/6GYrEFBmM7s>" %}
{% endtab %}

{% tab title="Text Tutorial" %}

### <img src="/files/j6GutTRDRrofXv3qKMKQ" alt="" data-size="line"> Text Tutorial: **Publish Form**

**Step 1: Publish your form in settings**

To make your form public, click **settings** and press the toggle button below.&#x20;

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

**Step 2: Enter or upload the secret key you downloaded at form creation.**&#x20;

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

**Step 3: Tick the statement and activate form.**

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

{% hint style="info" %}
If you encounter any error, you may have:\
a) used an incorrect secret key

b) made amendments to the secret key by accident&#x20;

c) duplicated a form which generated a new secret key&#x20;
{% endhint %}

**Step 4: Share your form link and start collecting responses!**

<figure><img src="/files/7seTkj6WUNKevrPWwfwI" alt=""><figcaption></figcaption></figure>

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

Responses will be stored encrypted on FormSG database.

**Step 5: Receive email responses to your inboxes (optional)**

In the same settings page, click "Email notifications". You may add additional email addresses here to receive responses.&#x20;

<figure><img src="/files/7t2hkQSikQ1yXJFvaW7X" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://guide.form.gov.sg/user-guides/basic-guide/publish-form.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.
