> For the complete documentation index, see [llms.txt](https://polkafantasy.gitbook.io/official/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polkafantasy.gitbook.io/official/jp/in-game-instructions/inventory.md).

# 所持品画面

<figure><img src="/files/sUDuTLmjJj3dJmW6LZOt" alt=""><figcaption></figcaption></figure>

## 武器 <a href="#weapon" id="weapon"></a>

<figure><img src="/files/fGlnUJ9e33louTOp8KOD" alt=""><figcaption></figcaption></figure>

保有している武器の一覧です。[装備設定](/official/jp/in-game-instructions/equipment.md)から、各キャラクターに対応する武器を装備することができます。

・アイテムの取得日やパラメータで並び変えることができます。

![](/files/cwGcgGMDqJGDLksHOocl)

・各フィルターでソートできます。\
![](/files/dK31ENMUdXY5PUNQ3rOv)

## アクセサリー <a href="#accessory" id="accessory"></a>

<figure><img src="/files/DNTIonTV6tXF9NXmF73P" alt=""><figcaption></figcaption></figure>

保有しているアクセサリーの一覧です。[装備設定](/official/jp/in-game-instructions/equipment.md)から、各キャラクターにアクセサリーを装備することができます。

## アイテム <a href="#item" id="item"></a>

<figure><img src="/files/tlrUGWjecPERqbQcSyty" alt=""><figcaption></figcaption></figure>

保有しているアイテムの一覧です。経験値ジュエルはキャラクター・武器のレベルアップ画面で使用します。

・ポーションを使用すると、スタミナを回復します。\
![](/files/cmWAYSUIWzn5iF23E7w7)

## その他 <a href="#others" id="others"></a>

上記に加えて「英雄」、「女神」、「ランド」が追加されています。


---

# 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://polkafantasy.gitbook.io/official/jp/in-game-instructions/inventory.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.
