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

# Welcome Messages

> Send message when a new member joins your server

Welcome messages are a powerful way to greet new members as soon as they join your server. Miona allows you to create fully customizable welcome messages, giving you the flexibility to introduce newcomers in a way that reflects your community's style and personality. Whether you want to include personalized text, images, or embeds, Miona’s welcome messages can be tailored to provide a unique and engaging introduction for every new member.

<Frame caption="Example Welcome message">
  <img src="https://mintcdn.com/miona/T-Ii_MvXcsOpaOcQ/images/welcome/example-welcome.png?fit=max&auto=format&n=T-Ii_MvXcsOpaOcQ&q=85&s=11477cae98f39e727f0e2309f5d0fe45" alt="Example Welcome message" width="635" height="261" data-path="images/welcome/example-welcome.png" />
</Frame>

## ⚙️ How to set it up?

Firstly we need to create the message. You can do that by running the following command:

```sh theme={null}
/welcome setmessage
```

Once you run this command the built-in editor will open and you can start editing your message.

<Frame caption="Editing welcome message with built-in editor">
  <img src="https://mintcdn.com/miona/T-Ii_MvXcsOpaOcQ/images/welcome/editing-welcome.png?fit=max&auto=format&n=T-Ii_MvXcsOpaOcQ&q=85&s=5280af8e58c9bb3964feb34f53b35dea" alt="Editing welcome message with built-in editor" width="993" height="397" data-path="images/welcome/editing-welcome.png" />
</Frame>

By clicking on each button, you can edit the properties of the message/embed, for example by clicking on the `Edit basic information` you can edit the embed `Title`, `Description`, `Color`, etc.

<Note>
  Built-in editor automatically saves your changes.
</Note>

Next we need to set the channel where the message will be sent. You can do that by running the following command:

```sh theme={null}
/welcome setchannel <channel>
```

After this step the bot will automatically send the message to the channel when someone joins your server.
You can test this message by running the following commands:

```
/welcome test
```

## ❌ How to disable?

You can disable boost messages by running the following command:

```sh theme={null}
/welcome removechannel
```

## 🧠 Variables

You can use variables in most messages where Built-in editor is used.
You can find the list of variables [here](/variables).
