> For the complete documentation index, see [llms.txt](https://oxya-origin.gitbook.io/oxya-origin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oxya-origin.gitbook.io/oxya-origin/tech/unreal-engine-5.md).

# Unreal Engine 5

Oxya Origin games are being developed with the power of **Unreal Engine 5**, an open-source game engine used in games such as Fortnite, GTA Definitive Edition, and many more.

The cutting-edge engine's capabilities gave us access to technologies such as **Lumen Nanite** to render the game **more beautiful and realistic** than anything currently on the market while also making it lighter to run and therefore more **accessible to the mainstream public.**

<figure><img src="/files/Q21xPaGPfumnst8smsWc" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://oxya-origin.gitbook.io/oxya-origin/tech/unreal-engine-5.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.
