> For the complete documentation index, see [llms.txt](https://guide-faraland.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-faraland.gitbook.io/guide/faraland-tutorials/items.md).

# Items

## **Items Standard**

\
Items can increase the strength and change the appearance of heroes. Item will make the hero stronger to go against the dark forces that are waiting for you in the journey.&#x20;

The rarity of Items is also divided into six levels, they rank in the following order:

&#x20;                **Common ->&#x20;**<mark style="color:green;">**Uncommon**</mark>**&#x20;->&#x20;**<mark style="color:blue;">**Rare**</mark>**&#x20;->&#x20;**<mark style="color:purple;">**Epic**</mark>**&#x20;->&#x20;**<mark style="color:yellow;">**Legendary**</mark>**&#x20;->&#x20;**<mark style="color:orange;">**Mythical**</mark>

The rarer the equipment, the more powerful it is.

Equipment is also an NFT just like the Hero. You can now buy/sell, trade, and upgrade NFT Items.

There are currently two ways to get Items: Purchase them directly from other players on the Marketplace or randomly open those items with Gacha.


---

# 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://guide-faraland.gitbook.io/guide/faraland-tutorials/items.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.
