> For the complete documentation index, see [llms.txt](https://help.rexybot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rexybot.xyz/game-guides/items-and-equipment.md).

# Items & Equipment

You have noticed that we have talked about items a lot in the previous guides, how about getting into them in detail?

## Items

they can be consumed in many ways such as crafting them to a higher item/equipment ,  upgrading your equipment with them or use them if they are useable!

Item type can be one of this

* Material: mainly used for upgrading/crafting.
* Consumable: mainly used to give some buffs to your dragon.
* Chest: openable item that contain different items.
* Equipment: which you can equip them to increase your PR
* Key: Required Item to enter [dungeons](/game-guides/dungeons.md)

You can play around and search for different items through our [official wiki](https://rexybot.xyz/wiki/items)

Most of Items can be obtained from:

* PVM Battles
* Shop
* Black Market
* Chest Items
* Crafting

{% hint style="success" %}
Pro tip: you can type <mark style="color:blue;">**/info item \[item]**</mark> to see from where this item can be obtained
{% endhint %}

***Where can I see my items?***

All your items can be found in your interactive <mark style="color:blue;">/inventory</mark>  :

<figure><img src="https://media.discordapp.net/attachments/982985446906806344/1130241026720804985/image.png" alt=""><figcaption></figcaption></figure>

Select an item, and it will open up a more detailed menu to see what can you do with this item :&#x20;

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

{% hint style="info" %}
Note: This an example of the "Material" type item. If you selected another type, other buttons will appear
{% endhint %}

## Equipment

They are very, very, very helpful to increase your PR and become stronger!

Equipment mainly can be obtained from Crafting, PVM Battles, Monster Chests.

You get the equipment but it is +0, so you need to <mark style="color:blue;">/upgrade</mark> it to +1 ... +9

{% hint style="success" %}
Each level up gives you more PR !
{% endhint %}

&#x20;Now you want to equip it, right? .. Well, that's easy!

* Open up the inventory
* Select the equipment&#x20;
* Click Equip
* Congratulations you became stronger!

**To get detailed info about any item you can see our** [**Official Wiki**](https://rexybot.xyz/wiki/items) **.**


---

# 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://help.rexybot.xyz/game-guides/items-and-equipment.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.
