> For the complete documentation index, see [llms.txt](https://wiki.pulsar.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pulsar.game/assets/lands/land-size-and-layout.md).

# Land Size & Layout

Bigger lands have more surface, so they hold more resource deposits and fit in more players; however, they'll require additional effort to defend from alien invasions.

The layout of the land includes its buildable space shape, how many entrances does it have and their location. Some lands will have more open spaces, which may allow for faster transportation (because a unit may be able to go from point A to point B in a straight line), while others will have narrower passageways, which will be easier to defend in case of attack.&#x20;

The amount of buildable space, entrances and deposits is the same for all lands of the same size (i.e. all Large Lands will have the same number of entrances, etc).

There are no building requirements that demand a land of a given size, so all current structures can be constructed on a land of any size.&#x20;

## All current structures can be constructed on a land of any size&#x20;

## Small&#x20;

{% hint style="info" %}
Formerly called 2x2 lands.&#x20;
{% endhint %}

This land is a perfect fit for one player, as it has enough resource deposits to establish production, while being compact enough to ensure easier defense. Two players should also feel comfortable in this area and enjoy tight collaboration.

## Medium&#x20;

{% hint style="info" %}
Formerly called 4x4 lands.&#x20;
{% endhint %}

A relatively large piece of land that is difficult to mount and defend alone. But united in a group of four people, you can both effectively squeeze out resources and repel attacks on this territory.

## Large&#x20;

{% hint style="info" %}
Formerly called 8x8 lands.&#x20;
{% endhint %}

The territory is vast enough to puzzle over the organization of production and protection. Having eight players should be enough to maximise the production, provided they are effectively cooperating. But in fact, this land can accommodate even more people with something to do for each of them.

## Enormous&#x20;

{% hint style="info" %}
Formerly called 16x16 lands.&#x20;
{% endhint %}

Here, even sixteen players can settle freely. There should be enough resources and space for everyone. However, only an organised group of players can reveal the true potential of this territory - it is impossible to establish effective production and defense without cooperation.


---

# 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://wiki.pulsar.game/assets/lands/land-size-and-layout.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.
