# Message Blocks

Message blocks enable you to design engaging interactions within your virtual assistant, enhancing user experience, ensuring smoother dialogue, and delivering clear, structured content.

These blocks are designed to **share content that is not dynamically generated by AI** but instead follows a predefined format. They are particularly useful when you need when you need to **present static or structured content** at specific points in the conversation flow.\
\
There are four main types of message blocks:

1. [Text Block - Sending predefined messages](/getting-started/agents-workflows-and-triggers/blocks/message-blocks/text-block.md)
2. [Image Block - Displaying visual content](/getting-started/agents-workflows-and-triggers/blocks/message-blocks/image-block.md)
3. [Card Block - Presenting structured, interactive content](/getting-started/agents-workflows-and-triggers/blocks/message-blocks/card-block.md)
4. [Video Block - Embedding multimedia content.](/getting-started/agents-workflows-and-triggers/blocks/message-blocks/video-block.md)


---

# 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://guide.indigo.ai/getting-started/agents-workflows-and-triggers/blocks/message-blocks.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.
