# World

Evolution Land is one of the planets in the universe, with a radius of 5,279.58 m and an equator of 36,000 m. The climatic conditions are similar to those of the Earth. There will be rivers, land, mountain valleys, plains, and all kinds of other various landforms on the planet.

![The Evolution Land continents from planet view](/files/-MNYW1JQ_wGfmJUfd8B8)

Abbreviated sketches and summaries of maps: The planet contains a total of 26 [continents](/getting-started/game-entities/continent.md), of which 24 contain 2025 (that is, 45x45) [lands](/getting-started/game-entities/land.md), and two special large continents contain 7921 (22x360). + 1) Lands, each land is 100 m x 100 m. Lands with plane coordinates of (x, y) can correspond to latitude and longitude (except latitude x, longitude y, north and south poles, no flat surface coordinates).

The total number of lands is 360 × (135 + 44) + 2 = 64442 if all 26 continents are deployed. Due to the presence of geomorphic factors, the number of auctionable lands will be less than the total number of lands themselves.

![The plane of view of the Evolution Land's continent](/files/-MNHypLTOsr_cSaOcZkO)

The codes of the continents are defined by 2 methods, one of which is coded in the order of geographical location, from north to south, from west to east, and is numbered 1-26. Another method of coding is to use the English alphabet from A-Z in accordance with the time sequence of the opening of the continent.

![The distribution and design of the continent A’s lands on Evolution land](/files/-MNYW1JVOBVAv00OOLjQ)


---

# Agent Instructions: 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://docs.evolution.land/getting-started/game-entities/world.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.
