# System Commands

| Command   | Response                                                                          |
| --------- | --------------------------------------------------------------------------------- |
| bot       | Version and info about the bot                                                    |
| commands  | All available commands                                                            |
| setgame   | Set the current game                                                              |
| settitle  | Set the current title                                                             |
| counters  | Get info about currently active [counters](/commands/system-commands/counters.md) |
| counter   | Add, remove and edit [counters](/commands/system-commands/counters.md)            |
| blacklist | Add, remove and edit [blacklisted ](/features/blacklist.md)words or phrases       |
| points    | Amount of [economybased ](/features/economy.md)points                             |
| syncgame  | Sync current [steamgame](/features/syncgame.md)                                   |
| permit    | Temporarily remove a user from being affected by blacklist or urlfilter           |
| alias     | Add, remove and edit aliases for command                                          |


---

# 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://docu.mrbonkbot.com/commands/system-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.
