# Introduction

{% hint style="info" %}
This guide covers all the functionalities provided by **Easy Grid Builder Pro 2 - Beta**. Once you’ve completed the guide and become familiar with the asset, please consider leaving a review on the [**Asset Store**](https://assetstore.unity.com/packages/slug/298820) page!\
\
Last Update January 02, 2025
{% endhint %}

## <mark style="color:green;">Overview</mark>

Easy Grid Builder Pro 2 is the next evolution in grid-based building solutions for Unity, offering unmatched power, flexibility, and ease for both 2D and 3D games. Build smarter, faster, and better.

**Easy Grid Builder Pro 2** is currently in beta and will remain so until the end of **Q1 2025**. This guide will be updated alongside new releases. Be sure to check out our **Roadmap** for the latest updates!

🗺️ [**Road Map**](https://trello.com/b/zSrcKcYN/easy-grid-builder-pro)

💬 [**Discord Community & Support**](https://discord.gg/htM3sMgWfw)

📝 [**Patch Notes**](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-2-documentation/getting-started/patch-notes)

## <mark style="color:green;">Getting Started</mark>

We recommend starting with the [**Quick Start Guide**](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-2-documentation/getting-started/quick-start-guide). It will walk you through importing **Easy Grid Builder Pro 2** and setting up your project correctly to avoid errors and issues.

**Easy Grid Builder Pro 2** supports only the **Universal Render Pipeline (URP)** and **High Definition Render Pipeline (HDRP)**. For more details, refer to the [**Render Pipeline Compatibility**](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-2-documentation/getting-started/render-pipeline-compatibility) section.

{% content-ref url="../walk-through-tutorial/make-a-2d-city-builder" %}
[make-a-2d-city-builder](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-2-documentation/walk-through-tutorial/make-a-2d-city-builder)
{% endcontent-ref %}

{% content-ref url="../walk-through-tutorial/make-a-3d-city-builder" %}
[make-a-3d-city-builder](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-2-documentation/walk-through-tutorial/make-a-3d-city-builder)
{% endcontent-ref %}

{% content-ref url="../walk-through-tutorial/make-a-3d-modular-house-builder" %}
[make-a-3d-modular-house-builder](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-2-documentation/walk-through-tutorial/make-a-3d-modular-house-builder)
{% endcontent-ref %}

{% content-ref url="../walk-through-tutorial/review-demo-scenes" %}
[review-demo-scenes](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-2-documentation/walk-through-tutorial/review-demo-scenes)
{% endcontent-ref %}


---

# 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://soulgamess-studio.gitbook.io/easy-grid-builder-pro-2-documentation/getting-started/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.
