> For the complete documentation index, see [llms.txt](https://securitybot.gitbook.io/securitybot-knowledge-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://securitybot.gitbook.io/securitybot-knowledge-hub/basics/get-securitybot.md).

# Get SecurityBot

SecurityBot offers two tiers so you can start protecting your community right away.

***

## Free Tier ($0)

Add SecurityBot to your server at no cost. The free tier includes:

* Scammer join alerts (log notification, manual action required)
* Chat filters with a 10 actions/day cap
* Limited allowlists (20 links, 5 wallets, 5 invites, 5 handles)
* CAPTCHA verification
* Activity logging

**To get started:** Click "Add to Discord" on [securitybot.gg](https://securitybot.gg), select your server, and run `/setup`.

See the [Get Started (Free)](/securitybot-knowledge-hub/usage/get-started-free.md) guide for step-by-step instructions.

***

## Premium ($20/mo or $200/yr)

Premium unlocks the full SecurityBot toolkit with no limits:

* Full scammer auto-ban + network flagging
* Unlimited chat filters and allowlists
* User filters (nickname blocking, avatar protection, account age)
* Channel locks and 2FA
* Bot purging and webhook monitoring

**To subscribe:** Visit [securitybot.gg/dashboard](https://securitybot.gg/dashboard), log in with Discord, select your server, and choose a plan.

See the [Get Started (Premium)](/securitybot-knowledge-hub/usage/get-started-premium.md) guide for step-by-step instructions.

***

For a full feature comparison, see [Plans & Pricing](/securitybot-knowledge-hub/plans-and-pricing/plans-and-pricing.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://securitybot.gitbook.io/securitybot-knowledge-hub/basics/get-securitybot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
