# Position-based Award Roles

Position-based Award Roles (referred to as PosRoles) are roles that have a limited "membership." For each role, you can set a number of members, and Starboard will automatically assign these roles based on a members position on the leaderboard. For example, you might have something like this:

* @Super Star: 1 member
* @Bright Star: 10 members
* @Star: 100 members

This would mean that the first person on the leaderboard would receive the @Super Star role, the next 10, the @Bright Star role, and the next 100, the @Star role.

## Commands

| /posroles set-max-members | Create a PosRole, and/or set the maximum members for it. |
| ------------------------- | -------------------------------------------------------- |
| /posroles delete          | Delete a PosRole.                                        |
| /posroles clear-deleted   | Delete all PosRoles where the Discord role was deleted.  |
| /posroles view            | View all your PosRoles.                                  |
| /posroles refresh         | Refresh the PosRole assignments for your server.         |


---

# 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/docs/award-roles/position-based-award-roles.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.
