> For the complete documentation index, see [llms.txt](https://whitepaper.lastodyssey.io/lastodyssey/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.lastodyssey.io/lastodyssey/5.-gameplay/for-beginners/buildings.md).

# Buildings

<figure><img src="https://lh7-us.googleusercontent.com/DDxvEO30nL-BrBaamw97C97e9NChLGyD2ngLKWBBqf5et0Avejbc4NdGs13OIag93-bDz_1T-2w9PCCqIHepS32vV4vjQj4IAQiLzLoN6-DzdPJMwLN7js5ZyRjyzeSyOyI97LFCM2uuKijeXOBgu_s" alt=""><figcaption></figcaption></figure>

Utilizing the merge-to-upgrade feature, commanders can merge identical buildings to elevate them to advanced levels, with ***the maximum level capped at 80***. To visually represent the progression and distinction among building units, structures undergo a gradual transformation in appearance. This evolution is marked by the use of materials progressing from low to high quality, including wood, brick, stone, metal, and precious minerals.

### City Structure

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

### Military & Resources Structure

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


---

# 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://whitepaper.lastodyssey.io/lastodyssey/5.-gameplay/for-beginners/buildings.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.
