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

# Embeds

> Assistance with creating embeds with message invoking

<Info>
  If you wish to skip the learning curve, please join our **[support server](https://discord.gg/3yxqWDxagp)** for further assistance and more examples.
</Info>

## Explanations

1. **`$v`** - This is your separator when forming embeds -- Example: **`{embed}$v{content: this is our example}`**

<Note>
  You ****MUST**** use this when forming your embed or combining attributes to the embed, without it, nothing will work.
</Note>

2. Variables may be found **[here](https://docs.kyos.bot/resources/variables)**

## List of embed attributes

Title - **`{title: title here}`**\
Description - **`{description: description here}`**\
Plain text content - **`{content: content goes here}`**\
Fields - **`{field: title here && value: value here && inline: true or false}`**\
Author - **`{author: author here && url: url here && icon: icon here}`**\
Thumbnail - **`{thumbnail: thumbnail here}`**\
Color - **`{color: color here}`**\
Image - **`{image: image here}`**\
Button - **`{label: label here && link: link here && emoji: emoji here}`**\
Timestamp - **`{timestamp: true or false}`**
