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

# Welcome Embeds

> Customize welcome embeds.

BlaZe allows welcome messages to be delivered using fully customizable embeds.

## Create an Embed

```bash theme={null}
?greet embed setup
```

This opens the Embed Builder.

Using the builder, you can customize:

* Title
* Description
* Image
* Thumbnail
* Color

<img src="https://mintcdn.com/blazebot-fe1327f4/NRt_m-sjgZIvtzWC/.assets/welcomer/greet_embed_setup.png?fit=max&auto=format&n=NRt_m-sjgZIvtzWC&q=85&s=07655c055ea3fc8815aa8d67b37d9563" alt="Greet embed setup command preview" width="562" height="330" data-path=".assets/welcomer/greet_embed_setup.png" />

## Using Variables

All welcome message variables can also be used inside embed titles and descriptions.

Example title:

```txt theme={null}
Welcome to {server}
```

Example description:

```txt theme={null}
Hello {usermention}!

You are member #{membercount}.
```

## Enable or Disable Embeds

```bash theme={null}
?greet embed toggle
```

When enabled, welcome messages will be sent using the configured embed.

## Send Text With Embeds

```bash theme={null}
?greet embed message
```

When enabled, BlaZe will send:

* The welcome message
* The welcome embed

together.

When disabled, only the embed will be sent.

## Reset Embed

```bash theme={null}
?greet embed reset
```

Deletes the configured welcome embed.

<Info>
  Changes made in the Embed Builder are not saved until you press the Save button.
</Info>
