# 多层地牢

{% hint style="info" %}
任何地牢都可以是复数/多层地牢, 层数的大小由地牢入口决定并且层数相关数据均存放至第一层(父地牢)的GameState中
{% endhint %}

## 概述

多层地牢是地牢的性质,意味着玩家在进入地牢后可以通过地牢内的通道进入下一层地牢也可以回到上一层地牢 (取决于地牢是否允许返回上层)

## 层数存档

在一些固定地牢中,玩家探索的地牢层数会被记录, 玩家下次探索可以选择指定的层数来进行探索.


---

# 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://charmingcraft.caizii.org/you-xi-nei-rong/di-lao-yu-fu-ben/duo-ceng-di-lao.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.
