# Booster Responder

Elyxir has a booster autoresponder feature which allows you to automatically mention your members when they boost your Discord server.

#### OBJECTIVES

* [Configure the Booster Responder](#setup)

<figure><img src="/files/EKxaLwH8DI5cfg3LwP1O" alt=""><figcaption><p>Elyxir will automatically mention anyone who boosts your server!</p></figcaption></figure>

#### REQUIREMENTS

**Premium Tier** and **Deluxe Tier** subscriptions have full functionality access to this feature.

## Setup&#x20;

In order for this function to work, you need to enable the `Send a message when someone boosts this server` option in the Discord Server Settings.

<figure><img src="/files/frXP4yCMADKoXB6sRjZ3" alt=""><figcaption></figcaption></figure>

Then, just use the [`/booster`](/commands/miscellaneous/booster.md) command and then it's configured!

{% hint style="info" %}
**The default `Message` parameter is:**

`Thank you for boosting the server, {member.mention}`
{% endhint %}

## Parameters

Our custom parameters make it easy to customise your notification embed!

{% code lineNumbers="true" %}

```
{member.mention} - Mention the user who boosted the server
{member.tag}     - The username of the member in format User#0000
{member.id}      - The user id who changed their status
{guild.name}     - The server name where the event was triggered
{guild.id}       - The server id where the event was triggered
{member.username}- The username of the member who boosted the server
```

{% endcode %}

To suggest additional parameters, contact us in our [**discord server**](https://discord.gg/elyxir).

<figure><img src="/files/w0cNUBfF7mI2vaNabIc6" alt=""><figcaption><p><a href="https://zap-hosting.com/deluxe"><strong>Click here to be redirected to our affiliate link!</strong></a></p></figcaption></figure>


---

# 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.elyxir.dev/features/boost-responder.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.
