> For the complete documentation index, see [llms.txt](https://docs.ritabot.gg/ritabot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ritabot.gg/ritabot-docs/reward-system/what-are-rita-rewards.md).

# What are RITA Rewards

RITA Rewards is our loyalty programme designed to thank subscribers for supporting the continued development and operation of RITA.

Every month you remain subscribed, you'll earn Reward Points based on your subscription tier. These points can then be redeemed for subscription discounts or used to generate a one-month gift subscription for a friend.

Unlike traditional promotional offers that are only available during special events, RITA Rewards is designed to provide ongoing value to every subscriber, rewarding loyalty and long-term support.

## Why Did We Create RITA Rewards?

RITA has grown significantly over the years thanks to the support of our community. Many subscribers have remained with us for months, and in some cases years, helping us continue to develop new features, improve translations, expand language support, and maintain the infrastructure required to keep RITA running.

We wanted a way to recognise that commitment.

RITA Rewards was created to:

* Thank subscribers for their continued support.
* Reward long-term loyalty.
* Provide additional value beyond the subscription itself.
* Give subscribers a simple way to share RITA with friends.

Most importantly, we wanted to ensure that the longer someone supports RITA, the more they benefit from doing so.

## Getting Started

Reward Points are awarded automatically whenever a subscription payment is processed.

You can view your current points balance, available rewards, active reward codes, and redemption history at any time using the `/reward` command.

Reward Points can currently be redeemed for discount codes ranging from 25% to 100% off a subscription, or for a one-month gift subscription code for a new user.


---

# 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.ritabot.gg/ritabot-docs/reward-system/what-are-rita-rewards.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.
