# Parts

Each Axie comes with unique combination of 6 parts:

* Eyes
* Ears
* Back
* Mouth
* Horn
* Tail

Each of them contributes to the Axie's Stats depending the Part's class, see [Stats](/game/axies/parts/stats.md).

<table><thead><tr><th width="137">Class</th><th align="center">Health</th><th align="center">Speed</th><th align="center">Skill</th><th align="center">Morale</th></tr></thead><tbody><tr><td><img src="/files/hofTlLUV6pMp5J9lsZ6I" alt="" data-size="line"> Plant</td><td align="center">+3</td><td align="center"></td><td align="center"></td><td align="center">+1</td></tr><tr><td><img src="/files/IP0F199lliWSqr458zZp" alt="" data-size="line"> Reptile</td><td align="center">+3</td><td align="center">+1</td><td align="center"></td><td align="center"></td></tr><tr><td><img src="/files/S0FNFB5Zmz4AVPhjkkN0" alt="" data-size="line"> Beast</td><td align="center"></td><td align="center">+1</td><td align="center"></td><td align="center">+3</td></tr><tr><td><img src="/files/JvZ6ZfPfHA53omgkQScO" alt="" data-size="line"> Bug</td><td align="center">+1</td><td align="center"></td><td align="center"></td><td align="center">+3</td></tr><tr><td><img src="/files/ToGvCbDg2eFsvafKp9bm" alt="" data-size="line"> Aquatic</td><td align="center">+1</td><td align="center">+3</td><td align="center"></td><td align="center"></td></tr><tr><td><img src="/files/lmWN0PGUgKQzlnt491jS" alt="" data-size="line"> Bird</td><td align="center"></td><td align="center">+3</td><td align="center"></td><td align="center">+1</td></tr></tbody></table>

{% hint style="info" %}
This is based on Axie Infinity stats design.
{% endhint %}

Each part also provides Skill abilities to the Axie, see [Skills](/game/axies/parts/skills.md).

Evolved Parts (Stage 2) also gain additional stats.

| Class                                                                   | Health | Speed | Skill | Morale |
| ----------------------------------------------------------------------- | :----: | :---: | :---: | :----: |
| <img src="/files/hofTlLUV6pMp5J9lsZ6I" alt="" data-size="line"> Plant   |   +2   |       |       |        |
| <img src="/files/IP0F199lliWSqr458zZp" alt="" data-size="line"> Reptile |        |       |   +2  |        |
| <img src="/files/S0FNFB5Zmz4AVPhjkkN0" alt="" data-size="line"> Beast   |        |       |       |   +2   |
| <img src="/files/JvZ6ZfPfHA53omgkQScO" alt="" data-size="line"> Bug     |        |       |   +1  |   +1   |
| <img src="/files/ToGvCbDg2eFsvafKp9bm" alt="" data-size="line"> Aquatic |   +1   |   +1  |       |        |
| <img src="/files/lmWN0PGUgKQzlnt491jS" alt="" data-size="line"> Bird    |        |   +2  |       |        |


---

# 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://gitbook.axiequest.com/game/axies/parts.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.
