# Documentation

#### 📚 **UNREAL STUDIOS KNOWLEDGE BASE**

Welcome to the official documentation and support hub for **Unreal Studios** scripts, tools, and systems.

Here you’ll find:

• 🧠 **Step-by-step install guides** for all Unreal releases\
• 🛠️ **Fixes & troubleshooting tips** for common issues\
• 🧩 **Full configuration breakdowns** for each resource\
• 🔄 **Fork support** and integration notes\
• 📦 **Changelogs & update documentation**

Whether you're setting up a new script or customizing an existing one, everything you need is right here.

💬 Need help beyond the docs?\
Join our support server for live assistance from our team:\
🔗 [discord.gg/WAZe8ruSTm](https://discord.gg/WAZe8ruSTm)


---

# 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://unreal-studios-1.gitbook.io/unreal-studios-documention/documentation.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.
