> For the complete documentation index, see [llms.txt](https://docs.intelliticks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intelliticks.com/ai-builder/nodes/add-and-send-data/text.md).

# Text

A  text node is a simple node to show a message to the use. It looks like this

![](/files/-LXNfySqKUeDGCy5V71I)

### Fields

* **Text Message** (required) - The message that needs to be pushed to the user.

## Can I wait after inserting a Text node?

No a **Text** node does not wait. It will execute and the flow will start executing the next node. If there is need, use a **User Input/Wait** node as the next node of Text node to simulate a wait.
