# Staff Pins Starboard

A staff-pins starboard is a starboard that only staff can send messages to. If someone without the @Staff role tries to react with 📌, it'll just be removed - but when a staff reacts with it, Starboard will repost the message to your staff-pins starboard.

1. Create a channel called "staff-pins".
2. If you don't have one already, create a @Staff role for all the staff of your server.
3. Run "/starboards create channel: #staff-pins name: staff-pins".
4. Run "/starboards edit requirements starboard: staff-pins self-vote: True required: 1 upvote-emojis: 📌"
5. Run "/permroles create role: @everyone".
6. Run "/permroles edit-starboard permrole: @everyone starboard: staff-pins vote: False".
7. Run "/permroles create role: @Staff".
8. Run "/permroles edit-starboard permrole: @Staff starboard: staff-pins vote: True".


---

# 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/tutorials/staff-pins-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.
