> For the complete documentation index, see [llms.txt](https://docs.fiveroster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fiveroster.com/premium/how-to-activate-premium.md).

# How to activate premium

We've partnered with Patreon to facilitate premium subscriptions. Upon successfully purchasing premium membership via Patreon, you will be automatically assigned the "Premium" role in the FiveRoster Discord server. This role is crucial for unlocking the benefits of premium on the platform.

**You can purchase premium membership** [**here**](https://patreon.com/fiveroster)**.**

**Note:** You'll need to log out of FiveRoster and log back in after receiving your Premium role for the changes to take effect.

{% hint style="info" %}
Your Patreon account email address and Discord email address must be the same to receive your Premium role automatically in the Discord.
{% endhint %}

### Useful Links & Articles

* [Cancelling a paid membership within Patreon](https://support.patreon.com/hc/en-us/articles/360005502572-Canceling-a-paid-membership)
* [How to link your Discord account with Patreon](https://support.patreon.com/hc/en-us/articles/212052266-Get-my-Discord-role)
* [Any other Patreon related issues or queries](https://support.patreon.com/hc/en-us)


---

# 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://docs.fiveroster.com/premium/how-to-activate-premium.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.
