# 인벤토리

애셋을 인벤토리에 넣으려면 '[**Collectable**](/the-game-maker-academy_kr/components/types-of-components/collectible.md) (수집)' 컴포넌트를 적용해야 합니다.\
\
게임을 플레이하는 동안 키보드의 **'I' 키를 눌러** 인벤토리를 확인할 수 있습니다. 게임에서 획득한 모든 아이템은 여기에 보관됩니다.

![](/files/-MPhB_Wbi-fqaWn1a1Z1)

무기와 장비를 오른편의 해당 슬롯으로 드래그하여 장착해 파워를 업그레이드할 수 있습니다.

![](/files/-MPhCAx8p8xxSCVV19CZ)

장착할 수 없는 아이템은 Quest Items (퀘스트 아이템) 탭에 보관됩니다.

![](/files/-MPhCQnD6wmWIPnNjQZY)


---

# 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://docs.sandbox.game/the-game-maker-academy_kr/avatar/inventory.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.
