# Embed

{% hint style="warning" %}
**This documentation site is deprecated. Please visit the control panel at** [**https://monitorss.xyz** ](https://monitorss.xyz)**for all up-to-date functionality**
{% endhint %}

Embeds are those fancy Discord messages with a box and text inside it - something that can't be sent via regular messaging. To customize the embed, use the `embed` command.

Discord automatically creates an embed for links, such as the one below:

![](/files/-Lyw57RB4weNVcBBLV7N)

and bots can create their own:

![](/files/-Lyw5-7Hw7vo0IZ8Pwh_)

An embed can normally contain [many items](https://cdn.discordapp.com/attachments/84319995256905728/252292324967710721/embed.png). The embed properties that can be customized for a feed are listed below.

| Property            | Description                                                                                |
| ------------------- | ------------------------------------------------------------------------------------------ |
| Color               | Sidebar color. Must be in [integer format](http://www.shodor.org/stella2java/rgbint.html). |
| Author Title        | Title at the top.                                                                          |
| Author URL          | Clicking on the Author Title will lead to this URL.                                        |
| Author Avatar URL   | Avatar icon to the left of Author Title. This will only be shown if Author Title is set.   |
| Title               | Title under Author Title.                                                                  |
| Thumbnail Image URL | Image on the right side.                                                                   |
| URL                 | Clicking on the Title/Thumbnail will lead to this URL.                                     |
| Image URL           | Image on the bottom.                                                                       |
| Message             | Main message.                                                                              |
| Footer Text         | Bottom-most text.                                                                          |
| Footer Icon URL     | Icon to the left of Footer Text.                                                           |
| Timestamp           | Date that is visually localized to every user.                                             |

**Adding an embed will override the embed that Discord normally sends with links (see first image)**

### Fields

![](https://i.imgur.com/6oC5W7h.png)

To add embed fields, use the command `embed.fields`. All placeholders are valid in fields as well.


---

# 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://docs.monitorss.xyz/bot-customizations/embed.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.
