# greet / leave / boost messages

## settings: greet / leave / boost messages ♡

<figure><img src="/files/Tvkh46ldlktmyLeJ1g8B" alt=""><figcaption><p>greet / leave / boost messages settings panel</p></figcaption></figure>

{% hint style="info" %}
for attaching embeds to your greet / leave / boost messages, view our [embed documentation](/embeds/embed-guide.md) for more details c:
{% endhint %}

### ✎ welcoming / greeting message

* this enables/disables an automatic message that sends when a user joins the server.
* to set a channel where the greet message should be sent to, use `/set greet channel channel:#channel`
* to set the greet message itself, use `/set greet message message:text here`
* to test if your greet is made to your liking, use `/test greet`
* to disable your greet message, you can set the message to `none` or `disable`

{% hint style="info" %}
if your greet does not send, it's likely mimu doesn't have the proper permissions to send it. ensure that mimu's role `Mimu` has the `SEND MESSAGES` and `EMBED LINKS` permissions in the greet channel.
{% endhint %}

### ✎ leaving message

* this enables/disables an automatic message that sends when a user leaves the server.
* to set a channel where the leave message should be sent to, use `/set leave channel channel:#channel`
* to set the leave message itself, use `/set leave message:text here`
* to test if your leave is made to your liking, use `/test leave`
* to disable your leave message, you can set the message to `none` or `disable`

{% hint style="info" %}
if your leave does not send, it's likely mimu doesn't have the proper permissions to send it. ensure that mimu's role `Mimu` has the `SEND MESSAGES` and `EMBED LINKS` permissions in the leave channel.
{% endhint %}

### ✎ boosting message

* this enables/disables an automatic message that sends when a user boosts the server.
* to set a channel where the boost message should be sent to, use `/set boost channel channel:#channel`
* to set the boost message itself, use `/set boost message message:text here`
* to test if your boost is made to your liking, use `/test boost`
* to disable your boost message, you can set the message to `none` or `disable`

{% hint style="info" %}
if your boost does not send, it's likely mimu doesn't have the proper permissions to send it. ensure that mimu's role `Mimu` has the `SEND MESSAGES` and `EMBED LINKS` permissions in the boost channel.
{% endhint %}

{% hint style="warning" %}
if your server has hit a milestone boost, the boost message may not send.
{% endhint %}


---

# 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.mimu.bot/settings/getting-started/greet-leave-boost-messages.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.
