# text\_box

A textbox is a common input control in HTML. It is used to collect user input and allow the user to enter text. The most common use of a textbox is to enter search queries on a web page or to enter login credentials on an online form. It is a common input element found in many software programs

When you click on the text box, a cursor is enabled, indicating the user can begin typing.&#x20;

## Automation

How does this work ?

Usually whenever sending a value to the text box, QATTS clears the value and sends the value.

But, There would be some situation where the user cannot send a value. Might get multiple exceptions / sent value will not get displayed.&#x20;

Let's see some questions from automation communities.  [Trouble Shoot](/studio/ui-elements/text_box/trouble-shoot.md)

How to configure the advanced options. [Properties Library](/studio/ui-elements/text_box/properties-library.md)


---

# 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.qatts.com/studio/ui-elements/text_box.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.
