# Commands

Curve's Moderator commands offer a comprehensive suite of tools designed to help moderators efficiently manage discussions. These commands enable moderators to silence disruptive participants, remove inappropriate content, and adjust user permissions as needed to ensure a smooth and respectful interaction. Additionally, they can initiate or conclude polls, and facilitate participant entry and exit from discussions to promote an organized and productive environment.

{% embed url="<https://curvebot.xyz/dashboard>" %}

## Utility Commands

<table><thead><tr><th width="208">Command</th><th>Permission Needed</th></tr></thead><tbody><tr><td>?invite</td><td>Member / No Permissions</td></tr><tr><td>?dashboard</td><td>Member / No Permissions</td></tr><tr><td>?analyse [text/image]</td><td>Member / No Permissions</td></tr><tr><td>?whois</td><td>Member / No Permissions</td></tr><tr><td>?server</td><td>Member / No Permissions</td></tr><tr><td>?avatar</td><td>Member / No Permissions</td></tr><tr><td>?membercount</td><td>Member / No Permissions</td></tr></tbody></table>

## Moderation Commands

<table><thead><tr><th width="164">Command</th><th>Permission Needed</th></tr></thead><tbody><tr><td>?warn</td><td>Moderate Member</td></tr><tr><td>?mute</td><td>Moderate Member</td></tr><tr><td>?kick</td><td>Kick Member</td></tr><tr><td>?ban</td><td>Ban Member</td></tr><tr><td>?nick</td><td>Moderate Member</td></tr><tr><td>?unban</td><td>Ban Member</td></tr><tr><td>?unmute</td><td>Ban Member</td></tr></tbody></table>

## Security Commands

<table><thead><tr><th width="173">Command</th><th></th></tr></thead><tbody><tr><td>?quarantine</td><td>Quarantine Member</td></tr><tr><td>?restore</td><td>Restore Member</td></tr><tr><td>?panic</td><td>Perform Lockdown</td></tr><tr><td></td><td></td></tr></tbody></table>

## Role Commands

<table><thead><tr><th width="216">Command</th><th align="center">Permission Needed</th><th align="center">Usage</th></tr></thead><tbody><tr><td>?role add</td><td align="center">Role Commands</td><td align="center"><img src="/files/XG8WGh1J7bw0Uv17M5oF" alt="" data-size="original"></td></tr><tr><td>?role remove</td><td align="center">Role Commands</td><td align="center"><img src="/files/9VzgajrQS1ryiKEd2QMW" alt="" data-size="original"></td></tr><tr><td>?role add @@everyone</td><td align="center">Role Commands</td><td align="center"><img src="/files/R6pzVnfPDPchHB8qBk1p" alt="" data-size="original"></td></tr><tr><td>?role add [role] [role]</td><td align="center">Role Commands</td><td align="center"><img src="/files/GBE2wAz90kzpvbqbl0V6" alt="" data-size="original"></td></tr></tbody></table>


---

# 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://guide.curvebot.xyz/welcome-to-curve/commands.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.
