> For the complete documentation index, see [llms.txt](https://help.wotnot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.wotnot.io/build/action-blocks/send-message.md).

# Send message

{% hint style="info" %}
The rich text editor supports all languages, so you can now type your input in any language you want, such as French, Spanish, etc.
{% endhint %}

As the name suggests, the 'Send message' sends your defined message and moves forward to the next step in the chatbot flow.

You can choose to add a **text message** or a **file**.&#x20;

You can bundle multiple messages/files inside a single 'Send message' action block.

{% embed url="<https://www.loom.com/share/8d7b68d29eee49ba865de8e298a76df6?sid=9312eca3-a8d0-4347-89f0-aea8b5671d22>" fullWidth="false" %}
Setting up 'Send Message' action block
{% endembed %}

### Text formatting&#x20;

You can format your text using the formatting bar in the rich text editor.&#x20;

* Bold
* Italics
* Underline
* Ordered bullet lists
* Unordered bullet lists&#x20;
* Hyperlink
* Emojis

{% hint style="info" %}
Max characters allowed in a single message block is 1000.
{% endhint %}

### File types

You can upload the following file types:&#x20;

* png/jpg/gif
* mp4
* mp3
* pdf
* csv/xlsx

{% hint style="info" %}
File size cannot exceed 50mb.
{% endhint %}

### Tracking links

Enabling this feature tracks all link clicks occurring on the chatbot flow. Once enabled, the link will first open the tracking domain and then redirect to the actual URL defined.

[Learn more](/support-and-billing/faq/setting-up-link-tracking.md)

### Send message as info title

Enabling this will compress the message description and show the title as defined. It appears as a tooltip that can be expanded to see the information.

<figure><img src="/files/1pETcmroiPPgU5B2oY1H" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.wotnot.io/build/action-blocks/send-message.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
