# Overview

Hero System Overview:

* Heroes will become their own objects instead of being directly attached to the user, this will allow for buying, selling, and trading heroes in a **future update**.
* Users can spend account XP to level up their heroes.
* Skill credits are obtained from leveling up heroes.
* Skills have up to 3 tiers, trained, advanced, and specialized, each tier cost skill credits.
* Tier 1 skills can be raised to level 10, Tier 2 skills can be raised to level 15, and tier 3 skills can be raised to level 20.
* Static skills don’t level, but some static skills can tiered up.
* Skills are levelled by spending Electrum.
* In a **future update**, skills will be able to be reset with a FORGE burn, all skill points and a % of Electrum will be refunded.
* In a **future update**, equipment will no longer be shared between heroes (ie. equipped on more than one at the same time). Each hero will require their own equipment.


---

# Agent Instructions: 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://splinterforge.gitbook.io/hero-system/overview.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.
