# /setup

{% hint style="success" %}
**Available on all tiers** — The setup wizard adjusts its steps based on your tier. Free tier servers skip Premium-only configuration steps.
{% endhint %}

Launches the interactive setup wizard that guides you through the full SecurityBot configuration process. This is the recommended way to configure SecurityBot when first adding it to your server.

***

## Usage

```
/setup
```

### Example

```
/setup
```

SecurityBot presents a splash embed with setup options. The wizard walks you through configuration in stages using interactive buttons, modals, and select menus.

***

## What the Wizard Covers

The setup wizard guides you through configuring:

* Staff roles (admin, moderator, exempt)
* Log channel
* All filter types (name, avatar, link, address, handle, invite)
* Ignored channels and categories
* Verification settings
* Purge settings

{% hint style="info" %}
You can also configure each of these settings individually using their respective commands (`/roles`, `/settings`, `/chat_filters`, `/user_filters`, `/verification`). The setup wizard simply bundles them into a single guided flow.
{% endhint %}

***

## Permissions

**Administrator** -- Requires Discord ADMINISTRATOR permission (not just the SecurityBot admin role).


---

# 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/command-reference/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.
