> 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/5.3.0-id/integration/live-chat-designer/new-design/input-validation.md).

# Input Validation

Ketika user mengisi informasi pada form login, adakalanya format data yang dimasukkan tidak sesuai dengan standard yang telah ditentukan. Misalnya, format email yang dimasukkan oleh user salah ataupun nama yang dimasukkan user terlalu pendek. Menggunakan input validation akan mempermudah Anda untuk memvalidasi format data yang akan dimasukkan oleh user.

![Input Validation](/files/QxA7nZSYfWD9IY6gRlOf)

**Penjelasan Komponen:**

| Nama               | Deskripsi                                                                                        |
| ------------------ | ------------------------------------------------------------------------------------------------ |
| Regex Name         | Properti yan digunakan untuk memvalidasi format nama yang dimasukkan oleh user.                  |
| Regex Email        | Properti yang digunakan untuk memvalidasi format email yang dimasukkan oleh user.                |
| Min Length of Name | Properti yang digunakan untuk menentukan minimal jumlah karakter nama yang dimasukkan oleh user. |


---

# 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/5.3.0-id/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.
