# Introduction

{% hint style="info" %}
Prefix is `;` by default, you can change it by using `;prefix (symbol)` to your desire.
{% endhint %}

### Getting started

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Setting up Welcome &#x26; Leave</strong></mark></td><td>Create, Edit and setup Welcome &#x26; Leave Systems</td><td></td><td></td><td><a href="get-started/welcome-and-leave">welcome-and-leave</a></td><td></td></tr><tr><td><mark style="color:blue;"><strong>Protect your Server</strong></mark></td><td>Setup and Protect your Server with Antinuke</td><td></td><td></td><td><a href="security-setup/antinuke">antinuke</a></td><td></td></tr><tr><td><mark style="color:blue;"><strong>Temporary voice channels with VoiceMaster</strong></mark></td><td>Setup VoiceMaster to allow members to create custom temporary voice channels</td><td></td><td></td><td><a href="server-setup/voicemaster">voicemaster</a></td><td></td></tr><tr><td><mark style="color:blue;"><strong>Work against Spam with Automod</strong></mark></td><td>Setup and moderate your chats with Automod rules</td><td></td><td></td><td><a href="security-setup/automod">automod</a></td><td></td></tr></tbody></table>

{% hint style="danger" %}
These docs are not fully finished.
{% 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.serenity.wtf/introduction.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.
