# Other Commands

| Command            | Example            | Description                                                                              | Notes                                                                                                                                                                                         |
| ------------------ | ------------------ | ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `?invite`          | `?invite`          | Get the invite link for StickyBot.                                                       |                                                                                                                                                                                               |
| `?support`         | `?support`         | Get the invite to StickyBots Support Server.                                             |                                                                                                                                                                                               |
| `?about`           | `?about`           | Get information about StickyBot.                                                         | Includes GitHub, guild count, shard count, uptime, ping, and more.                                                                                                                            |
| `?permcheck`       | `?permcheck`       | Lets you know if StickyBot has all the perms needed in the channel to function properly. | Needs at least read/send messages perm.                                                                                                                                                       |
| `?premium`         | `?premium`         | Get info and the link for StickyBot premium.                                             |                                                                                                                                                                                               |
| `?disablecommands` | `?disablecommands` | Disables all non-sticky commands.                                                        | <p>Requires "Manage Server" permission to use.</p><p><em>(Some commands will still be enabled such as the help command) (Users with manage messages perm can still use all commands)</em></p> |
| `?enablecommands`  | `?enablecommands`  | Re-enables all non-sticky commands.                                                      | Requires "Manage Server" permission to use.                                                                                                                                                   |

{% hint style="info" %}
These commands require the "Embed Links" and "Manage Messages" permission to work properly.
{% endhint %}


---

# 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://docs.stickybot.info/stickybot/commands/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.
