> For the complete documentation index, see [llms.txt](https://mindcodeinteractive.gitbook.io/easy-build-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mindcodeinteractive.gitbook.io/easy-build-system/get-started/getting-started.md).

# Getting Started

This page walks you through importing the package and setting up your project.

***

{% stepper %}
{% step %}

### **Importing the Package**

If you're using **Easy Build System** for the first time, import it into a new empty project first. This lets you explore how it works before integrating it into an existing project.

You can install **Easy Build System** directly from the Unity editor:

1. Open or create a project with a supported Unity version. Check compatibility here.
2. Go to **Window > Package Manager**.
3. Select the **My Assets** tab.
4. Search for "Easy Build System".
5. Click **Update** or **Download** then **Import**.

{% hint style="success" %}
Always use the latest version to benefit from the most recent improvements and fixes.
{% endhint %}
{% endstep %}

{% step %}

### **Hub Manager**

After importing, the **Hub Manager** window opens automatically.\
It sets up your project for the active render pipeline and validates your configuration.

If you need to open it via: `Tools > Mind Code Interactive > Easy Build System > Hub...`
{% endstep %}

{% step %}

<figure><img src="/files/PNM1lg7iI8bFqCsgrPHO" alt="" width="563"><figcaption></figcaption></figure>

This is central dashboard for managing the system.

From here you can:

* **Getting Started**: View your package version, render pipeline, and Unity version.
* **Samples**: Browse and open all included demo scenes directly from the editor.
* **Integrations**: Install and manage third-party integrations.
* **Extensions**: Install and manage extensions.
* **Integrity Checks**: Configure the render pipeline and validate your project setup.
* **Release Notes**: View the full changelog for each version.
* **Roadmap**: See upcoming features and planned updates.
  {% endstep %}

{% step %}

### **Exploring Samples**

The package includes several demo scenes that showcase the system's features.\
Explore them to understand how everything works before building your own setup.

You can browse all the samples scenes directly from the Hub Manager's **Samples** tab.

They are also available in:\
`Assets/Mind Code Interactive/Easy Build System/Packages/Samples`

The demos use the default set of [Building Parts](/easy-build-system/reference/building-part.md) to demonstrate modular building.\
You can also use other ready-made parts included in the package, or your own custom parts.
{% endstep %}

{% step %}

### Package Content

The project is organized under `Assets/Mind Code Interactive/` with the following structure:

<figure><img src="/files/iLXAECD1n5e2eNRQYS3W" alt=""><figcaption></figcaption></figure>

**Framework**: Contains all the core scripts, components, art assets, and resources required for the system to work. This folder is updated with each new version.

**Packages**: Contains extensions, integrations, and sample scenes with shared content (animations, models, textures, starter assets).
{% endstep %}

{% step %}

### What's Next

Want to go deeper? Check out the [Beginner Guides](/easy-build-system/learning/beginner-guides.md) for step-by-step walkthroughs.
{% endstep %}
{% endstepper %}


---

# 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://mindcodeinteractive.gitbook.io/easy-build-system/get-started/getting-started.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.
