> For the complete documentation index, see [llms.txt](https://zoomiescore.gitbook.io/zoomiescore-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zoomiescore.gitbook.io/zoomiescore-docs/embed-builder.md).

# embed builder

Design rich Discord embeds visually, save them as reusable templates, and post them from Discord with `/sendembed`.

## Visual builder

Dashboard → **Embeds**:

* Title, URL, description
* Color picker
* Author (name + icon URL + optional URL)
* Thumbnail image
* Main image
* Up to 25 fields (name + value + inline toggle each)
* Footer (text + icon URL)
* Timestamp toggle
* Live preview panel next to the form

Save the design as a **template** with a case-sensitive name (max 60 chars).

## Send from Discord

```bash
/sendembed template:<name> channel:#target-channel
```

Requires **Manage Messages** in the target channel. The command is premium-gated.

## Send from dashboard

Every template has an inline **Send now** action that lets you pick the target channel and post immediately.

## Notes

* Template names are unique per guild.
* Edits to a template don't retroactively edit previously-sent copies — a sent embed is a real Discord message you'd have to edit separately if the bot posted it.
* Field limits: name ≤ 256 chars, value ≤ 1024 chars, up to 25 fields.
* Description ≤ 4096 chars.
