# Inventory（インベントリ）

インベントリ内で持ち歩くアセットを手に入れるには [Collectible](https://sandboxgame.gitbook.io/the-game-maker-academy/components/types-of-components/collectible) のコンポーネントを適用する必要があります。\
\
ゲームをプレイ中、キーボードの「**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/game-jam-japan/avatarabat/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.
