> For the complete documentation index, see [llms.txt](https://docs.nice1.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nice1.dev/nice1-plugin/unreal-plugin.md).

# Unreal Plugin

### Getting Started

To add the Nice1 Plugin into your Unreal project you just need to download or clone our latest version of the Nice1 Unreal plugin and put its content into the `Plugins` folder in your project's root diretory (were your .uproject file is located). You can manually create a `Plugins` folder if it does not exists already.

### Setup

To ensure the Nice1 plugin functions correctly, you need to provide the necessary license and blockchain network information.

1. Launch Unreal Editor: Open your project in Unreal Engine.
2. Navigate to Settings: Go to Edit -> Project Settings -> Nice1 Settings.
3. Enter Required Information: Fill out all the fields with

### Blueprint example

![alt tex](https://github.com/nice1-blockchain/nice1-plugin/blob/develop/UE-Plugin/Nice1Plugin/Documentation/BlueprintExample.jpg?raw=true)

{% hint style="warning" %}
**⏳ Documentation under revision.**
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.nice1.dev/nice1-plugin/unreal-plugin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
