> For the complete documentation index, see [llms.txt](https://ieg4.gitbook.io/edesigner-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ieg4.gitbook.io/edesigner-new/no-code-integrations/openprocess-integration/status-tracking-process-steps.md).

# Status tracking - process steps

A new feature has been added to Forms Management that allows a Status Tracking feature to be added to forms.  When enabled (Setting: EnableStatusButton) a new section is displayed on the launch page of the form as below:

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

Entering the reference number of a previously submitted form and clicking **Check** will retrieve the Steps from Open Process where a matching process for that reference and form type is found.  Details are displayed as below:

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

The Process Step details are retrieved from Open Process regardless of whether the form was submitted from a customer account or not.

This powerful new feature enables councils to sign-post citizens - using form submission emails or process step emails from Open Process - to the launch page of the form in order to track the progress of their request without ever needing to contact the council.

{% hint style="info" %}
**Note: this new feature is available from May 2026 in version 2.19 of the Forms package but the functionality is also dependent on the latest versions of OneVu (2.19) and Open Process.**
{% endhint %}


---

# 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://ieg4.gitbook.io/edesigner-new/no-code-integrations/openprocess-integration/status-tracking-process-steps.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.
