> For the complete documentation index, see [llms.txt](https://docs.vanillasquad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vanillasquad.com/osnovnye/ustanovka-sborki-servera/kak-ustanovit-sborku-cherez-tlauncher.md).

# Как установить сборку через TLauncher?

### Шаг 1. Скачивание и установка TLauncher

1. **Перейдите на сайт TLauncher**\
   Откройте браузер и зайдите на официальный сайт TLauncher.
2. **Скачайте TLauncher**\
   Нажмите кнопку для скачивания версии, подходящей для вашей операционной системы (Windows, macOS, Linux).
3. **Установите TLauncher**\
   Запустите скачанный файл и следуйте инструкциям установщика.

### Шаг 2. Запуск TLauncher

1. **Откройте TLauncher**\
   Дважды щёлкните по значку TLauncher на рабочем столе или найдите его в списке программ.

### Шаг 3. Переход в раздел TLMODS

1. **Найдите TLMODS**\
   В главном окне лаунчера найдите логотип **TLMODS** рядом с кнопкой "Войти в игру" и нажмите на него.

<figure><img src="/files/I9HBn7tP8yxBJUspGmWW" alt=""><figcaption></figcaption></figure>

### Шаг 4. Поиск сборки VanillaSquad

1. **Перейдите в раздел мод-паков**\
   В открывшемся окне TLMODS выберите вкладку **Мод-паки**.<br>

   <figure><img src="/files/3G8yfGIDZWQnB0UzGiat" alt=""><figcaption></figcaption></figure>
2. **Найдите VanillaSquad**\
   В строке поиска введите VanillaSquad и нажмите Enter.<br>

   <figure><img src="/files/K8cieaXRf3160UlZ6tSA" alt=""><figcaption></figcaption></figure>

### Шаг 5. Установка сборки

1. **Выберите сборку**\
   В результатах поиска найдите мод-пак **VanillaSquad** и щёлкните по нему.
2. **Установите сборку**\
   Нажмите кнопку **Установить** и дождитесь завершения загрузки.

### Шаг 6. Запуск игры

1. **Запустите игру**\
   После установки вы увидите сообщение об успешном завершении.\
   Нажмите **Войти в игру** в главном окне TLauncher, чтобы запустить Minecraft с установленной сборкой VanillaSquad.
2. **Настройте профиль**\
   При первом запуске настройте параметры игры (графика, управление), если требуется.

Теперь вы готовы наслаждаться игрой на сервере VanillaSquad с установленной сборкой модов! Если возникнут вопросы, обратитесь к нашей поддержке в Discord.


---

# 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.vanillasquad.com/osnovnye/ustanovka-sborki-servera/kak-ustanovit-sborku-cherez-tlauncher.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.
