# Completion Criteria

Your end user is considered to have completed your form once they fill out all of the required fields in the form, reach an **exit point** in the form, or reach a **terminal step** of the form.

They can reach an **exit point** in a few ways:

1. Click a button with a [Go to Step](/platform/build-forms/actions.md#form-navigation) action that doesn't have a next step specified.
2. [Open a link](/platform/build-forms/actions.md#open-a-link) that replaces the current form instead of opening in a new tab.

A **terminal step** is one that has no connections to other steps, no required fields to be saved, and no elements that have click actions of [Go to Step](/platform/build-forms/actions.md#form-navigation) or [Open Link](/platform/build-forms/actions.md#open-a-link) in the same window. For example, a final **Thank you** step is a common example of a terminal step.

Note that you can design your form to have no exit points or terminal steps, and then submissions will never be considered "completed".

Your form is by default editable by your end users when they come back to it, but you can turn edits off in your form settings.


---

# Agent Instructions: 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:

```
GET https://docs.feathery.io/platform/launch-forms/completion-criteria.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
