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

# Edycja i dostosowywanie opisu i logo Twojego ESTATE

Masz możliwość dostosowania informacji o ESTATE. Możesz:

* Edytować nazwę,
* Edytować opis,
* Edytuj adres URL,
* Prześlij logo,

## Jak dostosować swoje ESTATE

Po zalogowaniu przejdź do swojego profilu Sandbox, klikając "Me " na pasku narzędzi po lewej stronie witryny. Następnie przejdź do zakładki EKWIPUNEK, wybierz kartę LAND i wybierz tę, którą chcesz dostosować.

Na stronie informacyjnej danej parceli, zobaczysz trzy kropki po prawej stronie. Kliknij to, a następnie wybierz Edytuj.

{% hint style="info" %}
Alternatywnie, zlokalizuj swoją parcelę na mapie i kliknij ikonę edycji w panelu informacyjnym, gdy jest zaznaczona
{% endhint %}

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

### Nazwa i opis

Nadaj swojej LAND lub ESTATE unikalną nazwę i opisz, czego gracze mogą się tam spodziewać lub co mogą tam zrobić, jeżeli Cię odwiedzą. Postaraj się, aby opis ten był intrygujący i zachęcił innych graczy.

### Logo

Prześlij logo lub obraz, który będzie reprezentował Twoje cyfrowe nieruchomości.

Nie powinno być większe niż 90 kb i jednym z poniższych formatów `.webp` `.jpg`, `.png` lub`.svg.`&#x20;

{% hint style="info" %}
Możesz zrobić obraz wysokiej jakości (format .PNG lub wyższy), a następnie przekonwertować go na WebP, aby uzyskać lżejszy plik bez utraty jakości.
{% endhint %}

Obrazy w kształcie kwadratu w formacie .svg są optymalne. Inaczej, jeden LAND jest równy 40 px.

## Mapa

Twoja nowa nazwa, opis i logo będą widoczne na mapie LAND.

W ESTATE przesłane logo będzie widoczne jako miniatura na mapie. Jednak w przypadku mniejszych LAND, gracz będzie musiał wybrać LAND, aby wyświetlić jego informacje, aby zobaczyć obraz.

![](/files/-MMpP2GeF8mKrI9xBHQ9)

{% hint style="warning" %}
Należy pamiętać, że obrazy, nazwy i opisy muszą być zgodne z warunkami użytkowania The Sandbox. Oznacza to dla przykładu brak treści NSFW.&#x20;

[*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/jezyk-polski-2f-polish/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.
