# Text

The Text field is the most basic fields and is the most self explanatory. It is simply a text field which you can enter data in via a keyboard or other input devices like scanners etc.\ <br>

![](/files/xuVyozVleqyb2tW9Ri4c)

### Initial Parameters

| Parameter                           | Description                                                                                                                                                                                                                                                    |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Choose Upper Case/Mixed Case Option | Used to determine if the data being entered defaults to uppercase or not uppercase                                                                                                                                                                             |
| Optional Default Value              | <p>This is a value that will appear in the field when it initialises, be it from a page load, or from appearing due to a <a href="/pages/-Ma3cgwE0Az1fu3khmcp">Conditional Visibility</a>.<br><br>It will also reset to this value after the form submits.</p> |

{% hint style="info" %}
Note: The default behaviour for rules and actions are triggered on text fields is when the user presses the Return key or the Tab Key.\
\
This can be controlled even further using our [Rules and Action Based Parameters](/blocworx-documentation/bloc-editor/managing-a-field/field-parameters/rule-and-actions-based-parameters.md).
{% endhint %}


---

# 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://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/input-fields/text.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.
