# Visitare le Land

Ciascuna delle land di cui detieni la [proprietà](/coderblock-lands/comprare-le-land.md), è caratterizzata da una **coppia di coordinate** che ne rappresentano la posizione sulla mappa dell’Open World.

Puoi utilizzare queste coordinate per generare un link diretto alla tua land in questo modo:

`https://game.coderblock.com/#id=Metaverse1&x=`***X***`&z=`***Y***

Nell'URL sopra, basterà sostituire la ***X*** con la coordinata X della tua Land e la ***Y*** con la sua coordinata Y.

Se ad esempio vuoi atterrare sulla land di coordinate (*33, 38*), l'URL da utilizzare sarà questo qui: <https://game.coderblock.com/#id=Metaverse1&x=33&z=38>


---

# 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-it.coderblock.com/coderblock-lands/visitare-le-land.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.
