> For the complete documentation index, see [llms.txt](https://www.btkwiki.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.btkwiki.info/ingame-guides/features/battle-exp-dungeon.md).

# Battle Exp Dungeon

<figure><img src="/files/KCr5PkQ8Ip1HhVSKGoo0" alt=""><figcaption></figcaption></figure>

## Battle Exp Dungeon Guide

This NPC  manages access to the <mark style="color:purple;">Exp Dungeon</mark>, tracks daily free time, awards <mark style="color:purple;">EXP</mark> and potential item drops on kills, and enforces time expiration and kicks.

### Overview

Players are given a limited amount of free dungeon time per day (default 10 minutes). While inside, defeating monsters can reward <mark style="color:purple;">Base and Job EXP</mark> and, random items. Time can be extended via  the [Music Box](/ingame-guides/features/music-box.md).

### Commands

* `@exptime` — Shows remaining free time in the Exp room in format:

### 🎯 Objectives

* Defeat monsters to earn Base and Job Exp
* Manage and extend your dungeon time

### ⏳ Dungeon Time System

#### Free Time

* **Daily Free Time:** `10 minutes` per day (resets at 00:00 server time)
* Free time is **account-bound** — shared across all characters on your account.

### ⚔️ Dungeon Modes

When you speak to the **Dungeon Keeper**, you can choose from different modes (if enabled by the server admin):

<table><thead><tr><th>Mode</th><th width="103">PvP</th><th width="108">Status</th><th width="171">Base and job exp</th><th>Monster info</th></tr></thead><tbody><tr><td>Exp Dungeon  (Normal)</td><td>❌ No</td><td><mark style="color:$success;">Active</mark></td><td>10,000 - 10,000</td><td>Name: Piranha<br>Hp: 15882<br>Element: Water</td></tr><tr><td>Exp Dungeon (Hard)</td><td>✅ Yes</td><td><mark style="color:red;">Disabled</mark></td><td>-</td><td>-</td></tr><tr><td>Exp Dungeon (Insane)</td><td>✅ Yes</td><td><mark style="color:red;">Disabled</mark></td><td>-</td><td>-</td></tr></tbody></table>

> **Note:** PvP means **Player vs Player** combat is enabled — other players can attack you!


---

# 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://www.btkwiki.info/ingame-guides/features/battle-exp-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.
