# Introduction

> **AI Copilot for Unreal Engine**

Welcome to Puro - your intelligent assistant for accelerating game development with Unreal Engine. This documentation will guide you through everything you need to know about using Puro effectively.

***

### What is Puro?

Puro is an intelligent copilot designed specifically for Unreal Engine developers. It integrates seamlessly into your workflow, providing:

* **Intelligent suggestions** for Blueprint nodes and connections
* **Python task execution** with automatic error correction
* **Context-aware commands** that understand your project structure
* **AI-powered code generation** tailored to Unreal Engine best practices

Whether you're a beginner learning Unreal Engine or an experienced developer looking to speed up your workflow, Puro helps you build your projects faster and smarter.

### Key Benefits

* ⚡ **Accelerate Development** - Generate complex Blueprint logic in seconds
* 🧠 **Context-Aware** - Understands your project structure and provides relevant suggestions
* 🔧 **Auto-Correction** - Automatically fixes Python script errors
* 🎮 **UE Native** - Built specifically for Unreal Engine workflows

***


---

# 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://docs.puroengine.com/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.
