# Text

It's the simplest response type, useful when you need a consistent, unchanging message rather than AI-generated text.

#### Setting up text responses:

1. Enter the exact text to be shown (up to 1000 characters)

{% hint style="info" %}
Note: Using exact text responses is faster and completely consistent, but may make interactions feel less natural. Only use in very specific contexts.
{% endhint %}

#### Example: Greet the user

<figure><img src="https://1213579860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MaU7JJyoXT5PfhTD9dJ%2Fuploads%2Ffqg2VwXwRAcLAak7AlCL%2Fhub-assistant-virbe.virbe.app_dashboard_conversation-flows_ca98acce-9cff-4d65-ad55-7ca28f98965e_node_6d0df7e7-10e7-41ac-a348-9bc482217e1f.png?alt=media&#x26;token=7030de19-626f-4cef-8092-28f2c631daed" alt=""><figcaption><p>Example of Text node use</p></figcaption></figure>

{% hint style="info" %}
Consider adding a follow-up Checkpoint node with a "Wait for user input" option enabled to make sure that the user's response will proceed to the next node (could be an Intent Matcher node in the above example).
{% endhint %}

#### Common use cases:

* Legal disclaimers
* Standard greetings
* Error messages
* Instructions
* System notifications

{% hint style="info" %}
I**mportant considerations:**

* Messages never vary - same text every time
* Keep content clear and concise
* Update manually when changes needed
* Consider using LLM Response for more natural interactions
  {% endhint %}
