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

# The Sandbox - LAND

- [Cos'é una LAND?](https://docs.sandbox.game/the-sandbox/ita/land/what-is-land.md): Scopri cos'é una LAND nel Metaverso di The Sandbox.
- [Cosa sono gli ESTATE?](https://docs.sandbox.game/the-sandbox/ita/land/what-is-land/what-are-estates.md): Apprendi di piú riguardo gli ESTATE in The Sandbox.
- [Cosa sono le LAND premium?](https://docs.sandbox.game/the-sandbox/ita/land/what-is-land/what-are-premium-lands.md): Cosa sono le LAND premium e in che modo si differenziano dalle LAND singole? Scoprilo qui.
- [Cosa sono i DISTRETTI?](https://docs.sandbox.game/the-sandbox/ita/land/what-is-land/what-are-districts.md): Scopri cosa sono i DISTRETTI in The Sandbox e cosa puoi farci.
- [Di che dimensioni sono le LAND e gli ESTATE?](https://docs.sandbox.game/the-sandbox/ita/land/what-is-land/how-big-are-lands-and-estates.md): Quanto spazio c'é su una LAND? E in quali dimensioni sono disponibili gli ESTATE? Scoprilo qui.
- [Cosa puoi fare con una LAND?](https://docs.sandbox.game/the-sandbox/ita/land/what-can-you-do-with-land.md): Possedere una LAND ti apre la porta a parecchie possiiblitá. Scopri quali in questa sezione.
- [Come si crea un gioco su una LAND?](https://docs.sandbox.game/the-sandbox/ita/land/what-can-you-do-with-land/how-do-you-make-a-game-on-land.md): Possedere o affittare una LAND ti permette di pubblicare un gioco su di esso.
- [Modifica e personalizzazione del logo e descrizione del tuo ESTATE](https://docs.sandbox.game/the-sandbox/ita/land/what-can-you-do-with-land/editing-and-customising-your-estates-description-and-logo.md): Scopri come impostare la descrizione e l'anteprima di un ESTATE.
- [Domande piú comuni e frequenti sulle LAND](https://docs.sandbox.game/the-sandbox/ita/land/general-faq-land.md): Le domande piú comuni e richieste dalla community riguardo le LAND - Ecco le risposte!
- [Comprare, vendere o noleggiare LAND](https://docs.sandbox.game/the-sandbox/ita/land/buying-selling-and-renting-land.md): Impara di piú riguardo l'acquisizione, la vendite e il noleggio delle LAND.
- [Vendite pubbliche di LAND](https://docs.sandbox.game/the-sandbox/ita/land/buying-selling-and-renting-land/public-land-sales.md): Leggi di piú riguardo le vendite pubbliche di LAND .
- [Giochi ed esperienza sulla LAND](https://docs.sandbox.game/the-sandbox/ita/land/games-and-experiences-on-land.md): Impara di piú riguardo i giochi e le esperienze che si possono creare nelle LAND nel metaverso di The Sandbox.
- [Teletrasporto e portali](https://docs.sandbox.game/the-sandbox/ita/land/transportation-and-portals.md): Scopri di più sul teletrasporto e sui viaggi attraverso il metaverso di The Sandbox.


---

# 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.sandbox.game/the-sandbox/ita/land.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.
