> For the complete documentation index, see [llms.txt](https://wiki.cobblemonislands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobblemonislands.com/features/safari-zone.md).

# Safari Zone

The Safari Zone is an area where you can explore, battle, and capture almost any Pokémon you can think of, **except for Legendaries, Mythicals, and certain forms**. It's divided into different zones where you can search for Pokémon based on their type or spawn biome.

{% hint style="info" %}
Use the command `/safari` in-game to teleport to the Safari Zone hub, then walk into any zone portal to start exploring.
{% endhint %}

## Zones

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">DARK ZONE</td><td></td><td><a href="/pages/MQEwfXzpvEhfFZmtffaN">/pages/MQEwfXzpvEhfFZmtffaN</a></td></tr><tr><td align="center">FIRE ZONE</td><td></td><td><a href="/pages/41cf25ee7884118c75f4fc76d713760009f85f8d">/pages/41cf25ee7884118c75f4fc76d713760009f85f8d</a></td></tr><tr><td align="center">ELECTRIC ZONE</td><td></td><td><a href="/pages/fde9be66764a100729a5edb29a794cae584a5ea5">/pages/fde9be66764a100729a5edb29a794cae584a5ea5</a></td></tr><tr><td align="center">ICE ZONE</td><td></td><td><a href="/pages/fe72cce50a39915fd19d2681993293ca32986c4b">/pages/fe72cce50a39915fd19d2681993293ca32986c4b</a></td></tr><tr><td align="center">GRASS ZONE</td><td></td><td><a href="/pages/c1ab7736faf91e44684c357febfba0bad56e15a1">/pages/c1ab7736faf91e44684c357febfba0bad56e15a1</a></td></tr><tr><td align="center"> DESERT ZONE</td><td></td><td><a href="/pages/f028f7109bee637acd9a1fa2681ecfe9658b1023">/pages/f028f7109bee637acd9a1fa2681ecfe9658b1023</a></td></tr><tr><td align="center">FAIRY ZONE</td><td></td><td><a href="/pages/9e681f83f487863c3c4de89940b9336971440c10">/pages/9e681f83f487863c3c4de89940b9336971440c10</a></td></tr><tr><td align="center">WATER ZONE</td><td></td><td><a href="/pages/687dba81d8a5f48a0b42ef23ecc93be6ba1b1825">/pages/687dba81d8a5f48a0b42ef23ecc93be6ba1b1825</a></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://wiki.cobblemonislands.com/features/safari-zone.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.
