# Starboard

This works similarly to the "Pinned messages" feature built in discord without needing the `Manage Messages` permission.&#x20;

To enable the starboard system, go to your server's dashboard, you can access it with the `/dashboard` command on your server or go to <https://flavibot.xyz/dashboard/> then select Starboard under Engagement, like the image below:

<figure><img src="/files/GeNuL8unTOvqku5K9wGZ" alt=""><figcaption></figcaption></figure>

To create a suggestion configuration click `Add starboard`

<figure><img src="/files/CJZV2UYut0OCne4SqQTs" alt=""><figcaption></figcaption></figure>

It will ask you how to name the starboard configuration, this will be used only in the dashboard to recognise which configuration is which if you create multiple.

<figure><img src="/files/X897PFmnaggSwfhdy65d" alt=""><figcaption></figcaption></figure>

Click `Yes` to confirm the name of the panel.

Click `Edit` to then enter the config of the ticket panel.

<figure><img src="/files/MRy48WwuIYPBM49ZJXKQ" alt=""><figcaption></figcaption></figure>

You will be met with a simple configuration for your starboard.

<figure><img src="/files/DffqnuP0tQNxRDyFR53x" alt=""><figcaption></figcaption></figure>

Enable it by clicking the switch at the top right and select the channel where you want your starred messages to be sent to.

<figure><img src="/files/QTso9Xl916XYSplPpvdI" alt=""><figcaption></figcaption></figure>

To "star" a message, just react with the ⭐emoji on a message, starting from 2 reactions the message will be sent to the configured channel and will updated the message if more ⭐ reactions are added

A starred message will look like this:

<figure><img src="/files/uORmp4ebfFe8aiOoD07h" alt=""><figcaption></figcaption></figure>


---

# 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://guide.flavibot.xyz/d/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.
