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

# Masonry

## Stone Quarry

To start producing stone, you need a Stone Quarry.&#x20;

<figure><img src="/files/FxUFaIZpR98RVvIwEQ29" alt=""><figcaption><p>"A Stone Quarry produces Stone blocks that are essential for the construction of any settlement's buildings."</p></figcaption></figure>

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

This building costs <mark style="color:yellow;">3 Coins</mark>.

{% hint style="info" %}
Though stone is not used in conversion, it is essential in building special buildings, such as Houses.
{% endhint %}

***

## Tile Factory

In the "Tile Factory" you can produce <mark style="color:blue;">Clay</mark>, as well as convert <mark style="color:blue;">Clay</mark> to produce <mark style="color:purple;">Bricks</mark> and eventually <mark style="color:purple;">Pottery</mark>.

<figure><img src="/files/OkSrqBc8EQPBVQealehe" alt=""><figcaption><p>"This building produces Clay that is used to make Bricks. They can also be transformed into Pottery."</p></figcaption></figure>

<div><figure><img src="/files/iyqxJRgvs6h6uFCWvAPj" alt=""><figcaption></figcaption></figure> <figure><img src="/files/FErdLiprgnBHx1ihvOAl" alt=""><figcaption></figcaption></figure></div>

This building costs <mark style="color:yellow;">4 Coins</mark>.

{% hint style="info" %}
Obtaining <mark style="color:purple;">Bricks</mark> is beneficial for building special buildings, such as Houses and making <mark style="color:purple;">Pottery</mark> (which can be exchanged for <mark style="color:yellow;">Coins</mark> in some of the Houses).
{% 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://aldeon.gitbook.io/aldeon-online/buildings/masonry.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.
