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

# Construction System

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

#### A building's construction system is responsible for supplying building NFTs to the ecosystem. To upgrade a building's tier, buildings of the same tier are used as materials (=demand). The number of buildings is reduced by the upgrading system, and the construction system is there to supply them again. However, only building owners (who are granted a construction license per building) can build new buildings, and Lay 007 Robot and $Orb are consumed as resources to construct new buildings.

{% hint style="danger" %} <mark style="color:red;">**Note: Keep in mind that all tokens and NFTs spent on the upgrade are irrevocable and non-refundable.**</mark>
{% endhint %}


---

# 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:

```
GET https://orbcity.gitbook.io/orbcity/building/construction-system.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.
