> 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-curseforge.md).

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

### Шаг 1. Установка лаунчера CurseForge

1. **Перейдите на сайт CurseForge**\
   Откройте браузер и зайдите на официальный сайт [CurseForge](https://www.curseforge.com/download/app).
2. **Скачайте лаунчер**\
   Нажмите кнопку **Download for Windows** или выберите версию для вашей операционной системы (macOS, Linux).
3. **Установите лаунчер**\
   Запустите скачанный файл и следуйте инструкциям установщика.

### Шаг 2. Настройка лаунчера

1. **Запустите CurseForge**\
   Откройте лаунчер после установки.
2. **Авторизуйтесь**\
   Войдите в существующий аккаунт CurseForge или создайте новый, следуя подсказкам.

### Шаг 3. Поиск и установка сборки VanillaSquad

1. **Выберите Minecraft**\
   В главном меню лаунчера перейдите на вкладку **Minecraft**.<br>

   <figure><img src="/files/RHzwCN0VoNrHNPhDhyu3" alt=""><figcaption></figcaption></figure>
2. **Найдите сборку**\
   Нажмите **Browse Modpacks** (Просмотр сборок модов).<br>

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

   \
   В строке поиска введите VanillaSquad и нажмите Enter.\ <br>

   <figure><img src="/files/XGvQuTsRyFLCBfK8pmbg" alt=""><figcaption></figcaption></figure>
3. **Установите сборку**\
   Найдите VanillaSquad в результатах поиска, выберите её и нажмите **Install** (Установить).\
   Дождитесь завершения загрузки и установки модов.

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

1. **Запустите сборку**\
   Вернитесь на вкладку **Minecraft**, найдите VanillaSquad в списке установленных сборок и нажмите **Play** (Играть).\
   Лаунчер запустит Minecraft с установленной сборкой модов.<br>

   <figure><img src="/files/ZVdgG3IF2ywssMOaiym3" alt=""><figcaption></figcaption></figure>
2. **Настройте профиль**\
   При первом запуске настройте параметры игры (графика, управление), если необходимо.

Теперь вы готовы играть на сервере VanillaSquad с установленной сборкой 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-curseforge.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.
