> For the complete documentation index, see [llms.txt](https://wiki.revolgc.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.revolgc.pro/en/introduction-to-the-game/pitomcy/evolyuciya-pitomca.md).

# Pet evolution

Evolution requires pet stones depending on the desired end result.

* fire stone
* water stone
* earth stone
* Wind Stone
* sun stone
* Moon stone.

There are 4 evolutions in total:

* I normal evolution (stone)
* II shining evolution (shining stone)
* III brilliant evolution (shiny stone)
* IV Legendary Evolution (Legendary Stone)

Stones are created in window [item creation](/en/introduction-to-the-game/sozdanie-predmetov.md), in the "Pet" section

Alternative way to get some gems from chests with [pet errands](/en/introduction-to-the-game/pitomcy/porucheniya-pitomcev.md)

The next condition for evolution is the distribution of all available [skill points of](/en/introduction-to-the-game/pitomcy/drevo-umenii-pitomca.md) pet.

The evolution of a pet is carried out in stages I->II->III->IV with a 100% chance.

Step-by-step actions for evolution:

1. Make sure all free points are distributed in the pet tree
2. Place the required evolution stone in your inventory
3. Remove the pet
4. Click on the button ***Pet Upgrade***

<figure><img src="/files/h3hEB8uXjIk2wXt3yIx5" alt=""><figcaption><p><strong>Pet upgrade button</strong></p></figcaption></figure>

5. Right click on an egg/pet
6. Use the mouse to move the stone to the slot to improve the pet

<figure><img src="/files/msccoHhpsUeyMIOEJc7A" alt=""><figcaption><p><strong>Pet Upgrade</strong></p></figcaption></figure>

7. Click ***Improve***

A notification will appear stating that the development of the pet is in progress

<figure><img src="/files/EmS13ah9Pi5bLmfPq6Ed" alt=""><figcaption><p><strong>Pet development</strong></p></figcaption></figure>

Congratulations! Your pet has evolved.

***

In case you made the evolution incorrectly, you can use

<img src="https://revolgc.pro/data/items/item/8004.png" alt="" data-size="original"> A potion of illusion that will reset your pet's evolution by one grade

{% hint style="danger" %}
The evolution stone is gone! Use the potion only when necessary
{% endhint %}

You can buy the potion from [Knight](/en/introduction-to-the-game/osobye-nps/less-than-gid-po-drevu-umenii-greater-than-nait.md)


---

# 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.revolgc.pro/en/introduction-to-the-game/pitomcy/evolyuciya-pitomca.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.
