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

# Subscription Tiers

Every RivalRyze account starts on the **Free** tier. **Supporter** and **Pro** are paid upgrades that unlock faster syncing, Shop access, and extra perks.

## At a glance

| Feature                                         | Free            | Supporter        | Pro              |
| ----------------------------------------------- | --------------- | ---------------- | ---------------- |
| Connect gaming platforms                        | ✅ All platforms | ✅ All platforms  | ✅ All platforms  |
| Sync frequency                                  | Every 4 hours   | Every hour       | Every 30 minutes |
| Join Contests                                   | ✅               | ✅                | ✅                |
| Host Contests                                   | ✅               | ✅                | ✅                |
| Earn gems                                       | ✅               | ✅                | ✅                |
| Shop access (gift cards, cosmetics, game codes) | ❌               | ✅                | ✅                |
| Priority support                                | ❌               | ❌                | ✅                |
| Price                                           | Free            | *\[pricing TBD]* | *\[pricing TBD]* |

{% hint style="info" %}
*Pricing for Supporter and Pro is shown on the upgrade page in your account. This page will be updated with current pricing soon.*
{% endhint %}

## Why sync frequency matters

RivalRyze checks your connected gaming accounts on a schedule to pull in new achievements, trophies, and stats. The faster the sync, the more responsive your Contest leaderboard is.

* **Free (every 4 hours)** — fine for slow-paced Contests like long-running collection contests.
* **Supporter (every hour)** — keeps the leaderboard fresh during multi-day Contests.
* **Pro (every 30 minutes)** — best for fast-paced races where every minute matters.

{% hint style="success" %}
You can also trigger an **on-demand sync** from your profile at any tier. Use this when you've just unlocked something and want it reflected immediately.
{% endhint %}

## What "Shop access" means

The Shop sells real-world rewards — gift cards for Steam/PSN/Xbox/etc., cosmetics for your RivalRyze profile, and digital game codes — all paid for with gems you've earned playing.

Shop access is exclusive to **Supporter** and **Pro** tiers.

## How to upgrade

1. Open **Account Settings → Subscription**.
2. Pick **Supporter** or **Pro**.
3. Complete checkout.

Your tier upgrades immediately. The next sync will run at the new frequency.

## How to downgrade or cancel

Open **Account Settings → Subscription** and click **Manage subscription**. You can cancel anytime — your tier stays active until the end of your current billing period, then drops to Free automatically.

Gems you've already earned stay in your wallet regardless of tier changes.


---

# 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.rivalryze.com/your-account/subscription-tiers.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.
