# Starboard

As a community owner, of course, you always wish to honor and share the well-rated content with everyone, right?

This `$starboard` feature will allow administrators to set up the standard for well-rated posts and a channel to share these contents automatically.

* `$sb set <times> <emoji> <channel>`:&#x20;
  * Set or update a starboard configuration for a single message.&#x20;
  * Then when a message reached the reaction standard, it would be forwarded to the starboard configured channel.

<figure><img src="https://528459403-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnJ8qX0cEj5ph125HugiB%2Fuploads%2FrDxYtR7WrrYcQK25LNhj%2Fimage.png?alt=media&#x26;token=0f3a4c7c-6720-4b9c-b5bb-0fc064e12bfc" alt=""><figcaption></figcaption></figure>

* `$starboard set-chat <start_emoji> <stop_emoji> <channel>`:&#x20;
  * Set or update a starboard configuration for a conversation.&#x20;
  * Then react the first message of a conversation with the start emoji, and the last message with the stop emoji you have set.&#x20;
  * Your favorite conversation and it will be reposted automatically!

<figure><img src="https://528459403-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnJ8qX0cEj5ph125HugiB%2Fuploads%2Fs7IbFa0vTLOZVUsdM0er%2Fimage.png?alt=media&#x26;token=b4d45938-32e2-41ed-906a-8ce37059dc3c" alt=""><figcaption></figcaption></figure>

* `$sb remove`: Remove a starboard configuration.&#x20;
  * Remove a messages bookmark: `$sb remove <emoji>`.
  * Remove a conversation bookmark: `$sb remove <start_emoji`*`> <`*`stop`*`_`*`emoji>`.
* `$sb list`: List all active starboard configurations.

<figure><img src="https://528459403-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnJ8qX0cEj5ph125HugiB%2Fuploads%2FCL3LcyFJQXRl8WZzg112%2Fimage.png?alt=media&#x26;token=c3900f6e-c728-4c0f-b1cc-1433e277b446" alt=""><figcaption></figcaption></figure>

* $sb blacklist: Block messages in a channel from being reposted.
  * `$sb blacklist set`: Set a channel in which messages can't be bookmarked.
  * `$sb blacklist remove`: Remove the blacklist channel.
  * `$sb blacklist list`: List blacklist channel.&#x20;

<figure><img src="https://528459403-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnJ8qX0cEj5ph125HugiB%2Fuploads%2Ff5NkOyIfy5d8qgYvnSDi%2Fimage.png?alt=media&#x26;token=2f3dd45a-f594-4d2f-a2ee-020bcada81fd" 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://mochibot.gitbook.io/mochi-bot/functions/mochi-dao/user-engagement/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.
