> 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/multi-respondent-form-guide/managing-responses/status-tracking-link.md).

# Status tracking link

If you would like your respondents to be able to view and track their submission status, you can enable the “Allow respondents to track their submission status” toggle at the top of the Workflow page.

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

This will display a status tracking link on the Thank You page upon submission, allowing respondents to view the status tracking page anytime later.

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

The status tracking page displays the response ID, each workflow step and the current status. There will also be colour indicators for different statuses. The status tracking page looks like [this](https://go.gov.sg/mrf-status-tracking-13aug):

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

Form admins can also retrieve the status tracking link by clicking into individual response under the Results page.

<figure><img src="/files/3p3ChiUQamsSdFaUB67c" alt=""><figcaption></figcaption></figure>

To edit the step name on the status tracking page, go to the Workflow page. Click on the pencil icon to edit the workflow step.

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

You may then change the step name and click on the "Save step" button.

<figure><img src="/files/0ucWxK60y9kwGkDhw4gD" alt=""><figcaption></figcaption></figure>

Note: Workflows started will retain all the step names configured previously, even if it is not completed yet.


---

# 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/multi-respondent-form-guide/managing-responses/status-tracking-link.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.
