# Auto Claim

Autoclaim is designed to automatically claim the available reward(s) for the player without the need to click or some interaction.

Is available in two variants:

* JOIN AUTO CLAIM
* LIVE AUTO CLAIM

\
**The reward must be marked as auto-claimable by adding** `included-in-auto-claim: true` **to its config.**

The player also needs to have this type of autoclaim enabled, using the /rw toggle command or in the [settings menu](/configuration/menus/setting-menu.md) if you have created one.\
\
Auto-claim also sets [requirements](/configuration/rewards/reward-features/reward-requirements.md) that if the player does not meet, the reward will not be claimed.


---

# Agent Instructions: 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:

```
GET https://ultimaterewards.athelion.eu/configuration/rewards/reward-features/auto-claim.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
