# Send Message

"**Send Message**" step allow your chatbot to send the message.

<figure><img src="/files/gzwjJSKZ7cWzkKm2UqrB" alt=""><figcaption></figcaption></figure>

## Insert Custom Field Value and Emoji

Wherever you see "\</>", you can insert emojis or variable values to the text. OR

you can simply type "{{" to call field list.

<figure><img src="/files/CE5F8rRMFsgxcfJeiUTs" alt=""><figcaption></figcaption></figure>

## Send Text

<figure><img src="/files/Z1o6XuuuDSEbEulZ1XB3" alt=""><figcaption></figcaption></figure>

Allow you to send the text message.&#x20;

**Advanced Settings:**

* Delay Message (seconds) : add a delay between two message send
* Delay Typing (seconds): simulate the typing speed

## Send Image, Audio, Video

<figure><img src="/files/wTGMWVfkbN2PeMaHvIcV" alt=""><figcaption></figcaption></figure>

Allow you to send Image, audio, video file from either upload local file, or URL, or library

* **Upload from local file** will have size limit:

| Media Type | Maximum Upload Size |
| ---------- | ------------------- |
| Image      | 5mb                 |
| Audio      | 5mb                 |
| Video      | 16mb                |
| File       | 20mb                |

* URL link (**RECOMMENDED**)

You can search pictures online and copy their direct URL links. But this direct link might change. Alternatively, you can upload photos to your server or other third-party photo storages like imgur.com, then get your direct URL links from that. **Direct URL link** means the link is pointing to a specific photo, not a website, ending with .jpg or .png, etc.

* Library

Library is the place you can see all the photos, GIFs, audios and videos you have uploaded before. So that you don't need to re-upload the same media, just find them in your library.

## Send Card

<figure><img src="/files/qNnACTUtgjqA20wr2jZB" alt=""><figcaption></figcaption></figure>

Card is used to display a serious of information nicely like product information. There are 4 elements in a card: Image, title, subtitle and button.

{% hint style="info" %}
Please note that to show a card, you must have a title and at least one other factor, picture, subtitle or button.
{% endhint %}

## Debug Text

<figure><img src="/files/z1Lw6xIRT6QRxztM0XHf" alt=""><figcaption></figcaption></figure>

Send message to testers only. Commonly used for debugging.


---

# 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.mampuai.com/mampu-ai/flow-builder/steps/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.
