# Overview

{% hint style="info" %}
You can access other content from the navigation menu.
{% endhint %}

## What is this thing?

To be simple: It is a character stat system.

Traditionally in games there's a lot of (STR, END, WIS) stats that are calculated by what level you are and the character's disposition toward those stats. The system is basically designed to fill that role. It entirely manages the modifiers and values of the stats.

If you want to take it at face value, just use it for that and go wild. It's super performant and easy to use.

To be more robust: It is a data growth management system. Use cases might include things like...

* Character Perks
* Skill Tree Investment Values
* Individual Traits
* Active Modifier system

You can do whatever. It does one basic thing: **It safely manages the value of some 'topic' for you based on growth rates and external offsets.**  We hope you find it useful, and we're eager to hear about how you use it! If you have feedback, we would love to hear about it on [Discord](https://discord.com/invite/WSZSgBN).

Pleasant adventures,\
\- Lane


---

# 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://lanefox.gitbook.io/attributes/master.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.
