> For the complete documentation index, see [llms.txt](https://kit.labutin.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kit.labutin.gg/overview.md).

# Overview

Welcome to the official documentation for Indie GameKit, a comprehensive solution for Unreal Engine 5 game developers looking to accelerate their development process without sacrificing quality or performance. Our plugin is designed with indie developers and small teams in mind, providing powerful tools that are easy to use and require no deep programming knowledge.

### Module Overview

Indie GameKit consists of several modules, each addressing a specific aspect of game development. Below is a brief overview of each module with links to detailed documentation:

#### Scalable Float

A powerful tool for creating scalable numeric parameters. Easily configure values that change based on various game conditions, such as difficulty level or player progress.

#### Data Save

A simple and efficient system for saving and loading game data. Uses Gameplay Tags and DataAssets to organize data, providing convenient Blueprint functions for managing game states.

#### **Game Entities**

A system for managing game objects using Gameplay Tags and attributes. Provides a flexible way to categorize and query entities in your game world.

#### Game Variables

A system for creating and managing global variables accessible throughout your project. Simplifies data exchange between different parts of your game.

#### Game Resources

An intuitive system for managing in-game resources. Simplifies creation of complex game economies, resource systems, and UI representation without extensive coding.

### Getting Started

To start using Indie GameKit:

1. Install the plugin through the UE5 Marketplace
2. Activate the plugin in your project settings
3. Explore the documentation for the modules you're interested in
4. Begin integrating Indie GameKit features into your project!

### Support and Feedback

We're constantly working to improve Indie GameKit and value your input. If you have questions, suggestions, or have discovered an issue:

* Join our [Discord community](https://discord.com/invite/TFyc8tBzyb)

Thank you for choosing Indie GameKit. Let's create amazing games together!


---

# 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:

```
GET https://kit.labutin.gg/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.
