# About the Framework

### **What is Soulslike Framework?**

Soulslike Framework is a Blueprint-based framework for Unreal Engine, specifically designed to simplify the creation of games inspired by Soulslike mechanics. Its modular, data-driven, and event-driven architecture provides maximum flexibility, making it easy to integrate and customize. Whether you're a beginner or an experienced developer, Soulslike Framework offers a user-friendly foundation to bring your unique game vision to life.

### **Why Soulslike Framework?**

Soulslike Framework offers several distinct advantages over other solutions, especially for teams or individuals looking for scalability, ease of use, and rapid prototyping:

* **Blueprint-First**: Unlike most C++ assets, Soulslike Framework is entirely built in Blueprints. This means:
  * It’s beginner-friendly.
  * You can tweak, prototype, and test mechanics in real-time without recompiling code.
* **Modular & Data-Driven**: Everything is powered by Gameplay Tags and Data Assets. You can:
  * Swap out components without breaking other systems.
  * Add custom mechanics easily.
* **Utility-Focused**: It includes a lot of Utility tools that will be saving you hours of repetitive work.
* **High-End, Professional UI**: Inspired by Elden Ring, with clean, professional designs and animations. Built entirely with UMG.


---

# 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://soulslike-framework.isik.vip/framework-overview/about-the-framework.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.
