# Dungeon Key

## How key works ?

Keys are a way to limit access to players that have the dungeon key. Once they entered inside the dungeon, the key is lost (only the team owner needs to have a key). Keys can be found in the player shop or can be loot inside dungeons (if defined in configuration).

## Key shop

The key shop is a shop containing every dungeon key for dungeons that require a key.

To access the shop, use `/keyshop`


---

# Agent Instructions: 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:

```
GET https://alex-plugins.gitbook.io/dungeonmmo/dungeon-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
