> For the complete documentation index, see [llms.txt](https://robohero.gitbook.io/robohero-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://robohero.gitbook.io/robohero-wiki/command-center/robots/leveling-up.md).

# Leveling up

## 📱Leveling up your Account

Your account level increases by earning experience points ([EXP](/robohero-wiki/command-center/robots/leveling-up/exp-points.md)) awarded for each game played with your robots. Regardless of which robot you choose to play with, all the [EXP](/robohero-wiki/command-center/robots/leveling-up/exp-points.md) points you gain contribute to the progress of your overall account level. This means you can freely experiment with different robots and strategies while consistently advancing your account.

## 🤖Leveling up your Robot

A robot's level can be increased using experience points ([EXP](/robohero-wiki/command-center/robots/leveling-up/exp-points.md)) earned exclusively by that robot. To level up, a robot must accumulate a sufficient amount of [**EXP**](/robohero-wiki/command-center/robots/leveling-up/exp-points.md) and spend a specific quantity of [**ASH**](/robohero-wiki/command-center/currencies/ash.md).

Upon leveling up, a robot's statistics improve based on the faction and class it represents. This means that each robot's growth is tailored to its specific abilities and role within the game, making every level-up a strategic and rewarding milestone.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>EXP Points</td><td></td><td></td><td><a href="/files/OQQsmnwY79AXBwsBpX4x">/files/OQQsmnwY79AXBwsBpX4x</a></td><td><a href="/pages/A5ggjiH2REDx8R9oBoQX">/pages/A5ggjiH2REDx8R9oBoQX</a></td></tr><tr><td>Evolutions</td><td></td><td></td><td><a href="/files/OQQsmnwY79AXBwsBpX4x">/files/OQQsmnwY79AXBwsBpX4x</a></td><td><a href="/pages/NFDVN1B2NC5C0exeTlyg">/pages/NFDVN1B2NC5C0exeTlyg</a></td></tr></tbody></table>

[← Back to Robots](/robohero-wiki/command-center/robots.md)


---

# 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://robohero.gitbook.io/robohero-wiki/command-center/robots/leveling-up.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.
