> For the complete documentation index, see [llms.txt](https://marsology.tonplanets.com/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://marsology.tonplanets.com/ru/realizaciya-proekta/telegram-bot/nastroiki.md).

# Настройки

<figure><img src="/files/4xEEGh0fV2agOmu2nlun" alt=""><figcaption><p>Меню настроек в боте</p></figcaption></figure>

### Статистика

Каждому зарегистрированному игроку доступна общая статистика по количеству и редкости участков. Вы можете воспользоваться этой информацией, чтобы определить для себя наиболее перспективные направления инвестиций в недвижимость на Марсе. Также, здесь можно узнать и другую полезную информацию.

### **Изменить цвет карты**

Ранее в игре была доступна только одна карта поверхности Марса, раскрашенная под земные цвета, но позже была добавлена ещё одна раскраска биомов и возможность выбора между ними. Вам решать на Марсе какого цвета вам приятнее играть. В каком-то смысле это отражение логотипа проекта через персонализацию интерфейса.

### **Управление приватностью**

<figure><img src="/files/JltnN4ZwsFsqjfpNBovB" alt=""><figcaption><p>Меню настроек конфиденциальности</p></figcaption></figure>

В этом меню продублированы настройки личного аккаунта игрока с сайта проекта.

Только вы решаете:

Какой у вас будет псевдоним в игре\
Показывать ли ваш псевдоним вообще\
Показывать ли ваш кошелёк в сети TON\
Показывать ли Телеграм аккаунт, если он привязан\
Показывать ли ваш аватар, если вы его загружали \
Показывать ли № достижения (речь идёт о [**Первопроходцах**](/ru/igrovye-obekty-i-nft/dostizheniya/pervoprokhodec.md), [**Колонизаторах**](/ru/igrovye-obekty-i-nft/dostizheniya/kolonizator.md) и **Индустриализаторах**).


---

# 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://marsology.tonplanets.com/ru/realizaciya-proekta/telegram-bot/nastroiki.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.
