> For the complete documentation index, see [llms.txt](https://docs.looplay.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.looplay.gg/getting-started/core-features/check-in-and-missions.md).

# Check-in and Missions

Consistency is what turns small daily actions into real advantage. These features reward you for simply showing up and playing.

### **📆 Daily Check-in**

The simplest habit on Looplay: log in, claim your reward. Check-in mainly gives Gems and Spin Tickets, and your streak grows every day you show up. The longer the streak, the better the rewards.

### **📜 Missions**

Simple tasks tied to activities across and outside Looplay, designed to be completed naturally through normal usage.

Missions come in three kinds:

* **Daily missions** — reset every day, quick to finish
* **One-time missions** — complete once, rewarded once
* **Special missions** — tied to events in Looplay

Over time, this becomes one of the most reliable ways to grow your Airdrop Points and overall position.

### **🎯 Quests**

Quests run as events. Each one opens for a limited time, and while it's live, you grind toward bigger goals than the everyday tasks, with bigger prizes to match. \
\
Rewards span the full range, from Coins and tickets to Gems and more, so there's always something worth chasing before the window closes. They're the time-boxed pushes: jump on them while they're active.

### **📍 Achievements**

Designed to reward you as you play, stay active, and rack up progress.

Achievements often relate to:

* Time spent playing
* Actions completed in games
* Consistency in gameplay

This creates a direct link between daily activity and long-term advantage.


---

# 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.looplay.gg/getting-started/core-features/check-in-and-missions.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.
