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

# Shaymin

> **Quick Answer:** To change Shaymin into **Sky Form** in Cobblemon, catch a Shaymin, get the item **Gracidea**, and right-click while holding it to equip. To revert back into **Land Form**, simply unequip the Gracidea.

## How to Change Shaymin Form in Cobblemon

Shaymin is a Mythical Pokémon in **Cobblemon** that has two forms: **Land Form** and **Sky Form**. Each one has unique traits and designs, making Shaymin highly versatile. If you’re wondering *how to change Shaymin form in Cobblemon*, here’s the step-by-step guide.

### Step 1 — Catch Shaymin

You’ll need to catch **Shaymin** before you can attempt any form change. Once it’s in your party or PC, you’re ready for the next step.

### Step 2 — Obtain a Gracidea

The item required for Shaymin’s transformation is the **Gracidea flower**.

* **Where to find it:** The Gracidea may be available as loot, through events, or by exploring.
* Without this item, Shaymin cannot change into Sky Form.

### Step 3 — Equip or Unequip the Gracidea

With the Gracidea in hand:

1. Hold the **Gracidea** item.
2. **Right-click** while holding it.
3. Shaymin will immediately change into its **Sky Form**.
4. To return to **Land Form**, simply unequip the Gracidea.

### Step 4 — Swap Anytime

You can freely switch between **Land Form** and **Sky Form** depending on your needs in battle.

***

#### All Shaymin Forms in Cobblemon

| Land Form | Sky Form |
| --------- | -------- |
|           |          |


---

# 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/shaymin.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.
