> For the complete documentation index, see [llms.txt](https://docs-en.coderblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.coderblock.com/coderblock-lands/open-world.md).

# Open World

The **Open World** is the main virtual world of Coderblock, consisting of an interconnected network of virtual terrains called [Lands](/coderblock-lands/lands.md).

&#x20;It is an open map that can be explored virtually, where the location of each land is represented by [specific coordinate pairs](/coderblock-lands/visit-land-with-direct-link.md).&#x20;

Lands in the Open World can be owned by [Landowners ](/coderblock-lands/landowners-main-benefits.md)or by Coderblock itself: on privately owned Lands, Landowners build virtual scenes and experiences independently, while on Coderblock-owned Lands, virtual scenes represent cities within the Coderblock universe.

Among the most important cities in the Coderblock universe are **Oasis**, where interesting events and initiatives take place, and **Hexagon**, the capital and central city on the map. Both will play a crucial role in Coderblock's first official video game, which is currently in development. In this world, the evening brings a dark sky full of stars, making for a magical experience!

<figure><img src="/files/a7GigKYgsn5yrPwTsqXQ" alt=""><figcaption><p><em><strong>Oasis Town, Open World.</strong></em></p></figcaption></figure>

Following this [guide](/coderblock-world/platform-access/open-world-and-spaces.md), you can enter the Open World and begin exploring it immediately, moving freely between the lands that make it up.


---

# 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://docs-en.coderblock.com/coderblock-lands/open-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.
