# Utility Commands

| Command                                        | Example                                                                 | Description                                                         | Notes                                                                                                                     |
| ---------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `?poll <poll text>`                            | `?poll Do you like StickyBot?`                                          | Creates a simple yes/no poll that users can vote on with reactions. | The poll will be a embed so it supports all markdown (including embedded links).                                          |
| `?apoll <question, option1, option2, option3>` | `?apoll What is your favorite color?, Blue, Red, Green, Purple, Yellow` | Created a multiple choice poll.                                     | <p>The poll will be a embed so it supports all markdown (including embedded links).</p><p>Supports up to 7 options.</p>   |
| `?userinfo <@user>`                            | `?userinfo @user`                                                       | Get info on a user in the server.                                   | `<@user>` can be a mention, user ID, or left blank to get your own user info.                                             |
| `?serverinfo`                                  | `?serverinfo`                                                           | Get info on the server.                                             |                                                                                                                           |
| `?embed <text>`                                | `?embed Hello world!`                                                   | Puts you text into a embed.                                         | <p>The embed color will be the color of StickyBots role.</p><p>Embed supports all markdown including embedded links. </p> |

{% hint style="warning" %}
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/utility-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.
