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

# Develop Mongens

- [Mongen](https://docs.monsterra.io/gameplay/develop-mongens/mongen.md): Updated on October 24th, 2022. Actual in-game values may vary from those shown in this document.
- [Mongen DNA](https://docs.monsterra.io/gameplay/develop-mongens/mongen/mongen-dna.md): Updated on January 3rd, 2023. Actual in-game values may vary from those shown in this document.
- [Forms & stats](https://docs.monsterra.io/gameplay/develop-mongens/mongen/mongen-dna/forms-and-stats.md): Updated on Aug 11th, 2023. Actual in-game values may vary from those shown in this document.
- [Other parts & stats](https://docs.monsterra.io/gameplay/develop-mongens/mongen/mongen-dna/other-parts-and-stats.md): Updated on Aug 11th, 2023. Actual in-game values may vary from those shown in this document.
- [Morale](https://docs.monsterra.io/gameplay/develop-mongens/morale.md)
- [Level up & Evolve](https://docs.monsterra.io/gameplay/develop-mongens/level-up-and-evolve.md): Updated on January 7th, 2023. Actual in-game values may vary from those shown in this document.
- [Breeding](https://docs.monsterra.io/gameplay/develop-mongens/breeding.md): Updated on January 7th, 2023. Actual in-game values may vary from those shown in this document.
- [Soulcore](https://docs.monsterra.io/gameplay/develop-mongens/breeding/soulcore.md): Updated on January 7th, 2023. Actual in-game values may vary from those shown in this document.


---

# 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:

```
GET https://docs.monsterra.io/gameplay/develop-mongens.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.
