> 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/what-can-you-do-with-land/editing-and-customising-your-estates-description-and-logo.md).

# Modifica e personalizzazione del logo e descrizione del tuo ESTATE

Tu hai la possibilitá di personalizzare le informazioni del tuo ESTATE. Come:&#x20;

* Impostare il nome.
* Impostare la descrizione.
* Impostare l'URL.
* Caricare un logo.

## Come personalizzare il tuo ESTATE

Vai nel tuo profilo di The Sandbox, cliccando *Me* a sinistra nella barra degli strumenti nel sito in cui sei loggato. Dopo vai in *Inventory,* clicca sulla sezione ESTATE e seleziona quello che desideri personalizzare.&#x20;

Nel sito informativo del ESTATE, vedrai a destra tre punti. Fai click su questo e poi su *Modifica*.

{% hint style="info" %}
In alternatica, individua il tuo ESTATE nella mappa e clicca sull'icona modifica nel pannello delle informazioni mentre é selezionata.
{% endhint %}

![The LAND edit screen (the layout of this page may be subject to change)](/files/-MMpOoWL9In-QHq8l3uu)

### Nome e descrizione

Dai alla tua LAND o ESTATE un nome unico e fai sapere ai giocatori cosa si potrebbero aspettare o fare in caso la visitino. Cerca di renderla attraente per i giocatori.

### Logo

Carica un logo o un'immagine che rappresenti il tuo real-estate digitale.

Questo non dovrebbe essere piú di 90kb nei formati `.webp` `.jpg`, `.png` o `.svg`.&#x20;

{% hint style="info" %}
Puoi creare un'immagine di alta qualitá (in formato .PNG o superiore) e poi [convertirla in WebP](https://webp-converter.com/) per avere un file leggero senza sacrificare la qualitá.&#x20;
{% endhint %}

Le immagini quadrate in formato .svg sono le migliori. Ad ogni modo, 1 LAND é uguale a 40px.

## La mappa

Il tuo nome, descrizione e logo saranno visibili nella mappa delle LAND.&#x20;

Su ESTATE, il logo che hai caricato sará visibile in miniatura sulla mappa. Tuttavia, per LAND piú piccole, il giocatore dovrá selezionare la LAND per poter vedere le informazioni a riguardo come l'immagine.&#x20;

![](/files/-MMpP2GeF8mKrI9xBHQ9)

{% hint style="warning" %}
Tieni presente che le immagini, nomi e descrizioni devono essere conformi ai termini di utilizzo di The Sandbox. Ció significa nessun contenuto NSFW é concesso, per esempio.

[*https://www.sandbox.game/en/terms-of-use/*](https://www.sandbox.game/en/terms-of-use/)
{% endhint %}


---

# 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/what-can-you-do-with-land/editing-and-customising-your-estates-description-and-logo.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.
