> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quick.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# Text

The Text user block allows you to collect text responses from users, it provides a flexible textarea
that automatically adjusts based on user input.

<Tabs>
  <Tab title="Flow">
    <Frame style={{ maxWidth: '400px' }}>
      <img src="https://mintcdn.com/urbiport-eca888d8/-ARXSrILxIB7whJw/images/builder/blocks/user/text.png?fit=max&auto=format&n=-ARXSrILxIB7whJw&q=85&s=607bd531701753594c5a0e86e64394bb" alt="Text" className="rounded-lg" width="1354" height="506" data-path="images/builder/blocks/user/text.png" />
    </Frame>
  </Tab>

  <Tab title="Bot">
    <Frame style={{ maxWidth: '400px' }}>
      <img src="https://mintcdn.com/urbiport-eca888d8/-ARXSrILxIB7whJw/images/builder/blocks/user/text-viewer.png?fit=max&auto=format&n=-ARXSrILxIB7whJw&q=85&s=c3c4a626e42880050d263c2d652a1d7b" alt="Text" className="rounded-lg" width="786" height="966" data-path="images/builder/blocks/user/text-viewer.png" />
    </Frame>
  </Tab>
</Tabs>

## Configuration

* **Placeholder**: Customize the placeholder text to guide the user (supports variables).
* **Button Label**: Customize the submit button label (supports variables).
* **Allow Audio clip**: Allow users to send voice messages and save it as URLs in dedicated variables.
* **Allow Attachment**: Allow users to send files and save it as URLs in separate variables.
* **Save the Answer**: Store the responses in designated variables.
