> 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/usage-and-commands/reward-claim.md).

# /reward claim

{% hint style="info" %}
If you need help at any point join our [**Discord Server**](https://discord.gg/mgNR64R) and someone will help you.
{% endhint %}

## Slash Command

`/reward claim`

## Usage

<figure><img src="/files/IETgPhGFGYVDTVfyYpLL" alt=""><figcaption></figcaption></figure>

### Generate code&#x20;

This creates a one-time discount code you can use later or share with someone else.

<figure><img src="/files/JbMEuL9lTMFzFy2uzdtf" alt=""><figcaption></figcaption></figure>

* **Discount selector**: Choose 25%, 50%, 75%, or 100% (based on available points).
  * Only discount avaliable to you based on the number of points you have will be shown.&#x20;

<figure><img src="/files/3PEPxLWDSW6fKcL754bG" alt=""><figcaption></figcaption></figure>

### &#xD;Apply to my subscription

This tries to apply a one-time discount directly to your active subscription. The discount is applied on the next generated bill.

* **Subscription selector**: Choose which active subscription gets the discount.

<figure><img src="/files/G8DnAUcNnoOkEvVrBZXd" alt=""><figcaption></figcaption></figure>

* **Discount selector**: Choose 25%, 50%, 75%, or 100% (based on available points).
  * Only discount avaliable to you based on the number of points you have will be shown.&#x20;

<figure><img src="/files/3PEPxLWDSW6fKcL754bG" alt=""><figcaption></figcaption></figure>

* **Email input**: Security check to confirm account ownership before applying.

<figure><img src="/files/5je2uDQhiHR30NjCNDQk" alt=""><figcaption></figcaption></figure>

* **User ID display**: Confirm the request is tied to the correct Discord account.

<figure><img src="/files/1ucOdJA2nX9O2XQmdw6Z" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/GBs2iy0cR0WTdxwkCa8H" alt=""><figcaption></figcaption></figure>

## Output

<figure><img src="/files/AlwpqQs0PYHjXy6GLF9R" alt=""><figcaption></figcaption></figure>

The above output will be shown if you apply a discount to a active subscription, This will confirm the following details.&#x20;

* Discount % used
* Subscription ID
* Points spent
* Remaining points
* Tracking code
* Record/expiry date

## Errors

If you are given an error then please reach out to support, however here are some of them

* Not enough points for selected discount
  * No discount options will be shown.
* No eligible active subscription found
  * No subscription will be shown on the section screen.
* 90-day reward cooldown not passed & Active reward code already exists

<figure><img src="/files/pULxRToPGv79o3Zb1Uq6" alt=""><figcaption></figcaption></figure>

* 100% reward 180-day cooldown not passed
* Subscription already has a discount

<figure><img src="/files/XSPk7slhhWkE309FD11U" alt=""><figcaption></figcaption></figure>

* Account/email validation failed

<figure><img src="/files/zwuwVh4uCmIQLyOZKZXu" alt=""><figcaption></figcaption></figure>

* Other Error's

<figure><img src="/files/R5YW5a5mbMus4E5NFjXq" alt=""><figcaption></figcaption></figure>

## FAQ

<details>

<summary>What is the difference between Generate code and Apply to my subscription?</summary>

Generate code gives you a code to redeem later. Apply to my subscription applies directly to an eligible active subscription.

</details>

<details>

<summary>When are points deducted?</summary>

Immediately after the claim/apply action succeeds.

</details>

<details>

<summary>Can I claim rewards back-to-back?</summary>

No. There is a 90-day cooldown between reward claims, and 100% rewards have a 180-day cooldown.

</details>

<details>

<summary>Can I apply if I already have a discount on the subscription?</summary>

No. Existing subscription discounts block reward apply.

</details>

<details>

<summary>Does applying work on inactive subscriptions?</summary>

No. The subscription must be active and eligible.

</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://docs.ritabot.gg/ritabot-docs/reward-system/usage-and-commands/reward-claim.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.
