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

# Kyogre

> **Quick Answer:** To transform Kyogre into **Primal Kyogre** in Cobblemon, you need to obtain a **Blue Orb**, equip it, and Kyogre will instantly change into its Primal Form.

## How to Change Kyogre into Primal Form in Cobblemon

Kyogre, the Legendary Pokémon of the sea, becomes even more powerful in its **Primal Form**. With enhanced stats and a new appearance, **Primal Kyogre** is one of the strongest transformations in **Cobblemon**. If you’re asking *how to get Primal Kyogre in Cobblemon*, here’s the complete guide.

### Step 1 — Catch Kyogre

Before anything else, you’ll need to catch **Kyogre**. Once it’s in your party or PC, you can proceed to unlock its Primal Form.

### Step 2 — Obtain the Blue Orb

The required item for Kyogre’s transformation is the **Blue Orb**.

* **Where to find it:** The Blue Orb can usually be obtained through loot tables, events, or special server-specific structures.
* Without this item, Kyogre cannot revert into its Primal Form.

### Step 3 — Equip the Blue Orb

With the Blue Orb in your possession:

1. Hold the **Blue Orb**.
2. **Right-click** while holding it.
3. Kyogre will immediately transform into **Primal Kyogre**.

### Step 4 — Enjoy Primal Kyogre

Kyogre remains in its **Primal Form** as long as the Blue Orb is equipped, giving you access to its full power.

***

#### Kyogre Forms in Cobblemon

| Normal Kyogre | Primal Kyogre |
| ------------- | ------------- |
|               |               |


---

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