# Send message

The rich text editor supports all languages, so you can now type your input in any language you want, such as French, Spanish, etc.

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**.

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

Setting up 'Send Message' action block

#### Text formatting <a href="#text-formatting" id="text-formatting"></a>

You can format your text using the formatting bar in the rich text editor.

* Bold
* Italics
* Underline
* Ordered bullet lists
* Unordered bullet lists
* Hyperlink
* Emojis

Max characters allowed in a single message block is 1000.

#### File types <a href="#file-types" id="file-types"></a>

You can upload the following file types:

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

#### Tracking links <a href="#tracking-links" id="tracking-links"></a>

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

#### Send message as info title <a href="#send-message-as-info-title" id="send-message-as-info-title"></a>

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.

![](https://help.wotnot.io/~gitbook/image?url=https%3A%2F%2F360969599-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsrMxU8nO3RjusUiYuXBB%252Fuploads%252F862mDKZOBCiIz3O6kfu6%252FCleanShot%25202024-06-07%2520at%252012.59.02.gif%3Falt%3Dmedia%26token%3D12d71d3e-37fc-4fb4-a2e8-fb36daea8157\&width=768\&dpr=4\&quality=100\&sign=415d7655652928066a5d5e87127808cb16c8ae4393e566146deb4f3ce7c840dd)\ <br>


---

# 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://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/send-message.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.
