# Vinipi\`s Stats System

#### Here you will find everything you need to know before buying and to implement the system into your own project in less than 10 minutes.

## 1 - What does the plugin do?

The plugin contains a custom `actor component` designed to handle stats and attributes in both single and multiplayer experiences, while giving you 100% freedom to customize the look and feel of your game and UI.

## 2 – What do I need to know to be able to use the plugin?&#x20;

The most basic level of Blueprints knowledge is enough; everything can be done by following these docs.

## 3 – What is a stat?

A stat is essentially an attribute or level, defined by a Gameplay Tag and two floats—one for the current value and one for the maximum. In the example project, Health, Shield and Stamina are implemented as stats, but you can use the same system to represent any numeric value, such as player level or kill count.

### Now that you have everything you need to get started, let the fun begin!


---

# 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://vinipistudios.gitbook.io/vinipis-stats-system/vinipi-s-stats-system.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.
