# Dungetron Overview

Dungetron is a rogue-lite style combat dungeon with enemies of increasing difficulty. There are 4 rooms to each of the 4 floors. As you clear each room by defeating the enemy, you will receive items they drop. You will keep these items even when you die. Once you die, your progress is reset and you must begin again from the start of the dungeon. &#x20;

Currently, there are two dungeons in the game:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><a data-mention href="/pages/uUvHR5M40Rgj8J0tcK3L">/pages/uUvHR5M40Rgj8J0tcK3L</a></td><td><a href="/files/AgxnRdLzPyRu6SO9VtTi">/files/AgxnRdLzPyRu6SO9VtTi</a></td></tr><tr><td><a data-mention href="/pages/6nNBzBGRFIlLWwMQqH4p">/pages/6nNBzBGRFIlLWwMQqH4p</a></td><td><a href="/files/d6PPQ9brjfJwRg1MH4g9">/files/d6PPQ9brjfJwRg1MH4g9</a></td></tr></tbody></table>

In the dungeons, you also encounter Echoes, which are instances of other real players.&#x20;

Learn more here: [Echo Battles](/combat/echo-battles.md)

<table data-header-hidden data-full-width="true"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td></td><td></td><td></td></tr></tbody></table>


---

# 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.gigaverse.io/combat/dungetron-overview.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.
