# Command Reference

- [Command Reference](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/command-reference.md): Quick-reference guide to all SecurityBot slash commands.
- [/chat\_filters](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/chat-filters.md): Manage chat filtering for addresses, domains, handles, invites, and exemptions.
- [/user\_filters](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/user-filters.md): Block nicknames, protect avatars, and configure account age filtering.
- [/roles](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/roles.md): Configure SecurityBot's permission roles for your server.
- [/settings](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/settings.md): Configure SecurityBot's core settings including logs, alerts, and 2FA.
- [/scammers](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/scammers.md): Flag users as scammers for server-wide protection.
- [/lock](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/lock.md): Manage channel locks to restrict access with a password or 2FA.
- [/verification](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/verification.md): Configure the member verification system for your server.
- [/setup](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/setup.md): Interactive setup wizard for configuring SecurityBot on a new server.
- [/purge](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/purge.md): Configure and run autopurge to kick unverified members and ban known scammers.
- [/help](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/help.md): Get links to SecurityBot resources and support.
- [/about](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/about.md): View your server's SecurityBot subscription information.
- [Command Migration Guide](https://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/command-migration.md): Mapping of legacy SecurityBot commands to their new equivalents.


---

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