# 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: 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.airwavy.xyz/overview/commands/admin/starboard.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.
