# Clone Pokémons

Clone Pokémons are unique and genetically altered versions created from the original Pokémon, as seen in the Mewtwo movie. These clones often have distinctive markings or attributes that set them apart from their base forms. The primary way to obtain these clone versions is through evolving a Clone Ditto.

```
Bulbasaur, Ivysaur, Venusaur
Charmander, Charmeleon, Charizard
Squirtle, Wartortle, Blastoise
```


---

# 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://wiki.cobbletwo.com/pokemons/clone-pokemons.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.
