# Короткий гайд

### Команди для зміни вашого становища

```
/sit
/crawl
/lay
```

***

### Спілкування

* Щоб писати в глобальний чат — перед повідомленням поставте `!`.\
  Приклад: `! Привіт усім`
* Щоб писати в локальний чат — пишіть без символа `!`.
* Особисті повідомлення:

```
/msg <нік>
```

* На сервері також присутній голосовий чат за допомогою мода SimpleVoice — дуже рекомендується завантажити (він завантажується автоматично разом з модом Evolution).

{% hint style="info" %}
Якщо у вас виникають проблеми з голосовим чат-модом, перевірте сумісність версії клієнта з модом SimpleVoice.
{% endhint %}

***

### Скіни

* Встановити скін:

```
/skin set <нік/url скіна>
```

* Прибрати скін:

```
/skin clear
```

* Оновити скін:

```
/skin update
```

***

### Плагіни "Evolution, Seasons"

* Інформація про кількість поставлених гравцями блоків:

```
/evoexp stats  -  особиста статистика
/evoexp top [номер сторінки]  -  загальний топ
```

* Покинути галарею сезонів у разі застрягання, або просто швидко:

```
/seasons exit
```


---

# 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://evolution-1.gitbook.io/evolution-mc/start-na-serveri-evolution/korotkii-gaid.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.
