> For the complete documentation index, see [llms.txt](https://docs.tebex.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tebex.io/developers/templates/sidebar-modules/module.textbox.html.md).

# module.textbox.html

The textbox module allows a store owner to define a module with arbitrary text.

| Variables       | Type   | Description                        |
| --------------- | ------ | ---------------------------------- |
| `module.header` | string | The header of the module.          |
| `module.text`   | string | The content of the textbox module. |

{% hint style="info" %}
Please ensure to use the `raw` [filter](/developers/templates/twig/filters.md) on the `module.text` variable as it contains HTML and will be automatically escaped by TWIG if not used.
{% endhint %}

### Request Variable

If you'd like access to a variable that is not currently available, [please let us know.](https://forms.monday.com/forms/8cbacdac7c30b725cd4617cbba0e5eeb?r=use1)
