> For the complete documentation index, see [llms.txt](https://docs.descend.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.descend.gg/descend-online/mechanics/dungeons.md).

# Dungeons

## Dungeon Crawling is big part of **Descend Online**.

<figure><img src="/files/b6SK1RN4dnISNVe7CqHF" alt="" width="563"><figcaption><p>First version of Dungeons</p></figcaption></figure>

## What to expect below\...

* As we are now a MMO model, the dungeons will be multiplayer and feature dynamic PvE combat, meaning:
  * Players can join your dungeon crawl
  * Dungeon difficulty will scale depending on party size
* Quests & content that will transition to different decision trees. (i.e. once the game thinks like you're ready to kill a boss, you'll face it. No snoozing on the job!)

<figure><img src="/files/OIpyMaGThhA07k7gKbca" alt="" width="563"><figcaption></figcaption></figure>

* NPCs will receive a massive AI upgrade which will behave differently with you each playthrough and adjust to your strategy. (*see* [ML Agents](/descend-online/mechanics/ai-and-machine-learning.md))
* Big Badass Bosses &#x20;
* **Loot**, *and lots of it.*
* Ability to discover new frens along the way...??? [🐕](https://emojipedia.org/dog)[🐈](https://emojipedia.org/facebook/2.1/cat)


---

# 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://docs.descend.gg/descend-online/mechanics/dungeons.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.
