> For the complete documentation index, see [llms.txt](https://kim-meow.gitbook.io/kim_meow-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kim-meow.gitbook.io/kim_meow-docs/undefined-11.md).

# 캐릭터 창고와 서버 창고

아이온2의 창고는 2가지가 있습니다.

캐릭터 창고와 서버창고!

말 그대로 서버창고는 계정 내 캐릭간 교환이 가능한 창고라고 생각하시면 될 것 같습니다.

아이템이 많이 나오기 때문에 캐릭터 창고와 서버 창고를 적절히 분배하여 사용하시면 좋습니다.

아이템을 클릭하면 아래 작은 아이콘으로 '서버 창고 보관 가능'과 같은 설명이 써있습니다.

멤버십 구독을 했다면 아래와 같이 인벤토리에서도 창고를 이용할 수 있으니 참고하세요!

<div><figure><img src="/files/To5nYTG41djDJaCvbt4K" alt=""><figcaption></figcaption></figure> <figure><img src="/files/NRJXzeqiv9W5gltitvHf" alt=""><figcaption></figcaption></figure></div>


---

# 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://kim-meow.gitbook.io/kim_meow-docs/undefined-11.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.
