> 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/in-game-instructions/inventory.md).

# Inventory

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

## Weapon <a href="#weapon" id="weapon"></a>

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

A list of the weapons that you own. You can equip each character with the corresponding weapon at the [Equipment](/official/in-game-instructions/equipment.md) settings.

・You can sort items by obtained date or parameters.\
![](/files/o9eBJPtdazIt7SQXZzSN)

・You filter items.\
![](/files/rjhZlZrgYFp78a6Bpk2S)

## Accessory <a href="#accessory" id="accessory"></a>

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

A list of the accessories that you own. You can equip each character with an accessory at the [Equipment](/official/in-game-instructions/equipment.md) settings.

## Item <a href="#item" id="item"></a>

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

List of items you own. Exp Jewels can be used in the Character and Weapon Level Up screens.

・You can use potions to regain stamina.\
![](/files/tCnLaAfAOlWjNdHGJkox)

## Others <a href="#others" id="others"></a>

In addition to the above, "Hero", "Goddess" and "Land" have been added in the Official Release.


---

# 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/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.
