> For the complete documentation index, see [llms.txt](https://herai.gitbook.io/her.ai-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://herai.gitbook.io/her.ai-whitepaper/platform-overview/character-value.md).

# Character value

* **Level:** Determined by the cumulative experience gained, the level determines the character's ability, and also determines the maximum heart rate and energy bar - -
* **Experience:** Acquired through daily interaction
* **Heartbeat:** Determined by the level, which determines the number of HER Tokens earned for each interaction&#x20;
* **Energy:** Every interaction will consume energy value. When the energy reaches zero, the interaction will no longer generate HER Token, and the energy value can be restored by consuming Gem Token

<table data-header-hidden><thead><tr><th width="113">LVL</th><th width="198">EXP</th><th width="194">ENERGY</th><th>HEARTBEAT</th></tr></thead><tbody><tr><td>LVL</td><td>EXP</td><td>ENERGY</td><td>HEARTBEAT</td></tr><tr><td>Lvl 01</td><td>0-100</td><td>100</td><td>100</td></tr><tr><td>Lvl 02</td><td>101-150</td><td>100</td><td>100</td></tr><tr><td>Lvl 03</td><td>151-350</td><td>100</td><td>100</td></tr><tr><td>Lvl 04</td><td>351-600</td><td>200</td><td>200</td></tr><tr><td>Lvl 05</td><td>601-900</td><td>200</td><td>200</td></tr><tr><td>Lvl 06</td><td>901-1250</td><td>400</td><td>400</td></tr><tr><td>Lvl 07</td><td>1251-1650</td><td>400</td><td>400</td></tr><tr><td>Lvl 08</td><td>1651-2100</td><td>600</td><td>600</td></tr><tr><td>Lvl 09</td><td>2100-</td><td>1000</td><td>1000</td></tr></tbody></table>

* **Energy Repair Times:**&#x45;very day, there is a limit to the number of energy repair. If the remaining Energy Repair Times reach 0, further repairs cannot be performed. It's important to note that each basic account is limited to 1 repair.
* **Heart Repair Times:**&#x45;very day, there is a limit to the number of heart repair. If the remaining Heart Repair Times reach 0, further repairs cannot be performed. Please note that each basic account is limited to 2 repair.


---

# 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://herai.gitbook.io/her.ai-whitepaper/platform-overview/character-value.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.
