# Introduction

This guide aims to be a new community resource for Unreal Engine 4. The first initiative behind this guide is to find and preserve as much of the original Unreal Engine 4 Wiki as possible. In addition to preserving the original wiki content, we're also planning on publishing new and updated content that may be useful to the Unreal development community. This can be seen with the new "Quick Reference" section.

If you're looking to help us in the archiving effort, [click here](https://unreal.gg-labs.com/wiki-archives#a-new-community-driven-wiki-was-launched-for-unreal-engine-4).

## I want to contribute, how can I help?

1. [Fork the repository for this site on Github](https://github.com/NickGlenn/Unreal-Engine-4-Community-Guide).
2. Create a Pull Request in Github for the changes made to the book.
3. Assign [@nickglenn](https://github.com/nickglenn) as a reviewer.


---

# 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.gg-labs.com/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.
