# Enrol a player onto your roster

Enrolling players onto your roster can be done easily via the roster page itself. Only Administrators and Managers can enrol players onto the roster.

{% stepper %}
{% step %}

### Click on the rank you'd like to enrol the player onto

Hover over the row you'd like to add the player to and left click. You'll then be shown a dialog to appoint a player.

<figure><img src="/files/438dF6FyMvVKzUaiXiiZ" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on "Appoint a Player" to access the player selector

The player selector will be shown along the right hand side of the screen. From here you can search for members and select which player you'd like to enrol. Once you've made your selection, click on the "Appoint" button at the top right.

<figure><img src="/files/bnJRoIRBK4MtL9MyE7vr" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Player will be added to the roster :tada:

And that's it, the page will refresh and you'll now see the player assigned to that specific rank/callsign. If you have provided a roster announcement channel in Discord, FiveRoster will also post this appointment in that channel.

<figure><img src="/files/wp6I0glpFA17F2n9qTzW" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.fiveroster.com/player-management/enrol-a-player-onto-your-roster.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.
