# Fast Setup

## Step-by-step

{% hint style="info" %}
This guide is old and out-of-date. Please note that there may have been changes made to some of the processes in order to set up the bot.
{% endhint %}

### 1. Type `!setup`

Once you have [invited ServerMate](https://dlnbots.github.io/servermate/invite) to your server, simply type `!setup` to begin the setup process for your server!

{% hint style="warning" %}
If you receive an error message, please make sure that ServerMate has the correct permissions in your server
{% endhint %}

### 2. Set your bump channel

Create & set your new bump channel by responding to the bot with the new `#channel` that you have just created. We recommend naming the new channel `#bump`

### 3. Submit your bump message

The bot will next ask you what bump message your server should be. Please reply to the bot with the bump message you wish to be used

{% hint style="info" %}
All bump messages **must** be between 20 - 1024 characters in length
{% endhint %}

### 4. Change the embed bar colour

The bot will then ask you if you would like a custom #HEX colour for your bump message, if you aren't interested in this, then simply reply with `skip`. If you want to change the colour, reply to the bot with the custom #HEX colour you wish to use.

{% hint style="info" %}
\#HEX colours are relatively simple and easy to use. To easily select the colour you wish, we suggest that you visit [this website](https://duckduckgo.com/?q=color+picker\&ia=answer), select the colour that you want and then copy the field beginning with # into your Discord chat and send it.
{% endhint %}

### 5. `!bump` your server

After completing all of the above, you should be met with a confirmation message, after this; you are free to `!bump` your server as you wish. Enjoy!

**Now you have a basic bump message,** you can now upload your own cool server graphics onto your bump message, check out this guide to learn how\...

{% content-ref url="/pages/-LS5eWTkoYPWgj8FDHtH" %}
[Bump Banner](/servermate/general/bump/banner.md)
{% endcontent-ref %}

## Common Errors

`You do not have the permissions for this action` You require the `Administrator` permission attached to your role in order to change ServerMate's settings, confirm that you have this permission and then try again

`Bump message is too short` Your bump message is too short to be accepted, please make it at least 20 characters long

`Setup has timed out` You took too long to respond to the prompt, so it has cancelled your command. Try again using the `!setup` command


---

# 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://devlinbots.gitbook.io/servermate/general/fast-setup.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.
