> For the complete documentation index, see [llms.txt](https://generative-dungeon.gitbook.io/generative-dungeon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://generative-dungeon.gitbook.io/generative-dungeon/utility-token/dungeon-floor-editor.md).

# Dungeon Floor Editor

As you saw in the [Dungeon Customization Guide](/generative-dungeon/generative-dungeon-tutorials/dungeon-customization-guide.md), you can fully customize your game. In order to access this feature, you will need to stake your Dungeon. \
\
Once your Dungeon is staked, not only will you be able to access the editor, you will also be able to use the [DNG ](/generative-dungeon/utility-token/usddng-token.md)you earn to purchase Dungeon Utility. This includes:

### Dungeon Floor Saves

<mark style="color:blue;">Floor saves are required to save your completed floor into your Dungeon.</mark> <mark style="color:orange;">Each save is purchased individually</mark>, and can only be used once per save. In order to conserve saves, we recommend that you export your floor progress until you are ready to test it in your Dungeon.&#x20;

### Lore Books

<mark style="color:blue;">Lore books allow you to drop books throughout your Dungeon for players to open and read.</mark> In these books, you can add story lore, giveaways, links, puzzles, and so much more. Your imagination is the Limit! <mark style="color:orange;">Lore books are a one time purchase--once you have bought them, they are permanently unlocked.</mark>&#x20;

Explore this in-game guide to the floor editor (guide begins after taking the stairs down to the first floor of the dungeon):\
\
<https://opensea.io/assets/0x18487d2cac946c7fe800855c4039aac210f68baa/2699>

{% embed url="<https://opensea.io/assets/0x18487d2cac946c7fe800855c4039aac210f68baa/2699>" %}


---

# 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://generative-dungeon.gitbook.io/generative-dungeon/utility-token/dungeon-floor-editor.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.
