> For the complete documentation index, see [llms.txt](https://docs.airwavy.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airwavy.xyz/overview/commands/admin/starboard.md).

# Starboard

The **Starboard** command allows you to set up a system where messages that surpass a certain number of star reactions are sent to a designated channel for recognition.

{% hint style="danger" %}
You need the **ManageGuild** permission to use `/starboard` or `-starboard`.
{% endhint %}

## How to Use

1. **Trigger the Command**\
   You can use the command with either the **slash** or **prefix**:
   * `/starboard`
   * `-starboard`
2. **Select an Option**\
   After triggering the command, you will be prompted to choose one of the following options:

### Status

Enable or disable the starboard feature:

* **Enable**: Activates the starboard system, allowing messages to be sent to the starboard channel when they receive the set number of reactions.
* **Disable**: Deactivates the starboard system.

### Channel

Select the channel where starred messages will be sent once they surpass the set star reaction limit.

### Stars

Set the number of star emoji reactions required for a message to be sent to the starboard channel.

## Additional Information

* Messages that receive the required number of star reactions will be forwarded to the starboard channel automatically.
* Make sure to choose a channel that is easily accessible for users to view the most popular messages.

## Permissions Needed

Ensure you have the **ManageGuild** permission to use this feature.

***

For further assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.airwavy.xyz/overview/commands/admin/starboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
