> 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/bot-guide/administering-securitybot/securitybot-admin.md).

# SecurityBot Admin

Anyone with this role can adjust **all SecurityBot settings**, except the admin role assignment itself. Users with Discord’s **Administrator** permission also inherit these privileges automatically.

{% hint style="danger" %}
**Use with caution:**\
Only assign this role to very trusted team members — misuse could disable critical scam-prevention controls, leaving your community vulnerable.
{% endhint %}

***

### Set the Admin Role

Use this slash command to designate a SecurityBot admin role:

```
/settings admin_role [role]
```

**Example:**

```
/settings admin_role role:@Team
```

Only users holding this role (or Discord’s Administrator permission) can modify SecurityBot’s configuration.

***

### Why It Matters

* **Secure configuration**\
  Ensures only trusted staff can change critical settings.
* **Prevents misuse**\
  Reduces risk of settings being disabled or altered by mistake or malicious intent.

***

If you're ready, next up is configuring moderator permissions see the [SecurityBot Mod](/securitybot-knowledge-hub/bot-guide/administering-securitybot/securitybot-mod.md) section in the Administering guide.


---

# 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:

```
GET https://securitybot.gitbook.io/securitybot-knowledge-hub/bot-guide/administering-securitybot/securitybot-admin.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.
