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

# ПРОЧИЕ МЕХАНИКИ

- [Система войны](https://wiki.mixland.net/mechanics/wars.md)
- [Как начать войну](https://wiki.mixland.net/mechanics/wars/kak-nachat-voinu.md): Требования для объявления войны.
- [Очки войны](https://wiki.mixland.net/mechanics/wars/ochki-voiny.md): Важная часть системы войны, которая отвечает за прогресс боевых действий. Узнайте, как зарабатывать очки для вашего города и как они влияют на ход войны.
- [Фазы войны](https://wiki.mixland.net/mechanics/wars/fazy-voiny.md): Этапы ведения войны между городами.
- [Захват чанков](https://wiki.mixland.net/mechanics/wars/zakhvat-chankov.md): Процесс захвата территорий во время войны.
- [Боевые ограничения](https://wiki.mixland.net/mechanics/wars/boevye-ogranicheniya.md): Правила и ограничения во время войны.
- [Нейтралитет](https://wiki.mixland.net/mechanics/wars/neitralitet.md): Нейтралитет - это статус, который защищает город от войн. Пока город находится в нейтрале, его нельзя атаковать, но он также не может сам участвовать в войнах.
- [Дополнительные механики](https://wiki.mixland.net/mechanics/wars/dopolnitelnye-mekhaniki.md): Особенности для усиления войны.
- [Исходы войны](https://wiki.mixland.net/mechanics/wars/iskhody-voiny.md): Возможные результаты после завершения войны.
- [Меню и Команды](https://wiki.mixland.net/mechanics/wars/menyu-i-komandy.md): Интерфейс и команды для управления войной.
- [Квартиры](https://wiki.mixland.net/mechanics/flats.md)
- [Создание](https://wiki.mixland.net/mechanics/flats/sozdanie.md): Что такое квартиры.
- [Управление](https://wiki.mixland.net/mechanics/flats/upravlenie.md): Покупка квартир.
- [Алкоголь](https://wiki.mixland.net/mechanics/brewery.md)
- [Информация о механике](https://wiki.mixland.net/mechanics/brewery/informaciya-o-mekhanike.md): Варка, ферментация, дистилляция, выдержка.
- [Рецепты](https://wiki.mixland.net/mechanics/brewery/recepty.md)


---

# 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://wiki.mixland.net/mechanics.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.
