# Mongen DNA

## What is mongen's DNA?

A mongen is randomly generated by combining 6 different DNA.

DNA include:

<table><thead><tr><th width="199" align="center"></th><th align="center"></th></tr></thead><tbody><tr><td align="center">Form</td><td align="center">Determine race of that Mongen</td></tr><tr><td align="center">Head</td><td align="center">Determine list of basic skill that Mongen can learn. Rarity and number of skill in list depends on rarity of part. The list of skill is random from the moment Mongen is born</td></tr><tr><td align="center">Eye</td><td align="center">Determine list of Ultimate Skill that Mongen can learn. Rarity and number of skill in list depends on rarity of part. The list of skill is random from the moment Mongen is born</td></tr><tr><td align="center">Horn</td><td align="center">Determine kind of troop that Mongen owned in slot #1, stand in front of Mongen. Rarity of troop depends on rarity of this part. Each troop has its own basic skill and Ultimate Skill</td></tr><tr><td align="center">Tail</td><td align="center">Determine kind of troop that Mongen owned in slot #2, stand in the middle of team. Rarity of troop depends on rarity of this part. Each troop has its own basic skill and Ultimate Skill</td></tr><tr><td align="center">Back</td><td align="center">Determine kind of troop that Mongen owned in slot #3, stand behind mongen. Rarity of troop depends on rarity of this part.Each troop has its own basic skill and Ultimate Skill</td></tr></tbody></table>

<figure><img src="/files/cgMTKlATBUeVuqX1LA4K" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**The mongen's legs, arms, and mouth are randomly spawned and have&#x20;**<mark style="color:red;">**no effect**</mark>**&#x20;on the mongen's stats.**
{% endhint %}


---

# 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://docs.monsterra.io/gameplay/develop-mongens/mongen/mongen-dna.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.
