> 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/new-islanders-information/cobblemon-islands-faq/pokemons.md).

# Pokemons

<details>

<summary>Where can I EV train my pokemons?</summary>

**EV Training** helps make your Pokémon stronger by boosting specific stats like Speed, Attack, or HP.

We don’t have a dedicated EV training zone, **but you’ve got everything you need through items!**

You can get **Training Bundles** from:

* **Voting Crate Keys**
* **Pokécrate Keys**

These bundles include the items you need to boost your Pokémon’s EVs quickly and efficiently.

&#x20;**What’s Inside a Training Bundle?**

Items to help you train your Pokémon's EVs, such as:

* Vitamins (like Protein, Iron, etc.)
* Power items
* Helpful tools to make EV training faster and easier!

</details>

<details>

<summary>How to know if a shiny pokemon spawned</summary>

There's a loud sound queue, it sounds "sparkly"\
&#x20;When a shiny spawns they would have a little star next to their image on the minimap

{% hint style="warning" %}
if the pokemon doesn't have a sprite (white dot in map) you would have to go and find the pokemon to know
{% endhint %}

</details>

<details>

<summary>What to do if my pokemon disappears?</summary>

If your pokemon disappear, make a ticket in the discord in the #Create Ticket channel, under the reimbursements tab with any knowledge or proof of your pokemon&#x20;

{% hint style="danger" %}
Please make sure to screenshot any important pokemon and items!
{% endhint %}

</details>

<details>

<summary>How to Mega Evolve</summary>

</details>

<div><figure><img src="/files/K9olBXS1HNnZMiIXBnz8" alt="" width="188"><figcaption><p><a href="https://modrinth.com/modpack/cobblemon-island">Modrinth</a></p></figcaption></figure> <figure><img src="/files/fQcnwMnJDafx4zCSxp3o" alt="" width="188"><figcaption><p><a href="https://www.curseforge.com/minecraft/modpacks/cobblemon-islands">CurseForge</a></p></figcaption></figure> <figure><img src="/files/ABdcPbfcSAN3Rym1yREv" alt="" width="188"><figcaption><p><a href="https://discord.com/invite/cobblemonislands">JoinUs In Discord</a></p></figcaption></figure></div>


---

# 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/new-islanders-information/cobblemon-islands-faq/pokemons.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.
