> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zynrax.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Embed Builder

> Create beautiful, customized rich embeds for your server using an interactive menu.

The **Embed Builder** is a powerful tool that allows you to create and send rich embeds without needing to know any code or JSON. Everything is handled through an interactive Discord menu.

## Creating an Embed

Start the process by using the `,embed` command.

<CodeGroup>
  ```bash Syntax theme={null}
  ,embed
  ```
</CodeGroup>

<br />

## Customization Options

Once you run the command, a dropdown menu will appear with the following options:

* **Title**: Set the main title of the embed.
* **Description**: Add the primary text body.
* **Color**: Set the side-bar color using a Hexadecimal value (e.g., `#FFFFFF`).
* **Add Field**: Add up to 25 organized fields with their own titles and values.
* **Thumbnail**: Add a small image in the top-right corner.
* **Image**: Add a large image at the bottom of the embed.
* **Footer**: Customize the small text and icon at the very bottom.
* **Author**: Customize the text and icon at the very top.

<br />

## Sending the Embed

After you are satisfied with your design:

1. Click the **Send Embed** button.
2. Zynrax will ask you to mention the channel where you want to send it.
3. Type the channel mention (e.g., `#announcements`) and the embed will be sent!

<Important>
  You must have the **Manage Messages** permission to use the Embed Builder.
</Important>
