# Before Purchasing

### **Who should buy Soulslike Framework?**

* **Beginners who are willing to put in time and learn**:  A basic understanding of Blueprints, communication between them, inheritance, Enhanced Input, UMG (if you want to customize UI) and Gameplay Tags is required.&#x20;
  * Expect to invest at least **15-20** hours for learning.
* **Indie Teams**: Small teams can leverage the modularity and pre-built systems to save time and focus on content creation.
* **Experienced Developers**: Advanced users can use the framework as a base, extending functionality with C++ if needed.

{% hint style="info" %}
Support is available on Discord after checking the documentation and tutorials.
{% endhint %}


---

# 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/before-purchasing.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.
