# Commands

**Prefix:** `/`

### Admin Commands:

* `add-staff` - Add a role to access server commands.
* `remove-staff` - Remove a role's access to server commands.
* `list-staff` - View all of the assigned staff roles.
* `blacklist` - Blacklist a member or a role's members from the bot.
* `whitelist` - Whitelist a member or a role's members to use the bot.

### Server List Commands:

* `add-servertask` - Add a task to the server list.
* `edit-servertask` - Edit a task on the server list.
* `remove-servertask` - Remove a task from the server list.
* `view-serverlist` - View all of the tasks from the server list.
* `create-assignment` - Create an assignment for a staff member to complete.
* `complete-assignment` - Mark an assignment as completed.
* `view-assignments` - View your assignments or for another member.

### User List Commands:

* `add-list` - Add a list to your personal lists.
* `add-task` - Add a task to one of your personal lists.
* `edit-task` - Edit a task on a personal list.
* `move-task` - Move a task from one personal list to another.
* `remove-task` - Remove a task from one of your personal lists.
* `view-lists` - View all of your personal lists.
* `view-list` - View the tasks of a personal list.
* `edit-list` - Edit the name of a personal list
* `remove-list` - Remove a personal list.
* `create-reminder` - Create a personal reminder.
* `delete-reminder` - Delete a personal reminder.
* `view-reminders` - View your personal reminders.

### Miscellaneous Commands:

* `help` - View all bot commands.
* `ping` - View the latency of the bot and API.
* `info` - View bot information.
* `stats` - View the statistics of the bot.
* `invite` - A link to invite the bot.
* `privacy` - Privacy policy of the bot.
* `debug` - Debug the bots required permissions.
* `report-bug` - Report a bug or anything related to the bot.
* `suggest` - Suggest a feature for the bot.
* `vote` - Links to vote for the bot.
* `voted` - Check when you or others last voted.
* `votes` - View all of the bot voters.
* `rate` - Rate the bot on various bot lists.
* `reviews` - Look at the bot's reviews from Void Bots.


---

# 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://todo.utilibots.co.uk/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.
