> For the complete documentation index, see [llms.txt](https://province-helper.gitbook.io/province-helper-lite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://province-helper.gitbook.io/province-helper-lite/ustanovka-i-sistemnye-trebovaniya.md).

# Установка и системные требования

{% hint style="warning" %}
Чтобы программа работала, Вам необходимо установить AutoHotKey.\
Инструкция по его установке находится ниже.
{% endhint %}

### Системные требования

Рекомендуется использование версии **Windows 23H2 и ниже**.\
На версии 24H2 программа не сможет отправлять автоматически отыгровки, необходимо будет воспользоваться функцией ручной отправки отыгровок.\
Также может не работать функция авто-взятия оружия в оружейной.

**Как узнать версию Windows?**\
\- нажмите правой кнопкой мыши по значку Windows на панели задач\
\- выберите пункт "Система"\
\- в открывшемся окне разверните раздел "Характеристики Windows"

### Как получить ссылку на скачивание программы?

1. Перейдите в [диалог](https://vk.com/im?sel=-183939452) с группой ВКонтакте
2. Отправьте сообщение "Скачать программу"
3. Прочитайте инструкцию и скачайте установщик/файл по нажатию одной из кнопок
4. Если Вы скачали файл, а не установщик, перенесите его в папку **C:/Program Files/Province Helper (**<mark style="color:red;">**это обязательно**</mark>**)**.\
   Если этой папки нет, создайте её вручную.

### Как установить AutoHotkey?

{% hint style="info" %}
Если Вы воспользуетесь установщиком, то он предложит установить AutoHotkey во время установки, скачивать вручную ничего не нужно будет.
{% endhint %}

1. Скачайте программу AutoHotkey по [ссылке](https://www.autohotkey.com/download/1.1/AutoHotkey_1.1.34.03_setup.exe).
2. Запустите скачанный файл, выберите версию Unicode 32/64-bit (в зависимости от Вашей операционной системы).
3. Выберите путь установки и нажмите кнопку "Next". **Обязательно нужно оставить всё, как в установщике.**
4. Поставьте последнюю галочку **"Add 'Run with UI Access' to context menus".**
5. Нажмите кнопку "Install". **Здесь рекомендуется оставить все чек-боксы, как есть.**


---

# 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://province-helper.gitbook.io/province-helper-lite/ustanovka-i-sistemnye-trebovaniya.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.
