> For the complete documentation index, see [llms.txt](https://docs.evolution.land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evolution.land/overview/faq/land-related.md).

# Land Related

## What is Land?

The size of each land is 100m x 100m. In this land space, the player can construct buildings. LAND has five [resource](/overview/faq/land-related.md) reserves that can be mined.

{% content-ref url="/pages/-MMBlteDHeviq3w8PSEE" %}
[Land](/getting-started/game-entities/land.md)
{% endcontent-ref %}

## Can the map be rotated?

In [v1](https://v1.evolution.land) interface, the continent map can be rotated on Mac and Windows System.

* On the Mac system, you can hold down the "command" and drag the land with the mouse to rotate the land to adjust the angle of view.
* On windows system, you can hold down "control" and drag the land with the mouse to rotate the land to adjust the angle of view.

In [v2](https://evolution.land) interface, the continent map can no longer be rotated.

## After the land is sold, will the picture on it still exist?

The auction center will temporarily keep the Land during the sale. At this time, the picture on the Land will be temporarily removed. When the player or the auction buys the Land is cancel, the picture will be displayed again.

## When the land is sold, do the apostles still on the land be sold together?

The Land sale does not include the Apostles working on it.

If you are the Land seller, you still can manage those Apostles to make them stop working and come back. But you can't deploy them on the Land (has a new owner now) again. The Apostles mined resource will go to the new land owner.

If you are the Land buyer, those Apostles will keep mining. The resource earned go to your wallet.

## Who is EVE? Why are there so many land?

[EVE](/readme.md) is an NPC. She represents the group of smart contracts.

In the story of the Evolution Land, to continue human civilization, all countries have joined together to successfully cultivate the first truly self-conscious intelligent body A.H.S. (Artificial Homo sapiens) named Eve (Eve).

EVE took the last hope of life on earth to the depths of the universe. After years of exploration, he discovered a planet suitable for the earth's life: the Evolution Land.

EVE creates lands, and she is facilitating the Initial Land Offering and other asset auctions and trading.

## Can I send an Land to my friend?

Yes, you can. Visit your Land's page and use "Gift" button to send to your friend's address.


---

# 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://docs.evolution.land/overview/faq/land-related.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.
