# Basic configuration

### Invite Apollo to your server:

{% embed url="<https://dsc.gg/apollo-invite>" %}

### Quicksetup some configurations

#### Step 1 - Triggers

> This will set `g!end`, `!gend`, `g!reroll`, `!greroll` astriggers.&#x20;
>
> You can add/remove triggers using `a!trigger add [trigger]` or `a!trigger remove [trigger]`.

#### Step 2 - Win messages

> This will set **Congratulations, `{winner(username)}`! You have `{claim_time}`to claim!** as the win message.&#x20;
>
> You can change it anytime using `a!winmsg set [message]`. Checkout a!vars to check the variables you can use.

#### Step 3 - Claim time

> This will set 10 seconds to claim for everyone as default. You can add claim time to a role using `a!claimtime add [role_id] [time]`.&#x20;
>
> Please note that the total claim time of a member will be the SUM of ALL the claim times of each of the member's roles. So if you have a special role to get Members 13 seconds, add 3s claim time to that role. Apollo will calculate 10s (default) + 3s (role claim time).

#### Step 4 - Final Step

> You have to **MANUALLY TYPE** `a!winmsg enable` to enable the win message.


---

# 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/basic-configuration.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.
