> 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/edit-form/thank-you-page.md).

# Thank you page

The Thank You page is what the respondent sees once they have submitted the form. Here, you can provide follow-up instructions or redirect them.

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

### <img src="/files/L6aeyturpbmqLw0lGpTf" alt="" data-size="line"> Video Tutorial: Thank You Page

{% hint style="info" %}
The video below has some discrepancies. You may find the Thank you page button to the left as well <img src="/files/XcAODNKqgzOIuST5vgaE" alt="" data-size="line">.
{% endhint %}

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

{% tab title="Text Tutorial" %}

### <img src="/files/j6GutTRDRrofXv3qKMKQ" alt="" data-size="line"> Text Tutorial: **Thank You Page**

{% hint style="info" %}
The tutorial below has some discrepancies. You may also find the Thank you page button to the left by clicking on this icon <img src="/files/XcAODNKqgzOIuST5vgaE" alt="" data-size="line">.
{% endhint %}

**Click the "Create" tab** at the top of your form, and then **click the "Customise Thank you page"** button at the bottom of your form.&#x20;

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

**A - Title/Instructions** -> You can share additional information here which will be shown after a response has been submitted (e.g. part 2 survey, website link).

<figure><img src="/files/ok8NywoM9msU6wZQd3ek" alt=""><figcaption><p>outdated</p></figcaption></figure>

**B - Button** -> By default, the button redirects the respondent back to the same form. However, you can make changes to this button to redirect elsewhere (e.g. [go.gov.sg](https://guide.form.gov.sg/user-guides/basic-guide/edit-form/www.go.gov.sg) file image link, website, another form).

<figure><img src="/files/tsqPXpkoSkNbQXlPgA2L" alt=""><figcaption><p>outdated</p></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/edit-form/thank-you-page.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.
