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

# Введение

### Впервые на сервере?

* [Настройка клиента для игры](/klient/launcher-dlya-piratov.md)
* [Решение проблем с отображением скинов](/klient/problemy-so-skinami.md)
* [Словарь терминов, используемые на сервере](/slovar-terminov.md)

### Ищете гайды?

* [Гайд по системе скинов](/gaidy/sistema-skinov.md)

## Форматирование текста

### Цитата

Выделяется фиолетовым курсивом (иногда заключена в кавычки). Цитатой обозначается текст, взятый с стороннего источника.

Например : *<mark style="color:purple;">"Шляпа, смайлы, доступ в дискорд сабов, возможность ставить треки на некоторых стримах! Всё это с тобой!"</mark>*

### Ссылка

Просто ссылка на сайт или на страницу. Например [такая](/vvedenie.md).

### Эмодзи

Используются только внутри статей для обозначения значимости текста.

:exclamation: - Обязательно к прочтению/скачиванию;

:grey\_exclamation:- Просто полезно;

:eggplant: - Код баклажан.


---

# 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:

```
GET https://docs.lejalki.ru/vvedenie.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.
