> For the complete documentation index, see [llms.txt](https://meversedex.gitbook.io/pocketbattlesnftwar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meversedex.gitbook.io/pocketbattlesnftwar/pocket-battles/game-system/campaign.md).

# Campaign

* **Total Stage : 1 \~ 10,000 LVL**
* #### Single play mode to earn coin, experience, diamonds, and hero/soldier shard
* #### Strategic combat experience in backgrounds such as beaches, canyons, deserts, mining areas, and glacial areas

## World Stage

<table><thead><tr><th width="150" data-type="number">No.</th><th align="center">Stage</th><th align="center">LVL</th></tr></thead><tbody><tr><td>1</td><td align="center">SunKiss Beach</td><td align="center">1 - 15 LVL</td></tr><tr><td>2</td><td align="center">Sailor's Wharf</td><td align="center">16 - 30 LVL</td></tr><tr><td>3</td><td align="center">Goldrush Creek</td><td align="center">31 - 50 LVL</td></tr><tr><td>4</td><td align="center">Tune Town</td><td align="center">51 - 80 LVL</td></tr><tr><td>5</td><td align="center">Graveville</td><td align="center">81 - 130 LVL</td></tr><tr><td>6</td><td align="center">Aztec Temple</td><td align="center">131 - 180 LVL</td></tr><tr><td>7</td><td align="center">Castle of Kings</td><td align="center">181 - 230 LVL</td></tr><tr><td>8</td><td align="center">Barren Land</td><td align="center">231 - 280 LVL</td></tr><tr><td>9</td><td align="center">Mineland</td><td align="center">281 - 330 LVL</td></tr><tr><td>10</td><td align="center">Rainbow Fall</td><td align="center">331 - 420 LVL</td></tr><tr><td>11</td><td align="center">Mystical Forest</td><td align="center">421 - 530 LVL</td></tr><tr><td>12</td><td align="center">Wolford's Port</td><td align="center">531 - 700 LVL</td></tr><tr><td>13</td><td align="center">Lake of Eldon</td><td align="center">701 - 900 LVL</td></tr><tr><td>14</td><td align="center">City of Elin</td><td align="center">901 - 1100 LVL</td></tr><tr><td>15</td><td align="center">Dragon's outland</td><td align="center">1101 - 1300 LVL</td></tr><tr><td>16</td><td align="center">Storm Gate</td><td align="center">1301 - 10000 LVL</td></tr></tbody></table>


---

# 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://meversedex.gitbook.io/pocketbattlesnftwar/pocket-battles/game-system/campaign.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.
