# Configurations

## What is the config command ?

> This command is like the main control for your entire server. Once this command is executed, apollo sends all the configurations set in your server. This command shows your triggers, winner messages and giveaway configurations. It also lets you enable webhook mode which is completely customisable like the webhook avatar and username. In short this command is the **control panel** for your server.

## Sub commands (buttons) for the Config Module

### Triggers

> Pressing this button will show all the trigger messages that will trigger apollo to send a particular win message. Using this menu you can also add or remove the trigger words.&#x20;
>
> ![](/files/WbUUrt3B0GgTCw5kp1dz)

<figure><img src="/files/0Ph6Coxwt5NALfzqAbTA" alt=""><figcaption></figcaption></figure>

### Win Message

> Pressing this button will show the winner message that has been set on the server. This menu also lets you enable/disable the win message. You can also set a text win message or embed win message using this menu.\
> ![](/files/bLSVdWSLotEJhCr2H8SX)

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

{% hint style="info" %}
You may click the variables button to see the different variables that can be added to your message.\
![](/files/WbUUrt3B0GgTCw5kp1dz)
{% endhint %}

<figure><img src="/files/LHIHg0SwcMN7OWWahJgw" alt=""><figcaption><p>list of triggers that can be used for the win message</p></figcaption></figure>

### Giveaway Config

> Pressing this button shows the message that apollo sends whenever a giveaway is being hosted. You can change this to your liking from the regular message sent by apollo. Pressing this button also shows the preview of the current embed that has been set for giveaway messages!![](/files/2Z0VaWeDHj0ogvK7k7G8)

<div><figure><img src="/files/ctStT18WcQ16OpMNWdpp" alt=""><figcaption><p>replying with a!embed will allow you to edit this message</p></figcaption></figure> <figure><img src="/files/4w9CFKmKwTYBjs8lhcHm" alt=""><figcaption><p>embed editor</p></figcaption></figure></div>

<figure><img src="/files/pheuvufCHBVva3oUne53" alt=""><figcaption><p>confirmation message with multiple options as you press "finish" on the embed editor shown above</p></figcaption></figure>

{% hint style="warning" %}
This is a premium feature, to enable it please refer to the [premium tab](/premium.md)
{% endhint %}

### Webhook Mode

> Pressing this button will allow you to enable/disable and edit the webhook that apollo will send for a win message. This feature allows you to use webhooks instead of using the bot to send the winner message.\
> ![](/files/b9gd0EG9al9ZWbABewJw)

<figure><img src="/files/1qK3QqdBEaPKaqgGc4zI" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
This is a premium feature, to enable it please refer to the [premium tab](/premium.md)
{% endhint %}

{% hint style="info" %}
**Syntax usage:**

`<>` = Required argument (mandatory and must be included)

`[]` = Optional argument (not necessary to be included)
{% 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.apollo-bot.xyz/guides/configurations.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.
