# Unfolding Engine Documentation

## Welcome to Unfolding Documentation

This documentation has everything you need to learn how to use the Unfolding Engine to make the game / module you want. To start I'd recommend you take a look at the quick start guide.

{% content-ref url="quick-start" %}
[quick-start](https://barchboi.gitbook.io/unfolding-engine-manual/quick-start)
{% endcontent-ref %}

## Patreon

If you'd like to support Unfolding you can support it on this site. Unfolding aims to be a free software that is crowd funded by its users.

{% embed url="<https://www.patreon.com/Unfolding>" %}

## Discord

{% embed url="<https://discord.com/invite/krZ7Sna>" %}

{% hint style="info" %}
This is a first draft of the wiki, if you have any suggestions or find information on this wiki confusing please let me know on the Discord, Itch.io , or the Steam forums. Or if anything there is a feedback system at the bottem of the page whether or not you found the information on the documentation helpful
{% 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://barchboi.gitbook.io/unfolding-engine-manual/master.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.
