> For the complete documentation index, see [llms.txt](https://newmadrigal1.gitbook.io/new-madrigal-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newmadrigal1.gitbook.io/new-madrigal-wiki/in-game-guide/dungeon-guide.md).

# 🏰Dungeon Guide

Dungeons in *New Madrigal Flyff* are special areas filled with tough monsters and great rewards. You can enter dungeons alone or with a team, and working together makes it easier to win battles and collect loot.

## 🚪 How to Enter a Dungeon

### Solo Dungeons

1. Prepare your gears and premiums for PVE.
2. Use the [Teleport System](/new-madrigal-wiki/game-features/quality-of-life/teleport.md) to instantly move to Solo Dungeons.
   1. [Ivillis](/new-madrigal-wiki/in-game-guide/dungeon-guide/aminus-normal.md)  - Recommended Level 60 up.
   2. [The Wilds](/new-madrigal-wiki/in-game-guide/dungeon-guide/the-wilds.md) - Recommended Level 120 up.
   3. [The Savage Wilds](/new-madrigal-wiki/in-game-guide/dungeon-guide/the-savage-wilds.md) - Recommend Level 121-H.
   4. [Volcano](/new-madrigal-wiki/in-game-guide/dungeon-guide/volcano.md) - Recommend Level 121-H.
   5. [Ruin Of Elliun ](/new-madrigal-wiki/in-game-guide/dungeon-guide/ruin-of-elliun.md)- Recommend Level 160-H.
   6. [Ilyad](/new-madrigal-wiki/in-game-guide/dungeon-guide/ilyad.md) - Recommend Level 160-H.
   7. [Arkan](/new-madrigal-wiki/in-game-guide/dungeon-guide/arkan.md) - Recommend Level 160-H.
3. Enter the dungeon and face the challenges alone.

### Party Dungeons

1. Prepare your gears and premiums for PVE.
2. Create or join a party. Use the Party-Finder System to easily find a team.
3. Use the [Teleport System](/new-madrigal-wiki/game-features/quality-of-life/teleport.md) to instantly move to Party Dungeons.
   1. [Aminus](/new-madrigal-wiki/in-game-guide/dungeon-guide/aminus-normal.md)
   2. [Cursed Aminus](/new-madrigal-wiki/in-game-guide/dungeon-guide/cursed-aminus-hard.md)
   3. [Isle of Dreams](/new-madrigal-wiki/in-game-guide/dungeon-guide/isle-of-dreams-normal.md)
   4. [Isle of Nightmare](/new-madrigal-wiki/in-game-guide/dungeon-guide/isle-of-nightmare-hard.md)
   5. [Cove of Ancients - NM](/new-madrigal-wiki/in-game-guide/dungeon-guide/cove-of-the-ancients-nm.md)
   6. [Cove of Ancients - HM](/new-madrigal-wiki/in-game-guide/dungeon-guide/cove-of-the-ancients-hard.md)
   7. [Les Brittania - NM](/new-madrigal-wiki/in-game-guide/dungeon-guide/les-brittania-normal.md)
   8. [Les Brittania - HM](/new-madrigal-wiki/in-game-guide/dungeon-guide/les-brittania-hard.md)
   9. [Ankou](/new-madrigal-wiki/in-game-guide/dungeon-guide/ankou.md)
   10. [Tartar](/new-madrigal-wiki/in-game-guide/dungeon-guide/tartar.md)

## Best Team Setup for Party Dungeons

* [**Ringmaster** ](/new-madrigal-wiki/in-game-guide/class-mechanics.md#ringmaster)– Heals the team and provides helpful buffs. Some of the party dungeons maximum of 2 RM.
* [**Tank** ](/new-madrigal-wiki/in-game-guide/class-mechanics.md#knight)– Takes most of the damage and keeps enemies focused on them.
* [**AOE Magic**](/new-madrigal-wiki/in-game-guide/class-mechanics.md#elementor) – Uses magic to damage multiple enemies at once.
* &#x20;**DPS** – Deals high damage to quickly defeat enemies.

Playing with a team that has these roles will make clearing dungeons faster and easier. Make sure to communicate with your team and work together for the best results!


---

# 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://newmadrigal1.gitbook.io/new-madrigal-wiki/in-game-guide/dungeon-guide.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.
