# NPC Gyms

### 📖 Overview

* There are currently **8 different Gyms**
* Each Gym has its own **level cap** for Pokémon
* Players must adapt their teams to meet each Gym’s requirements

***

### 🖥️ How to Access Gyms

* Use the command: `/gyms`
* Start your journey with the **Grass Gym**
* Progress through gyms as you improve your team

***

### 🥊 Gym Challenges

Gym Challenges are unique objectives that must be completed to earn rewards.\
Each Gym has multiple challenges divided into tiers.

* Completing challenges earns ⭐ **Stars**
* Collect all stars to unlock all rewards

***

### ⭐ Challenge Tiers

#### ⭐ One Star

* Defeat the Gym Leader (**no restrictions**)

***

#### ⭐⭐ Two Star

* Defeat the Gym Leader **without using any items**
* Defeat the Gym Leader using **3 Pokémon or fewer**
* Defeat the Gym Leader **without using a Legendary Pokémon**
* Defeat the Gym Leader **without using any status moves**

***

#### ⭐⭐⭐ Three Star

* Defeat the Gym Leader using **only 1 Pokémon**
* Defeat the Gym Leader **without held items or Mega Evolution**
* Defeat the Gym Leader using **only one Pokémon type**
* Defeat the Gym Leader in **10 turns or less**

***

### 💸 Gym Rewards

Each Gym offers **3 tiers of rewards**:

* ⭐ One Star Rewards
* ⭐⭐ Two Star Rewards
* ⭐⭐⭐ Three Star Rewards

#### 🎁 How Rewards Work

* Rewards are unlocked by completing all challenges in a tier
* Rewards can be **claimed in the Gyms menu**
* Each reward tier can only be **claimed once per Gym**

***

### 📈 Progression

* Progress through all **8 Gyms** to complete the system
* Increasing difficulty through:
  * Higher level caps
  * More restrictive challenges
* Encourages:
  * Team building
  * Strategy adaptation
  * Creative battle approaches

***

### 🛠️ Future Updates

* This is a **new system** and will be expanded
* Players are encouraged to:
  * Report bugs
  * Share suggestions in **#suggestions**


---

# Agent Instructions: 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://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/server-features/npc-gyms.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.
