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

# Deoxys

> **Quick Answer:** To change Deoxys form in Cobblemon, catch a Deoxys, find a Meteorite in the End, hold it in your hand, right-click, and choose the form you want (Normal, Attack, Defense, or Speed).

## How to Change Deoxys Form in Cobblemon

Deoxys is one of the most unique Pokémon in **Cobblemon** thanks to its multiple forms, each with different strengths and weaknesses. If you’re wondering *how to change Deoxys form in Cobblemon*, this guide will walk you through the process step by step.

### Step 1 — Catch a Deoxys

First, you need to have a **Deoxys** in your party or PC. Without it, you won’t be able to access the transformation menu.

### Step 2 — Obtain a Meteorite

To change Deoxys’ form you need a special item: the **Meteorite**.

* **Where to find it:** Meteorites can be found while **exploring the End dimension**.
* Once you have one, keep it in your inventory — it’s essential for form changes.

<div align="left"><figure><img src="/files/eQCKltzVsiFw9n83W8F9" alt="" width="563"><figcaption><p>Meteorite found in the End</p></figcaption></figure></div>

### Step 3 — Use the Meteorite

With a Meteorite in hand:

1. Hold the Meteorite item.
2. **Right-click** while holding it.
3. A menu will appear, allowing you to choose which form Deoxys should take.

### Step 4 — Select the Form

Choose the form you want from the menu. The transformation is instant, and you can repeat the process any time with another Meteorite.

{% columns %}
{% column %}

<figure><img src="/files/RIRY8W3kimOnZNdHrhQA" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/RTRV4XgI8Jda05iCSye5" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### All Deoxys Forms in Cobblemon

Here’s a table summarizing each form:

| Normal Forme                                                                                        | Attack Forme                                                                                        | Defense Forme                                                                                       | Speed Forme                                                                                         |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| <div><figure><img src="/files/UyXdbeVaCh1WVbwo0UZg" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/DDslmPP1JhHkmdSw01LA" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/KwZPZLdwBICdkW9lDjC6" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/RHE8MmXiFfFa41S5PeK6" alt=""><figcaption></figcaption></figure></div> |


---

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