# Edition

Individualize your WunderPass. Starting with 100 City Editions that move up to the next parent edition based on availability.

```
We define editions based on geographic locations:

City  →  Country  →  Continent  →  World   

Each edition has a cap and a 
parent edition. Once the cap is reached, the parent edition is minted. Only the 
uppermost parent does not have a cap.   

***Example of an Edition Chain:***

Berlin  →  Germany  →  Europe  →  World 

Rules:

-   Editions are not collectively exhaustive from the beginning and will be 
increased with time. 

-   The *City Edition* is capped at **100**.  

-   The *Country Edition* is capped at **10,000**.  

-   The *Continent Edition* is capped at **1,000,000**.  

-   The uppermost parent is the *World Edition* and doesn't have a cap.
```


---

# 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.wunderpass.io/wunderpass-nft/edition.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.
