> For the complete documentation index, see [llms.txt](https://docs.maplestoryn.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maplestoryn.io/msn-101/beginners-guide/monster-and-dungeon/theme-dungeon.md).

# Theme Dungeon

## **Table of Contents**

1. **What is a Theme Dungeon?**&#x20;
2. **Entering a Theme Dungeon**&#x20;
3. **Theme Dungeon Features**&#x20;

## **1. What is a Theme Dungeon?**

Theme Dungeon is recommended for low-level players between Level 30 and 59, offering a faster way to level up compared to regular quests or field monster hunting. In these dungeons, you can earn various items and titles by completing the quest.&#x20;

**1.1 Ellinel Fairy Academy**&#x20;

**1.2. Gold Beach Resort**&#x20;

**1.3. Riena Strait**&#x20;

**1.4. Secret Forest of Elodin**&#x20;

![](/files/OvwwuGczFGRpxjp3ImYt)

## **2. Entering a Theme Dungeon**

Once you reach Level 30, you can access Theme Dungeon through quests or the Maple Guide.&#x20;

1\) Accept and go to Dungeon Quests through Available Quests icon.&#x20;

![](/files/GqGrg4PcyZE0Svumo0T0)

2\) Go to the Theme Dungeon through the Maple Guide.

![](/files/4N80L3NmEaaBOLUPa12e)

## **3. Theme Dungeon Features**

### 3.1. Theme Dungeons are solo-only hunting grounds.&#x20;

In these dungeon fields, monsters are summoned individually for each player. Since monsters are not shared with others, quests can be completed more quickly than in other areas.&#x20;

![](/files/6OwglClVarl4YLyfRuGl)

### 3.2. Monster levels scale with your character.&#x20;

Monsters in the Theme Dungeon start at Level 30, but if your character is higher level, appropriately leveled monsters will be summoned.&#x20;

However, for characters above Level 60, monster levels will not exceed Level 59.&#x20;

### 3.3 Quest completion EXP scales with character level.&#x20;

Even when completing the same quest, the amount of EXP gained will vary depending on your character's level, allowing for faster progression.&#x20;

![](/files/YfZO001Y9XPCEC64vKSr)


---

# 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.maplestoryn.io/msn-101/beginners-guide/monster-and-dungeon/theme-dungeon.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.
