> For the complete documentation index, see [llms.txt](https://hackathon-crew.gitbook.io/welcome-overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hackathon-crew.gitbook.io/welcome-overview/gamification-system/gamification-system.md).

# Gamification System

#### XP:

Earn XP through museum activities:

{% columns %}
{% column width="50%" %}

<details>

<summary><em>Action:</em></summary>

Visit a Museum

Pass quiz (80%+)

Visit all 10 museums

</details>
{% endcolumn %}

{% column width="50%" %}

<details>

<summary><em>XP Earned:</em></summary>

+10 XP

+25 XP

+50 XP bonus

</details>
{% endcolumn %}
{% endcolumns %}

&#x20;  ***Maximum possible XP : 400 XP***

#### ***Levels:***

Your level automatically updates based on total XP:

{% stepper %}
{% step %}

### Tourist (0-49 XP)

Just starting your museum journey&#x20;
{% endstep %}

{% step %}

### Explorer (50-149 XP)

Getting curious aout world culture
{% endstep %}

{% step %}

### Curator (150-299 XP)

Serious museum enthusiast
{% endstep %}

{% step %}

### Museum Lengend (300+ XP)

Ultimate cultural explorer
{% endstep %}
{% endstepper %}

#### Stamps:

***What are stamps?***

Stamps are Digital Collectables earned by passing musuem quizzes.&#x20;

***How to earn?***

1. Visit a museum page&#x20;
2. Take the quiz (5 questions)
3. Sore 80% or higher
4. Recieve unique stamp for that museum&#x20;

***Stamp Stypes:***

&#x20;         **VISITED**: Automatically awarded when clicking a museum

&#x20;          **QUIZ PASSED**: Eaned by passing quiz

Each museum has a unique stamp to collect!

***Progress Tracking***

Your passport shows:

\~ Total XP and current level

\~ Stamps collected (x/10)

\~ Museums visted (x/10)

\~ Visual progress bars

<figure><img src="/files/9T468GZrJsa5iMGKbkiG" alt=""><figcaption></figcaption></figure>


---

# 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://hackathon-crew.gitbook.io/welcome-overview/gamification-system/gamification-system.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.
