> For the complete documentation index, see [llms.txt](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/dungeons.md).

# Dungeons

### Overview

Dungeons are one of the main PvE progression systems on the server.

There are **14 custom dungeons**.

Each one becomes harder as you advance.

Every dungeon features custom mobs, unique encounters, and powerful bosses.

Early dungeons help you learn combat and progression.

Later dungeons demand stronger gear, higher stats, better preparation and a party.

{% hint style="info" %}
Start at the [Dungeon Hub](/orange-smp-wiki/dungeons/dungeon-hub.md) from [Spawn](/orange-smp-wiki/spawn.md).
{% endhint %}

### How dungeon progression works

Every dungeon has its own theme, enemies, rewards, and progression path.

That makes dungeons a major part of the server's RPG experience.

As you complete harder dungeons, enemies become stronger and mechanics become more dangerous.

The deeper you progress, the better the rewards become.

{% stepper %}
{% step %}

### Go to the Dungeon Hub

Travel to the [Dungeon Hub](/orange-smp-wiki/dungeons/dungeon-hub.md) from [Spawn](/orange-smp-wiki/spawn.md).
{% endstep %}

{% step %}

### Pick your next dungeon

Use the hub to view the available dungeons and choose where to go next.
{% endstep %}

{% step %}

### Prepare for higher tiers

Later dungeons are built for stronger builds, better stats, and more experience.
{% endstep %}
{% endstepper %}

### Available dungeons

* [Ruined Undergrowth](/orange-smp-wiki/dungeons/ruined-undergrowth.md)
* [Toxic Hollow's](/orange-smp-wiki/dungeons/toxic-hollows.md)
* [Frozen Castle](/orange-smp-wiki/dungeons/frozen-castle.md)
* [Amethyst Sanctuary](/orange-smp-wiki/dungeons/amethyst-sanctuary.md)
* [Blood Prison](/orange-smp-wiki/dungeons/blood-prison.md)
* [Astral Shine](/orange-smp-wiki/dungeons/astral-shine.md)
* [Satan's Lair](/orange-smp-wiki/dungeons/satans-lair.md)
* [Warden's Den](/orange-smp-wiki/dungeons/wardens-den.md)
* [Atlantis](/orange-smp-wiki/dungeons/atlantis.md)
* [Erupted Isles](/orange-smp-wiki/dungeons/erupted-isles.md)
* [Pharaoh's Tomb](/orange-smp-wiki/dungeons/pharaohs-tomb.md)
* [Dark Knight's Lair](/orange-smp-wiki/dungeons/dark-knights-lair.md)
* [Monastery of the Tempests](/orange-smp-wiki/dungeons/monastery-of-the-tempests.md)
* [Celestial Haven](/orange-smp-wiki/dungeons/celestial-haven.md)


---

# 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://orange-lounge-smp.gitbook.io/orange-smp-wiki/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.
