# Introduction

{% embed url="<https://www.youtube.com/channel/UCilDXVMQb12k0FSmNKHYrUA>" fullWidth="false" %}
**You can find video tutorials on this YouTube channel.** \
Video illustrations of the docs, indicated by the 🎬 emoji, may be available as well.
{% endembed %}

PANORA|make is a single-person project **aiming to be the** **most accessible and complete landscape texturing solution** for Unreal ; usable from scratch or in addition to other landscape software like World Machine or Gaea (by allowing directly to input splatmaps on the terrain and still setting up the materials quickly).

It uses a mask-based workflow to automatically paint its materials as well as allowing to paint them manually. The materials themselves can be easely set up using the builder interface.

The shader is **meant to be used cached using Runtime Virtual Textures** to have the lowest impact possible on performance. The next pages will show you the features and how to use them.

{% hint style="success" %}
This documentation page refers to the **Latest 4.1 release** of PANORA|make for **Unreal Engine 5.1+**. If you are looking for the older Legacy (4.26-5.0) documentation page, you can find it [**here**](https://sylvl.gitbook.io/panoramake-legacy-docs)**.**
{% 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://sylvl.gitbook.io/panoramake-release/introduction.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.
