# What are Blueprints?

&#x20;The **Blueprints Visual Scripting** system in Unreal Engine is a complete gameplay scripting system based on the concept of using a **node-based** interface to create gameplay elements from within Unreal Editor.

![Blueprints Visual Scripting editor panel](/files/-MFnfl2A3CDGLETMguxb)

This system is extremely **flexible** and **powerful** as it provides the ability for **designers** to use virtually the full range of concepts and tools generally only available to programmers.&#x20;

In addition, **Blueprint-specific markup** available in **Unreal Engine's C++** implementation enables programmers to create baseline systems that can be extended by designers.


---

# 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://www.xrdev.app/mixed-reality-docs/mixed-reality-using-unreal-engine/blueprints/concepts/what-are-blueprints.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.
