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

# NPC Gym Leaders

NPC Gym Leaders are progression battles found throughout Lumiose.

Each leader has their own team, theme and place in the Gym Leader order. Defeating them moves you forward through the server's PvE progression.

{% hint style="info" %}
Dynamax Adventures unlock after beating the final Gym Leader.
{% endhint %}

***

### How Gym Leader Progression Works

Gym Leaders are meant to be challenged in order.

If a leader refuses to battle you, it usually means you need to defeat an earlier Gym Leader first. Check their dialogue for more information.

#### Basic Flow

1. Find the Gym Leader NPC
2. Speak to them
3. Challenge them to a battle
4. Defeat their team
5. Move on to the next Gym Leader

### Gym Leader Locations (+ Wildzones)

<figure><img src="/files/4wMIUCbBF145E9h6rUnF" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Each Type icon indicates the location of that Gym Leader.

The Grass Gym Leader is hiding in the bottom right corner, don't miss it!
{% endhint %}

### Gym Leader Order

Gym Leaders must be defeated in the following order:

<table><thead><tr><th width="86.59991455078125" align="right">Order</th><th width="200.4000244140625">Gym Type</th><th width="100.20001220703125" align="right">Level</th></tr></thead><tbody><tr><td align="right">1</td><td>Ice Gym</td><td align="right"><code>13</code></td></tr><tr><td align="right">2</td><td>Fighting Gym</td><td align="right"><code>22</code></td></tr><tr><td align="right">3</td><td>Rock Gym</td><td align="right"><code>26</code></td></tr><tr><td align="right">4</td><td>Bug Gym</td><td align="right"><code>33</code></td></tr><tr><td align="right">5</td><td>Poison Gym</td><td align="right"><code>39</code></td></tr><tr><td align="right">6</td><td>Grass Gym</td><td align="right"><code>45</code></td></tr><tr><td align="right">7</td><td>Electric Gym</td><td align="right"><code>58</code></td></tr><tr><td align="right">8</td><td>Ground Gym</td><td align="right"><code>65</code></td></tr></tbody></table>

{% hint style="info" %}
You must defeat each Gym Leader in order before moving on to the next one.

The rematch Gym Leader teams can be battled in any order.
{% endhint %}

***

### Rematches

After clearing the Gym Leader route, leaders offer rematches.

Rematches are stronger battles for players who want another challenge after progressing further. These can be rechallenged every so often for another chance at unique rewards.

{% hint style="warning" %}
Rematches require all Lumiose Gym Leaders to be defeated first.
{% endhint %}

***

### Why Battle Gym Leaders?

Gym Leaders are part of the main PvE progression.

Beating them can unlock:

* Later Gym Leader battles
* Rematches
* Dynamax Adventures after the final Gym Leader

***

### Tips

* Bring a prepared team before challenging a leader
* If a leader will not battle you, check the Gym Leader dialogue for a hint at who to defeat first
* Rematches are meant to be harder than the first battle
* Beat the final Gym Leader to unlock Dynamax Adventures


---

# 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:

```
GET https://wiki.pokeclash.com/features/npc-gym-leaders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
