# Overview

The Exploration Games API is a service for managing mini-games, missions, challenges, and player progress in Decentraland

This service provides a comprehensive system for:

* **Games**: Create and manage mini-games within Decentraland parcels
* **Missions**: Campaign-based mission system with time-gated progression
* **Challenges**: Level and metric-based objectives within games
* **Progress Tracking**: Track player scores, levels, times, and custom game metrics
* **Leaderboards**: View competitive rankings across games
* **Rewards**: Integration with reward system upon mission completion

#### Authentication

Most endpoints require authentication via Decentraland's signature verification middleware. Admin endpoints require additional admin privileges verification.

#### Mission System

The mission system supports two types:

* **mini-games**: Traditional time-gated missions with one active at a time
* **fw-2025**: Fashion Week 2025 missions with special visit tracking

#### Progress Tracking

Player progress includes:

* **score**: Game score metric
* **level**: Current level achieved
* **time**: Time taken (in seconds/milliseconds)
* **moves**: Number of moves made
* **data**: Custom JSON data for game-specific metrics


---

# Agent Instructions: 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:

```
GET https://docs.decentraland.org/apis/apis/exploration-games/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
