> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/f.a.q./events/8.-what-is-a-puzzle-event.md).

# 8. What is a Puzzle Event?

{% hint style="info" %}
Complete tasks and earn rewards! Each completed task will grant you a random reward.

Completing tasks also fills the progression bar. All tasks hold equal value, earning you 1 point each. The progression bar is divided into several levels, and upon reaching each level, you will receive a reward.
{% endhint %}

The Puzzle Event involves completing certain tasks to open random puzzle pieces in a large puzzle. Completing all or nearly all tasks will grant you all the puzzle pieces, which come with rewards, as well as a complete puzzle picture.

However, the rewards from puzzle pieces aren't the only ones you can earn in this event! \
There is also a progression bar at the top of the Puzzle Event page, where you can see how many tasks you’ve completed, how many are left, and what additional rewards you’ll earn along the way. Typically, Puzzle Events feature 12 to 16 tasks, with rewards given at certain milestones (for example, there may be rewards for completing 4, 8, 12, and 16 tasks). As you complete each milestone, you'll receive valuable Miners or Racks!

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

In this way, you earn rewards both from the progression bar and the puzzle pieces by completing the tasks on your left!


---

# 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://faq.rollercoin.com/rollercoin/f.a.q./events/8.-what-is-a-puzzle-event.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.
