> For the complete documentation index, see [llms.txt](https://whitepaper.monsterra.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.monsterra.io/monsterra-world/mongens/mongen-skills.md).

# Mongen Skills

Each Mogen has two skills to use in combat. One is called Basic Skill, other is Ultimate Skill.

Whenever a basic skill is used, Mongen gains an amount of energy. When Mongen has enough energy, Mongen will use Ultimate Skill automatically.

Each Basic Skill and Ultimate Skill has different damage, casting speed and effect.

Players have many ways to combine Basic Skills and Ultimate Skills to suit their own tactics and battle situations.

Basic Skill and Ultimate Skill is classified into 5 rarities which are:&#x20;

* <img src="/files/7ptQ3xZC09eYfUGO3RNz" alt="" data-size="line">**Common**
* <img src="/files/Ng2MYuHreSjfPq8b9VxY" alt="" data-size="line">**Uncommon**
* <img src="/files/t8FHhAD18KkoGUraGbDf" alt="" data-size="line">**Rare**
* <img src="/files/UslkIqEp6AU4fytkYRx5" alt="" data-size="line">**Epic**
* <img src="/files/1x71EdKI7uWX6e03VQWN" alt="" data-size="line">**Legendary.**

The higher rarity skill is, the stronger it is.

To know more about skill, you can see these links below:

* [Basic skills detail](https://testnet-docs.monsterra.io/gameplay/develop-mongens/skills-of-mongen/basic-skill)
* [Ultimate skills detail](https://testnet-docs.monsterra.io/gameplay/develop-mongens/skills-of-mongen/ultimate-skill)
* [Side Effect of Skill](https://testnet-docs.monsterra.io/gameplay/develop-mongens/skills-of-mongen/side-effect-of-skill)
* [Change Skill Set](https://testnet-docs.monsterra.io/gameplay/develop-mongens/skills-of-mongen/change-skill-set)


---

# 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://whitepaper.monsterra.io/monsterra-world/mongens/mongen-skills.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.
