# Welcome to Soulslike Framework!

<figure><img src="https://3303637552-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAGs3il6rJbkejwPOlEP%2Fuploads%2Fmu7OtRNzSp3qDyJble1P%2FSLF_Thumb.png?alt=media&#x26;token=8e66433d-6c72-4872-906d-68d081bda0e7" alt=""><figcaption></figcaption></figure>

Welcome to the official documentation for Soulslike Framework. This framework is crafted to help you build a Soulslike experience in Unreal Engine using Blueprint-friendly, industry-standard systems. Whether you're an indie developer or part of a larger team, this guide will provide all the information you need to get started.

### Lets get started:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Framework Overview</strong></td><td>Discover the features of Soulslike Framework and see how it can enhance your development process.</td><td></td><td></td><td><a href="framework-overview">framework-overview</a></td></tr><tr><td><strong>Getting Started</strong></td><td>Set up your first Soulslike project in Unreal Engine with step-by-step instructions.</td><td></td><td></td><td><a href="getting-started/quickstart">quickstart</a></td></tr><tr><td><strong>Core Systems</strong></td><td>Explore the core systems offered by Soulslike Framework</td><td></td><td></td><td><a href="components-managers">components-managers</a></td></tr><tr><td><strong>Utility Tools</strong></td><td>Utilize powerful tools such as the <strong>Item Creator</strong> and <strong>Action Creator</strong> provided by Soulslike Framework to simplify and accelerate your development process.</td><td></td><td></td><td><a href="getting-started/quickstart-1">quickstart-1</a></td></tr><tr><td><strong>Customization</strong></td><td>Learn how to extend and modify the Soulslike Framework to align perfectly with your game’s specific needs.</td><td></td><td></td><td><a href="workflow">workflow</a></td></tr></tbody></table>


---

# 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/readme.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.
