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

# Create and Send Rich Custom Discord Embeds with Quarky

> Use /embed commands to build, manage, and send rich Discord embeds with a custom title, description, color, images, and footer to any channel in your server.

Quarky's embed creator lets you build rich, fully styled Discord embeds without writing any code. You can set an author, title, description, thumbnail, image, footer, and a custom color — then send the finished embed to any channel in your server.

## Creating an embed

![](https://imgur.com/S6eXRA9.gif)

<Steps>
  <Step>
    Use the `/embed create [name]` command and provide a unique name for your embed. Quarky opens the embed builder.
  </Step>

  <Step>
    Configure any combination of the following fields:

    | Field       | Description                                                           |
    | ----------- | --------------------------------------------------------------------- |
    | Author name | Name displayed above the embed title                                  |
    | Author icon | URL of the icon shown next to the author name                         |
    | Title       | Main heading of the embed                                             |
    | Description | Body text of the embed                                                |
    | Thumbnail   | Small image displayed in the top-right corner                         |
    | Image       | Large image displayed at the bottom of the embed                      |
    | Footer text | Text shown at the bottom of the embed                                 |
    | Footer icon | URL of the icon shown next to the footer text                         |
    | Embed color | A hex color code (e.g. `#5865F2`) or a predefined color from the menu |

    All fields are optional — fill in only what you need.
  </Step>

  <Step>
    Click **Save** to save the embed. Quarky stores it under the name you provided so you can retrieve, edit, or send it at any time.
  </Step>
</Steps>

## Managing embeds

### /embed get

Run `/embed get [name]` to retrieve a saved embed. Quarky displays a preview of the embed along with three action buttons:

* **Send** — choose a channel to post the embed to
* **Edit** — reopen the builder to make changes
* **Delete** — permanently remove the embed
  ![](https://imgur.com/9RoSLDJ.png)

### /embed list

Run `/embed list` to see the names of all embeds you have created. Use this to find an embed before running `/embed get`.
![](https://imgur.com/G3hhhWk.png)

## Command reference

| Command                | Description                                                     |
| ---------------------- | --------------------------------------------------------------- |
| `/embed create [name]` | Open the embed builder and create a new embed                   |
| `/embed get [name]`    | Preview a saved embed and access Send, Edit, and Delete actions |
| `/embed list`          | List all saved embed names                                      |
