# Utils

Util commands are commands that allow you to moderate messages on your starboards.

| /utils recount  | Recount the reactions on a message (up to 100 per emoji).                 |
| --------------- | ------------------------------------------------------------------------- |
| /utils refresh  | Forcibly update the starboard posts.                                      |
| /utils trash    | Trash a message so it is removed from all starboards.                     |
| /utils untrash  | Untrash a message.                                                        |
| /utils trashcan | Show all trashed messages.                                                |
| /utils freeze   | Freeze a message so that it won't update and can't receive any new votes. |
| /utils unfreeze | Unfreeze a message.                                                       |
| /utils force    | Forcibly send a post to one or more starboards.                           |
| /utils unforce  | Unforce a message from one or more starboards.                            |
| /utils info     | Show useful info for a message.                                           |


---

# 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.starboard.best/docs/utils.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.
