# Large Text Field

The Large Text field is the second most basic field (after the [Text Field](/blocworx-documentation/bloc-editor/fields-tools-and-charts/input-fields/text.md)) . It is simply a text field which fills a larger space and shows a larger area for writing.<br>

![](/files/mYKGPo94mlCUpXOrpuSr)

### Initial Parameters

| Parameter                           | Description                                                                        |
| ----------------------------------- | ---------------------------------------------------------------------------------- |
| Choose Upper Case/Mixed Case Option | Used to determine if the data being entered defaults to uppercase or not uppercase |

{% 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-area.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.
