# Manage Settings

Security Bot can be configured through two methods: the web dashboard or slash commands.

## Using the Dashboard

The dashboard provides a visual interface for all settings.

### How to Access

1. Go to [securitybot.gg](https://securitybot.gg/)
2. Click **Login**
3. Click **Authorize** to connect your Discord account
4. Select **Dashboard** (if not automatically redirected)
5. Choose your server from the list

![](https://3518259152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQwAXme9ouKllbB2Vwt%2Fuploads%2FHMeLAU6fHA3F8u8cePyH%2FSecurityLogin.gif?alt=media\&token=2e69cd2b-4a46-4f6a-97a5-4f9943cbd041)

### Dashboard Features

The dashboard allows you to:

* View and modify Anti-Nuke settings (limits, punishments, triggers)
* Manage whitelist entries (users, roles, channels)
* Configure Anti-Raid scores and thresholds
* Enable/disable Beast Mode
* Access Premium features (if subscribed)

## Using Commands

All settings can also be configured using slash commands directly in Discord.

### Quick Reference

| Task                   | Command          |
| ---------------------- | ---------------- |
| View all commands      | `/help`          |
| View current settings  | `/settings`      |
| Set action limit       | `/setlimit`      |
| Set punishment         | `/setpunishment` |
| Enable action trigger  | `/enable`        |
| Disable action trigger | `/disable`       |
| Manage whitelist       | `/whitelist`     |
| Manage permissions     | `/permission`    |

### Getting Help

Use `/help` to see the complete list of available commands with descriptions.

## Which Method Should I Use?

* **Dashboard** - Best for initial setup and viewing all settings at once
* **Commands** - Best for quick changes and on-the-fly adjustments

Both methods sync automatically. Changes made in the dashboard appear in commands and vice versa.


---

# 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.securitybot.gg/getting-started/manage-settings.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.
