# Get Started (Premium)

Premium gives you the complete SecurityBot toolkit with no limits. Follow these steps to purchase and configure.

***

## 1. Purchase a Subscription

1. Go to [securitybot.gg/dashboard](https://securitybot.gg/dashboard)
2. Log in with your Discord account
3. Select the server you want to protect
4. Choose **Monthly** ($20/mo) or **Annual** ($200/yr, save 17%)
5. Complete checkout through Stripe

Your server is upgraded instantly after payment.

{% hint style="info" %}
Each Discord server requires its own subscription. You can manage all your subscriptions from the dashboard.
{% endhint %}

## 2. Invite SecurityBot

If you haven't already, invite SecurityBot to your server using the link on [securitybot.gg](https://securitybot.gg). Grant **Administrator** permission when prompted.

## 3. Position the SecurityBot Role

In your Discord server settings, go to **Roles** and drag the **SecurityBot** role above the roles it needs to manage.

## 4. Run the Setup Wizard

Type `/setup` in any channel. The wizard walks you through the full configuration:

* Setting staff roles (admin and moderator)
* Choosing a log channel
* Configuring all chat filters (links, addresses, handles, invites)
* Setting up ignored channels and categories
* Loading preset allowlists for common trusted domains
* Enabling CAPTCHA verification
* Configuring bot purging (auto-remove unverified users)

The full wizard covers all 15 configuration steps so you get the most out of every feature.

## 5. What You Get

With Premium, your server has access to everything:

* **Full scammer auto-ban** - Known scammers are automatically banned on join, plus you can flag new scammers with `/scammers flag`
* **Unlimited chat filters** - No daily cap on filtered actions
* **Unlimited allowlists** - Add as many trusted domains, addresses, handles, and invites as you need
* **User filters** - Block suspicious nicknames, protect team member avatars, filter by account age
* **Channel locks & 2FA** - Password-protect critical channels and require 2FA for sensitive operations
* **Bot purging** - Automatically remove unverified users every 30 minutes
* **Webhook monitoring** - Detect and log suspicious webhook activity
* **CAPTCHA verification** - Same as free tier
* **Activity logging** - Comprehensive logging of all SecurityBot actions

***

## What to Explore Next

* [Chat Filters](/securitybot-knowledge-hub/bot-guide/chat-filters.md) - Fine-tune your content filtering
* [Scam Prevention](/securitybot-knowledge-hub/bot-guide/scam-prevention-features.md) - Configure auto-ban, purging, and channel locks
* [Anti-Impersonation](/securitybot-knowledge-hub/bot-guide/anti-impersonation-tools.md) - Set up nickname blocking and avatar protection
* [Command Reference](/securitybot-knowledge-hub/command-reference/command-reference.md) - Full reference for every slash command

***

## Looking for the Free Option?

SecurityBot also has a free tier with essential protection. See the [Get Started (Free)](/securitybot-knowledge-hub/usage/get-started-free.md) guide or [compare plans](/securitybot-knowledge-hub/plans-and-pricing/plans-and-pricing.md).


---

# 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://securitybot.gitbook.io/securitybot-knowledge-hub/usage/get-started-premium.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.
