# Commands

{% tabs %}
{% tab title="All" %}

| Command                                     | Description                                                                                    |
| ------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| ?approve \<Suggestion ID or Message ID>     | Mark a suggestion as approved.                                                                 |
| ?choice\_dm                                 | Set whether the suggester should be messaged when the outcome of a suggestion has changed.     |
| ?consider \<Suggestion ID or Message ID>    | Mark a suggestion as considered.                                                               |
| ?deny \<Suggestion ID or Message ID>        | Mark a suggestion as denied.                                                                   |
| ?implemented \<Suggestion ID or Message ID> | Mark a suggestion as implemented.                                                              |
| ?info                                       | View some detailed statistics about the bot.                                                   |
| ?invite                                     | Obtain the link to invite the bot.                                                             |
| ?ping                                       | Get the latency between our bot and Discord as well as the latency of the host.                |
| ?prefix \[New Prefix / Reset]               | Change or view the prefix for the server.                                                      |
| ?remove \<Suggestion ID or Message ID>      | Completely delete a suggestion.                                                                |
| ?removedata                                 | Delete data from our database that is relevant to your server.                                 |
| ?suggest \<Suggestion>                      | Suggest something to be sent into the suggestion channel.                                      |
| ?suggestion\_channel \<Channel or remove>   | Set the channel which suggestions will be sent to.                                             |
| ?suggestion\_log \<Channel or remove>       | Set which channel any changes to a suggestion should be logged to.                             |
| ?media                                      | Set whether images should be stored in an image server to keep them consistent on suggestions. |
| ?vote                                       | Obtain the link to vote for the bot on [top.gg](https://top.gg/bot/649535694145847301).        |
| {% endtab %}                                |                                                                                                |

{% tab title="Suggestions" %}

| Command                                     | Description                                                                                    |
| ------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| ?approve \<Suggestion ID or Message ID>     | Mark a suggestion as approved.                                                                 |
| ?choice\_dm                                 | Set whether the suggester should be messaged when the outcome of a suggestion has changed.     |
| ?consider \<Suggestion ID or Message ID>    | Mark a suggestion as considered.                                                               |
| ?deny \<Suggestion ID or Message ID>        | Mark a suggestion as denied.                                                                   |
| ?implemented \<Suggestion ID or Message ID> | Mark a suggestion as implemented.                                                              |
| ?remove \<Suggestion ID or Message ID>      | Completely delete a suggestion.                                                                |
| ?suggest \<Suggestion>                      | Suggest something to be sent into the suggestion channel.                                      |
| ?suggestion\_channel \<Channel or remove>   | Set the channel which suggestions will be sent to.                                             |
| ?suggestion\_log \<Channel or remove>       | Set which channel any changes to a suggestion should be logged to.                             |
| ?media                                      | Set whether images should be stored in an image server to keep them consistent on suggestions. |
| {% endtab %}                                |                                                                                                |

{% tab title="Misc" %}

| Command                                                    | Description                                                                             |
| ---------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| ?info                                                      | View some detailed statistics about the bot.                                            |
| ?invite                                                    | Obtain the link to invite the bot.                                                      |
| ?permissions \<Category \<Role or Member> \[True or False] | Update or view the permissions of a role or member in a certain category.               |
| ?ping                                                      | Get the latency between our bot and Discord as well as the latency of the host.         |
| ?prefix \[New Prefix / Reset]                              | Change or view the prefix for the server.                                               |
| ?removedata                                                | Delete data from our database that is relevant to your server.                          |
| ?vote                                                      | Obtain the link to vote for the bot on [top.gg](https://top.gg/bot/649535694145847301). |
| {% endtab %}                                               |                                                                                         |
| {% endtabs %}                                              |                                                                                         |


---

# 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://astro.polar.blue/other/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.
