> For the complete documentation index, see [llms.txt](https://castle-support.pocketarena.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://castle-support.pocketarena.com/player-castle-arena/the-map.md).

# The Map

On the map, there are 2 kinds of lands:

* **Mainland:** The land where your castle is built. One castle has only 1 mainland.
* **Colony:** The land with the warrior statue. One castle has many colonies.

If you attack a mainland or colony of an opponent and you win, that land will be added to your list of castle colonies.

![](https://lh4.googleusercontent.com/kI8vChe5IFh7VlSOVFVh7KFB7ggEXe2xxqGH-0LfI93-EDmb17D-0GLxERSfMp5Fw6UP_p7UctG08hBCrbxIldo3UXgTrYUfAkoO6RMntKcfqzGWIeVEnuA8rnMhpwB2NT-Xrg-1)

If your castle mainland is attacked and you are unable to defend it, here’s what will happen: Your castle mainland will be taken by the opponent. If your castle has a colony, the castle will be moved to the nearest colony, and that colony will be the mainland of your castle. If your castle has no colony, you need to attack an opponent in the Forest area in order to assign a mainland for your castle again.

If you attack an opponent in the higher area and you win, your mainland will be moved to the next area. The previous land will then become your colony.

![](https://lh6.googleusercontent.com/G2ILDrLE0fslJw1IzEmZL9HJpEvb69UxZQmJ1iOtC1ynTDbjzFYBgjFuWre5jsk6e3Nly5nymRooIjSG8gGmF_adR3l4iphqqZyY1GtcgCMS9dY9LMrhAbIkOhw0Om8eYRq313ls)

![](https://lh6.googleusercontent.com/E53XJpY7AmmF2-wSC9DMu9S5E8hOtejCk5QRIGYCs6jqST2GCAiq2nvbbLpH_jv4YAKB2UwAd7gAxk5OKfcC3RBNrUpKJQdzJSuYU1R5lc0km_TQ5KIjY2uRhXPBaDOYUBfE3scO)


---

# 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://castle-support.pocketarena.com/player-castle-arena/the-map.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.
