> 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/drafts.md).

# Drafts

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><h4>Islands - Npc Battles</h4></td><td><p>Explore the Islands and encounter Trainers to receive incredible rewards</p><ul><li>Unique Battles with different pokebuilds</li><li>Unique rewards with plushies and armors</li><li>Daily and Weekly battles</li></ul></td><td><a href="/files/WK6q7XUWAHO5eqHxK5st">/files/WK6q7XUWAHO5eqHxK5st</a></td><td align="center"><a href="/pages/uwdfyuDE1MkV9GKXbQ9G" class="button primary" data-icon="mountains">Islands</a></td><td><a href="/pages/uwdfyuDE1MkV9GKXbQ9G">/pages/uwdfyuDE1MkV9GKXbQ9G</a></td></tr><tr><td align="center"><h4>Raids</h4></td><td><p>Hourly boss battles with legendary rewards</p><ul><li>Normal, Legendary, and Event raids</li><li>Weekend legendary catches</li></ul></td><td data-object-fit="contain"><a href="/files/XuO1D0ESsdvpv1RLda3a">/files/XuO1D0ESsdvpv1RLda3a</a></td><td align="center"><a href="/pages/07y1q4k8zPbvnPqlBeio" class="button primary" data-icon="tornado">Raids</a></td><td><a href="/pages/07y1q4k8zPbvnPqlBeio">/pages/07y1q4k8zPbvnPqlBeio</a></td></tr><tr><td align="center"><h4>Cobblemon Islands Crates</h4></td><td><ul><li>Core crates, available at any time filled with rare treasures and training bundles for quick progression.</li><li>Monthly crates feature exclusive cosmetics and Pokémon skins designed to match each trainer’s style.</li></ul></td><td data-object-fit="contain"><a href="/files/RNu4DBr7t6SsAnryqyRQ">/files/RNu4DBr7t6SsAnryqyRQ</a></td><td align="center"><a href="/pages/f1xEZPClbeRpexh8XqPu" class="button primary" data-icon="key-skeleton">Crates</a></td><td><a href="/pages/f1xEZPClbeRpexh8XqPu">/pages/f1xEZPClbeRpexh8XqPu</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/drafts.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.
