> For the complete documentation index, see [llms.txt](https://docs.talesofelleria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talesofelleria.com/gameplay-prologue/game-features/equipment.md).

# Equipment

![Take good care of your equipment, and they will take better care of you.](/files/SfTTV5VB7eMUcyzxn3vA)

As heroes venture out further, monsters become stronger and harder to defeat. Equipment will aid heroes in clearing quests by improving their combat capabilities through attributes and combat attributes (only for Quests and PvP).

We have introduced a framework for a full-fledged RPG equipment system which will be implemented after launch in different phases.

Every hero can become a legendary combatant with the right equipment.

### How to Obtain Equipment

Equipment can be crafted from the [blacksmith](/gameplay-prologue/world-map.md#smithy) or earned through rewards from monsters and bosses during quests. They can also be rewarded from PvP.

### Equipment Utility

There are four main aspects to equipment, crafting, enhancing, re-rolling and infusing. Please refer below to find out more:

{% content-ref url="/pages/bPO1F1XCuLU0WXgMWOvU" %}
[Equipment System](/gameplay-prologue/equipment-system.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.talesofelleria.com/gameplay-prologue/game-features/equipment.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.
