> For the complete documentation index, see [llms.txt](https://rr-wiki.novacantium.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rr-wiki.novacantium.co.uk/ranks.md).

# Ranks

## **Free Ranks:**

<details>

<summary><mark style="color:$success;"><strong>Newcomer</strong></mark></summary>

After successfully completing your whitelist application, you become a newcomer to our server. We encourage you to take your time learning how our server works and getting to know our community.&#x20;

Generally, after a few days of voting, you will become a member, which will grant you some new perks such as access to our shopping islands.

</details>

<details>

<summary><mark style="color:green;"><strong>Member</strong></mark></summary>

A fully integrated player in our community, gaining some new perks and access to special areas on the server, **along with access to claim our free weekly and monthly keys/rewards.** We encourage members to help any newcomers and make them feel welcomed to the server!

</details>

## **Paid Ranks:**

We have opened up paid ranks for any of our lovely community who wishes to help support our server funds. As a thank you, we have granted some additional QoL and cosmetic perks.&#x20;

We always welcome feedback regarding our supporter ranks in order to make sure they are fair and what the community wants.

<details>

<summary><mark style="color:$warning;"><strong>Gold</strong></mark></summary>

**Cost:**  £4.99

**Commands Unlocked:**

* /explosion
* /death
* /onomatopoeia

</details>

<details>

<summary> <mark style="color:blue;"><strong>Diamond</strong></mark></summary>

**Cost:**  £9.99

**Commands Unlocked:**

* /explosion
* /death
* /onomatopoeia

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rr-wiki.novacantium.co.uk/ranks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
