# Text Field ⌨️

* [ ] Input field

  Interactive text field for user to enter their data into
* [ ] Label

  Stating what information the user is meant to provide
* [ ] Placeholder text

  Text inside the input field acting as an example of what you want the user to enter
* [ ] Data format

  Set text fields to allow the relevant text values e.g. numeric only for phone number
* [ ] Illustration or icon

  A visual cue can help break up a long list of text fields
* [ ] Helper text

  Elaborate on the title of the text field incase a user struggles to know what to enter


---

# 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.klai.studio/engineering-reference-docs/software-testing-overview/ux-ui-checklist/elements/text-field.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.
