# Welcome

{% hint style="info" %}
**This documentation is valid for Story Framework version 5.0, and above (Unreal version 5.1 - 5.6).**\
If you're using a version older than 5.0 and looking for more info, feel free to reach out to me via discord and I'd be more than happy to help you out where I can.
{% endhint %}

Welcome to the official documentation page for Story Framework (SF). This doc will take you through all of the different moving parts that function in coherence with each other, walk you through some of the core systems, and further information about editing the different sections with SF.

The left hand side nav-bar covers the separate "sections" found within the framework, and should be used as reference when editing/customizing specific parts of SF. If there are any further questions, or concerns you may have with the framework, feel free to reach out to me via our [discord community.](https://discord.gg/SNwgyAjQPs)

{% hint style="warning" %}
If you're looking for a specific topic or function covered in this documentation and can't seem to find it, feel free to message me via discord, or email and I'll point you in the right direction.\
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\
If for any reason, you're experiences issues or errors, please kindly reach out via email or discord for support before negatively reviewing Story Framework
{% 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://visualonecompany.gitbook.io/home/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.
