# Examples of using

All types of buildings in games can be divided into 3 types. We will analyze an example of the construction of each of them:

## Everything at one point

There are buildings where all walls, floors and ceilings are rooted in the same position. Then how can a plugin help here?&#x20;

![](https://1342146514-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Miv3EXCNd7epqTWHahf%2F-MiwWUEEs6d265Ac0PxY%2F-MiwkpCDmWuT1UgJlCmm%2FPivotAtSameLoc.png?alt=media\&token=73589d43-b2a1-4de9-84b8-889aa85ffca4)

For building a house - no way. But it can help you spawn furniture quickly. To get started, please see the guide at the link below.

{% content-ref url="examples-of-using/adding-furniture" %}
[adding-furniture](https://nexon3333.gitbook.io/building-tools/examples-of-using/adding-furniture)
{% endcontent-ref %}

![](https://1342146514-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Miv3EXCNd7epqTWHahf%2F-Miz4KJ8gFrYuRLemt1O%2F-Mj-R-zhH3qVQuLBg7gp%2FFurniture9_Sofa.gif?alt=media\&token=5e5de11d-cbca-40d3-8590-7b47dec3bb35)

## Modular house

A **modular house** is a collection of assets that are similar in size. For example: the length of all walls is a multiple of 10 centimeters. This allows us to assemble a house of any shape from different pieces, without the need to change the scale of assets.

![](https://1342146514-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Miv3EXCNd7epqTWHahf%2F-MjPSzaxpkPUvipVlGeC%2F-MjQSBzoEtWQpMQHMAug%2FModular.png?alt=media\&token=939a8e39-6e55-4252-a203-0a138e646631)

When creating a building without a plug-in - you need a surface on which you will place the walls. In a plugin, this is optional. Thing you can change the height of the **"Grid Floor"** at any time, and place the walls on the grid even on the second floor, or above the void.

{% content-ref url="examples-of-using/modular-house" %}
[modular-house](https://nexon3333.gitbook.io/building-tools/examples-of-using/modular-house)
{% endcontent-ref %}

## House made of pieces

Unlike modular buildings, some assets are not similar in size. To create buildings from them, you need to change their scale. Do it with your hands for a very long time. The plugin allows you to do this much faster!

![](https://1342146514-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Miv3EXCNd7epqTWHahf%2F-MjWAi40E0uwBRvPUZ9d%2F-MjWB6pTaBZRSsXtWh7C%2FPieceLaibo.png?alt=media\&token=5fb21a6b-196b-4435-9ae9-2ab81c9300df)

{% content-ref url="examples-of-using/house-made-of-pieces" %}
[house-made-of-pieces](https://nexon3333.gitbook.io/building-tools/examples-of-using/house-made-of-pieces)
{% 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://nexon3333.gitbook.io/building-tools/examples-of-using.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.
