# 창고

창고는 어디서든 접근 가능한 개인 보관함입니다.\
등급이 올라갈수록 더 많은 창고 슬롯이 해금됩니다.

## 사용 방법

* `/창고` 또는 `/가방` — 기본 창고 열기
* `/창고1` \~ `/창고8` — 특정 번호의 창고 열기

## 해금 등급

| 창고      | 해금 등급 |
| ------- | ----- |
| 창고 1    | 아기    |
| 창고 2    | 꼬마    |
| 창고 3, 4 | 의젓    |
| 창고 5, 6 | 듬직    |
| 창고 7, 8 | 대장    |

{% hint style="info" %}
각 창고는 **54칸**의 보관 공간을 제공합니다.\
창고 아이템은 모든 서버에서 공유됩니다.
{% endhint %}


---

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

```
GET https://organization-pmk.gitbook.io/docs/undefined-4/bag.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.
