# Message Builder

The Message Builder module allows you to create Discord messages and embeds visually without writing code. It provides a live preview, full embed configuration, and the ability to save completed messages as templates that can be reused throughout your bot. Messages built here follow Discord’s structure and limits, and the editor includes validation to help ensure the final result matches what will be sent.

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

The builder supports message content and up to ten embeds per message. Embeds can include titles, descriptions, fields, colors, images, thumbnails, and timestamps.&#x20;

### Sending your messages

Messages created in the Message Builder can either be sent directly from the message builder page or you can save them as templates and use them inside commands and events. Templates can be loaded in the [Send or edit a Message](/custom-commands-and-events/actions/message-actions/send-or-edit-a-message.md) action, allowing you to send or update messages directly through your bot. Once a template is loaded, its structure and embed configuration are applied automatically. Templates can be edited or overwritten at any time from the Message Builder.

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

For the full list of available message and embed inputs, check out [Send or Edit a Message](/custom-commands-and-events/actions/message-actions/send-or-edit-a-message.md#message-content).


---

# 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://documentation.botghost.com/custom-commands-and-events/message-builder.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.
