> 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/dungeon-hub.md).

# Dungeon Hub

<figure><img src="/files/4ZTnlrbeL8nTFQQggIQr" alt=""><figcaption></figcaption></figure>

The Dungeon Hub is where you can start your Dungeons.

To start Dungeons Head to the Dungeon Guard NPC located at 0 200 62. Click into the NPC and select the Dungeon you'd like to fight, or the only Dungeon you can fight since they require a certain Dungeoneering level to fight.

### Dungeoneering Level

You can access your Dungeoneering level with `/dungeoneering`.

You can also use the Dungeoneering NPC in the Dungeon Hub at `-15 201 63`.

Dungeoneering is the main progression system for unlocking dungeon content.

As your Dungeoneering level increases, you gain access to harder dungeons, stronger challenges, and key dungeon NPCs.

There are **14 level-based dungeon unlocks** tied to Dungeoneering progression.

Each new unlock leads into tougher custom mobs, deadlier bosses, and better rewards.

Early levels open beginner dungeons.

Higher levels unlock late-game dungeons that need stronger gear, better stats, and more preparation.

Every Dungeoneering level also gives stat rewards, helping you grow stronger as you move through the dungeon system.

### Level rewards

Each Dungeoneering level gives:

| Reward        | Amount              |
| ------------- | ------------------- |
| Speed         | `+0.5` every level  |
| Wisdom / Mana | `+0.5` every level  |
| Health        | `+1` every 5 levels |

### Dungeon unlocks

| Dungeoneering Level | Unlock                                                                              |
| ------------------- | ----------------------------------------------------------------------------------- |
| Level 1             | [Toxic Hollows](/orange-smp-wiki/dungeons/toxic-hollows.md)                         |
| Level 3             | [Frozen Castle](/orange-smp-wiki/dungeons/frozen-castle.md)                         |
| Level 6             | [Amethyst Sanctuary](/orange-smp-wiki/dungeons/amethyst-sanctuary.md)               |
| Level 9             | [Blood Prison](/orange-smp-wiki/dungeons/blood-prison.md)                           |
| Level 12            | [Astral Shine](/orange-smp-wiki/dungeons/astral-shine.md)                           |
| Level 16            | [Satan's Lair](/orange-smp-wiki/dungeons/satans-lair.md)                            |
| Level 20            | [Warden's Den](/orange-smp-wiki/dungeons/wardens-den.md)                            |
| Level 24            | [Atlantis](/orange-smp-wiki/dungeons/atlantis.md)                                   |
| Level 28            | [Erupted Isles](/orange-smp-wiki/dungeons/erupted-isles.md)                         |
| Level 33            | [Pharaoh's Tomb](/orange-smp-wiki/dungeons/pharaohs-tomb.md)                        |
| Level 38            | [Dark Knight's Lair](/orange-smp-wiki/dungeons/dark-knights-lair.md)                |
| Level 45            | [Monastery of the Tempests](/orange-smp-wiki/dungeons/monastery-of-the-tempests.md) |
| Level 60            | [Celestial Haven](/orange-smp-wiki/dungeons/celestial-haven.md)                     |

(Ruined Undergrowth requires Combat level 1)

### Progression summary

Dungeoneering guides you through dungeon content step by step.

As you level up, new dungeons become available and the difficulty rises.

Each unlock marks a new stage of progression, with new enemies, bosses, and rewards to chase.

To keep progressing, run more dungeon content, improve your gear, raise your stats, and prepare for harder encounters.

The deeper you go into Dungeoneering, the more dangerous the dungeons become.


---

# 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/dungeon-hub.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.
