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

# Extra

The Extra section in claimr provides a powerful set of tools to enhance your campaigns with dynamic activities and rewards. Here you can configure various features to incentivize users, foster engagement, and create a more interactive experience.

<figure><img src="/files/aO75fRFGepFYz0QYW8jV" alt=""><figcaption><p>Events pannel</p></figcaption></figure>

This section includes the following features:

* **Raffles:** Create exciting raffles and giveaways to reward users and generate excitement. Configure the prize, entry requirements (e.g., completing specific tasks), and duration of the raffle.
* [**Daily check-ins**](/extra/daily-check-ins.md)**:** Offer daily events and rewards to encourage regular participation. Configure the reward cycle, XP awarded, and any extra rewards associated with each day.
* [**Challenges**](/extra/challenges.md)**:** Create standalone challenges that run alongside your main campaign, providing additional opportunities for engagement and rewards. Configure the challenge type (tasks count, quests count, tasks set, or quests set), define the requirements, and set the rewards.
* [**Ranks**](/extra/ranks.md)**:** Establish a ranking system to foster friendly competition and motivate users to progress. Define the different ranks, the criteria for achieving each rank, and the associated rewards or benefits.
* [**KOLs**](/extra/kols.md)**:** Incorporate Key Opinion Leaders (KOLs) into your campaigns to leverage their influence and reach a wider audience. Define the KOL's role in the campaign, the tasks or actions they will promote, and any associated rewards or incentives.
* [**Invite codes**](/codes/invite-codes.md)**:** Generate and distribute invite codes to control access to your campaign or reward loyal users. Configure the code generation parameters, distribution methods, and any associated benefits or restrictions.
* [**Gift codes**](/codes/gift-codes.md)**:** Offer gift codes as rewards, providing users with tangible benefits or discounts. Configure the type of gift codes, their value, and the redemption process.


---

# 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.claimr.io/extra.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.
