# Image

An Image node is used to provide an image with a text message.. It looks like this

![](/files/-LXNhLJp26nHzQtPW4av)

### Fields

* **Text Message** - The message that is displayed before the image
* **Image** (required) - Image to the displayed

## Can I wait after inserting an Image node?

No an **Image** node does not wait. It will execute and the flow will start executing the next node. If there is need, use a [**Wait**](/ai-builder/nodes/additional/user-input-wait.md) node as the next node of Image node to simulate a wait.


---

# 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://docs.intelliticks.com/ai-builder/nodes/add-and-send-data/image.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.
