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

# Ogerpon

> **Quick Answer:** To change Ogerpon’s form in Cobblemon, you need to equip or unequip the correct mask: **Cornerstone Mask**, **Hearthflame Mask**, **Wellspring Mask**, or go back to the default **Teal Mask** by unequipping.

## How to Change Ogerpon Form in Cobblemon

Ogerpon is one of the most unique Pokémon in **Cobblemon**, thanks to its ability to change forms using special masks. Each mask alters its appearance, typing, and battle style. If you’re asking *how to change Ogerpon form in Cobblemon*, here’s the complete guide.

### Step 1 — Catch Ogerpon

First, you’ll need to obtain **Ogerpon**. Without it, the masks won’t have any effect. Make sure it’s in your party or PC.

### Step 2 — Obtain the Masks

Ogerpon requires specific items called **Masks**. Each one corresponds to a different form:

* **Teal Mask** → Default form (appears when no mask is equipped).
* **Cornerstone Mask** → Turns Ogerpon into **Ogerpon Cornerstone**.
* **Hearthflame Mask** → Turns Ogerpon into **Ogerpon Hearthflame**.
* **Wellspring Mask** → Turns Ogerpon into **Ogerpon Wellspring**.

These masks may be available through events, loot, or special structures.

### Step 3 — Equip or Unequip the Mask

With the mask in hand:

1. Select the desired **Mask item**.
2. **Right-click** while holding it.
3. Ogerpon will immediately change into the corresponding form.
4. To return to the base **Teal Mask form**, simply unequip the current mask.

### Step 4 — Switch Anytime

You can repeat the process whenever you want, swapping masks depending on the battle situation.

***

#### All Ogerpon Masks and Forms in Cobblemon

| Teal Mask (Default) | Cornerstone Mask | Hearthflame Mask | Wellspring Mask |
| ------------------- | ---------------- | ---------------- | --------------- |
|                     |                  |                  |                 |


---

# 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.cobbletwo.com/pokecenter/transformations/ogerpon.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.
