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

# First Building

<figure><img src="/files/2tgtg9yQ6WlrqtYHD40v" alt=""><figcaption><p>First Building</p></figcaption></figure>

After purchasing the land, you can begin constructing your first building. Each building requires a specific amount of land. Typically, initial buildings require approximately 7 hexagons of land for placement.&#x20;

{% hint style="success" %}
A recommended starting strategy is to establish resource factories for each type of resource. \
👉 [Explore Beginner Strategies](/hexplanet/play-and-earn/beginner-strategies.md).
{% endhint %}

## **To build your first building:**

* <mark style="background-color:orange;">Tap</mark> on one of your available hexagons.

<figure><img src="/files/Kyf53dU9q50LlOdM83zu" alt=""><figcaption><p>Tap on one of your available hexagons</p></figcaption></figure>

* <mark style="background-color:orange;">Select</mark> the "Buildings" button in the menu and choose the branch of buildings and the specific building you wish to construct.

<figure><img src="/files/Phibfbc1zrYn7YkcZyAx" alt=""><figcaption><p>Select the "Buildings" button and Press the "Buy" button and pay with crystals</p></figcaption></figure>

* <mark style="background-color:orange;">Press</mark> the "Buy" button and <mark style="background-color:orange;">pay</mark> with crystals.

<figure><img src="/files/EGMkc3UtrU5LqfSVjzQF" alt=""><figcaption><p>Confirm your choice and press the "Buy" button again</p></figcaption></figure>

* <mark style="background-color:orange;">Obtain</mark> the building and <mark style="background-color:orange;">press</mark> the "Build" button, ensuring that you have chosen the correct construction site.

<figure><img src="/files/ogTWOmlBNckgkjdzrSkI" alt=""><figcaption><p>Obtain the building and press the "Build" button</p></figcaption></figure>

* <mark style="background-color:orange;">Confirm</mark> your choice and <mark style="background-color:orange;">press</mark> the "Build" button again.

<figure><img src="/files/C3YPMyUwTTYpgFJbUt5o" alt=""><figcaption><p>Confirm that you want to build a building in this location.</p></figcaption></figure>

Excellent! You have constructed your first building! For the most impatient, there is a "Speed Up" button, where, for a small fee, your building will be constructed instantly.

<figure><img src="/files/Qs2OiThvFWYGNH8IkrBg" alt=""><figcaption><p>Excellent! You have constructed your first building!</p></figcaption></figure>

If you tap on the constructed building, a building menu will appear, for example, for the DNA Tower, this includes the "Life Quality" and "Dome" options.&#x20;

<figure><img src="/files/vPvL02FOWVkHW8FZHuUY" alt=""><figcaption><p>If you tap on the constructed building, a building menu will appear</p></figcaption></figure>

{% hint style="info" %}
👉 [Explore detailed building construction instructions](/hexplanet/wiki/building-constructions.md).
{% 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, and the optional `goal` query parameter:

```
GET https://su0-1.gitbook.io/hexplanet/getting-started/first-building.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.
