> 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/learning/beginner-guides.md).

# Beginner Guides

These guides walk you through setting up and configuring the system for your project.

Follow them in order if you're new to **Easy Build System**. Each guide builds on the previous one.

***

#### **Quick Setup Guide**:

Get a working building system in your scene in one click.\
Configure your camera, input bindings, parts, and view to match your project setup.

{% content-ref url="/pages/fWTwSfDtxl6QiuDZE3gz" %}
[Quick Setup Guide](/easy-build-system/learning/beginner-guides/quick-setup-guide.md)
{% endcontent-ref %}

#### **VR/XR Setup Guide**:&#x20;

Get the building system running in VR.\
Install the XR packages, configure your headset plugin, and use the included VR demo.

{% content-ref url="/pages/qBSQ2Q4BP2gB29EwSfAb" %}
[VR/XR Setup Guide](/easy-build-system/learning/beginner-guides/vr-xr-setup-guide.md)
{% endcontent-ref %}

#### **Building Area Guide**:&#x20;

Define zones that control where players can and cannot build.\
Configure shape, inclusion mode, priority, and stack rules for layered permissions.

{% content-ref url="/pages/xDPCKiMY8HhrszMMaNXT" %}
[Building Area Guide](/easy-build-system/learning/beginner-guides/building-area-guide.md)
{% endcontent-ref %}

#### **Building Part Guide**:&#x20;

Create and configure Building Parts, the prefabs players can place, destroy, or upgrade.\
Set up identity, renderer variants, placement settings, behaviors, and conditions.

{% content-ref url="/pages/6vZUkhIiQ8CjoOXqqnGv" %}
[Building Part Guide](/easy-build-system/learning/beginner-guides/building-part-guide.md)
{% endcontent-ref %}

#### **Building Socket Guide**:&#x20;

Set up snap points so parts connect cleanly to each other.\
Configure socket radius, priority, and snapping points with reference or category matching.

{% content-ref url="/pages/WxtfZu1B2SmC7wJzLzQs" %}
[Building Socket Guide](/easy-build-system/learning/beginner-guides/building-socket-guide.md)
{% endcontent-ref %}


---

# 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/learning/beginner-guides.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.
