# Form Check

Form elements have a Form Check section to validate user inputs.

By default, it comes with a validator for required fields. By toggling Required, you can require the user to enter an input. If no input is entered, the error prompt will be shown.

![](/files/7Ov7Hmexqapq8kf9v2j2)

You can also add validators, such as checking if the input is an email.

![](/files/LfHOI3HTNPxsKQJjklvf)

Select the check type. When Check Value is toggled on, the validator will be on. Type in what text to display when there's an error into Error prompt.


---

# 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.acho.io/app-builder/app-construction/elements/form-check.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.
