> For the complete documentation index, see [llms.txt](https://docs.warlands.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.warlands.io/whitepaper/tokenomics/nfts/islands-and-monsters.md).

# Islands and Monsters

## Islands

<figure><img src="/files/38Qpfap1BSj0d9k0JJy5" alt="" width="375"><figcaption></figcaption></figure>

Warlands Islands serve as pivotal battlegrounds in the pre-battle phase of every match, introducing players to diverse natural biomes across four distinct islands. Each island hosts a unique ecosystem, populated by three different types of monsters, shaping the strategic landscape and preparing players for the challenges ahead.

Warlands features four diverse islands: Skylarion, PyroSands, Sylvanora, and Frostfell.

\- During the pre-battle phase, players strategically combine islands with different monster types for additional rewards and advantages.

\- Islands maintain a single level and rarity, streamlining gameplay mechanics while still providing strategic depth.

\- Choose your island carefully to leverage its unique resources and gain an edge in the quest for victory.

## Monsters

<figure><img src="/files/y9NrOPy9MRP3WVRUvhGM" alt="" width="375"><figcaption></figcaption></figure>

Monsters are the ultimate adversaries, harnessing abilities fueled by the surrounding biomes and islands to become some of the most dangerous creatures in the game. These formidable foes pose a significant threat to players, utilizing their surroundings to amplify their powers and present a formidable challenge.

In Warlands, each island harbors three distinct types of monsters:&#x20;

* Primitive monsters,&#x20;
* Wardens, and&#x20;
* Titans, the formidable boss of each domain.

<br>


---

# 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://docs.warlands.io/whitepaper/tokenomics/nfts/islands-and-monsters.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.
