> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/integration/live-chat-designer/new-design/input-validation.md).

# Input Validation

Sometimes, when entering information on the login form, the format data that users entered does not always follow the predetermined criteria. For example, the email format is incorrectly entered or entered username is too short. It will be easier to validate the format data by using input validation.

![Input Validation](/files/BByCJ0eBGsl4KSjtgnnZ)

**Component Explanation:**

| Name               | Description                                                                            |
| ------------------ | -------------------------------------------------------------------------------------- |
| Regex Name         | This property is used to validate entered format name by the user.                     |
| Regex Email        | This property is used to validate entered format email by the user.                    |
| Min Length of Name | This property is used to determine the minimum character length name that users input. |


---

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

```
GET https://docs.3dolphins.ai/integration/live-chat-designer/new-design/input-validation.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.
