> 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/features/features.md).

# Features

#### Interactive World Map

Explore 10 world-famous museums:

\~ Smithsonian Institution (Washington DC)

\~ The Louvre (Paris)

\~ The Vatican Museums (Vatican City)

\~ Metropolitan Museum (New York City)

\~ British Museum (London)

\~ Tokyo National Musuem (Tokyo)

\~ Egyptian Museum (Cairo)

\~ State Hermitage Museum (St. Petersburg)

\~ National Museum of China (Beijing)

\~ Apartheid Museum (Johannesburg)

#### How it works:

Click any museum marker to learn more and start earning rewards.

<figure><img src="/files/8kiqGx22bkxX7p1e7MHZ" alt=""><figcaption></figcaption></figure>

#### Digital Passport

Track your museum exploration journey:

\~ XP Progress Bar: See how close ou are to the next level

\~ Stamp Collection: Visual grid of earned stamps

\~ Museums Visited: Track progress (x/10)

\~ Current Levels:

{% stepper %}
{% step %}

### Toursit &#x20;

{% endstep %}

{% step %}

### Explorer

{% endstep %}

{% step %}

### Curator

{% endstep %}

{% step %}

### Lengend

{% endstep %}
{% endstepper %}

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

#### AI Museum Guide

Ask questions about any museum:

\~ Powered by Google Gemini

\~ Get instant, contextual answers

\~ Learn about artworks, history, architecture

\~ Personalized to each museum&#x20;

**Example Questions:**

> "What's the most famous artwork here?"
>
> "When was this museum founded?"
>
> "What should I see first?"

<figure><img src="/files/8hZNCsA53fV4ohZu1gRe" alt=""><figcaption></figcaption></figure>

#### Interactive Quizzes&#x20;

Test your knowledge:

\~ 5 questions per museum&#x20;

\~ Multiple Choice format

\~ Must score 80%+ to earn stamp

\~ Earn 25 XP for passing&#x20;

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

#### Global Leaderboard

Compete with explorers worldwide:

\~ See top 10 users

\~ Compare XP, level, museums visted

\~ Motivates continue engagement

\*\*Screenshot of leaderboard\*\*

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

#### Historical Context

Learn about each museum's founding:

\~ Year it was established

\~ Historical events from that time&#x20;

\~ Cultural significance


---

# 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/features/features.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.
