# Workshop Guide

## Workshop Guide

- [Использование Workshop](https://workshop-guide.magicbyte.ru/workshop/ispolzovanie-workshop.md)
- [Установка модификации](https://workshop-guide.magicbyte.ru/workshop/ustanovka-modifikacii.md): Как установить только что скачанный мод?
- [Редактирование файлов локализации](https://workshop-guide.magicbyte.ru/mods/redaktirovanie-failov-lokalizacii.md)
- [Форматы цветов](https://workshop-guide.magicbyte.ru/mods/formaty-cvetov.md): На этой страницы описаны используемые форматы цветов
- [Проблемы с модификациями](https://workshop-guide.magicbyte.ru/mods/problemy-s-modifikaciyami.md): Прежде чем открыть тикет о проблеме с модификацией, прочитайте эту страницу.
- [MagicByteSharedLibrary](https://workshop-guide.magicbyte.ru/mods/magicbytesharedlibrary.md): Вспомогательный мод для модов от MagicByte.
- [DayZShop](https://workshop-guide.magicbyte.ru/mods/dayzshop.md)
- [DayZSetManager 1.0.0-1.1.3](https://workshop-guide.magicbyte.ru/mods/dayzsetmanager-1.0.0-1.1.3.md): Мод предназначен для предоставлением игрокам выбора снаряжения и точки появление при возрождении.
- [DayZSetManager 2.0.0 +](https://workshop-guide.magicbyte.ru/mods/dayzsetmanager-2.0.0-+.md): Мод предназначен для предоставления игрокам возможности выбора снаряжения и точки появления при возрождении.
- [NotPicksarAnims](https://workshop-guide.magicbyte.ru/mods/notpicksaranims.md)
- [DayZPartyManager](https://workshop-guide.magicbyte.ru/mods/dayzpartymanager.md): Открытие меню - P. Установка метки - T
- [Magic Bank](https://workshop-guide.magicbyte.ru/mods/magic-bank.md): Банкинг от MagicByte
- [MagicBattlePass](https://workshop-guide.magicbyte.ru/mods/magicbattlepass.md)
- [MagicSkins](https://workshop-guide.magicbyte.ru/mods/magicskins.md)
- [DayZMapManager](https://workshop-guide.magicbyte.ru/mods/dayzmapmanager.md)
- [UI](https://workshop-guide.magicbyte.ru/mbsl-docs/ui.md)
- [Система уведомлений](https://workshop-guide.magicbyte.ru/mbsl-docs/ui/sistema-uvedomlenii.md)
- [Система локализации](https://workshop-guide.magicbyte.ru/mbsl-docs/ui/sistema-lokalizacii.md)
- [Группа виджетов](https://workshop-guide.magicbyte.ru/mbsl-docs/ui/gruppa-vidzhetov.md)
- [Модели вызова функций](https://workshop-guide.magicbyte.ru/mbsl-docs/modeli-vyzova-funkcii.md)
- [Асинхронное выполнение задач](https://workshop-guide.magicbyte.ru/mbsl-docs/modeli-vyzova-funkcii/asinkhronnoe-vypolnenie-zadach.md)
- [Строго типизированные функции](https://workshop-guide.magicbyte.ru/mbsl-docs/modeli-vyzova-funkcii/strogo-tipizirovannye-funkcii.md)
- [Привязка аргументов строго типизированных функций](https://workshop-guide.magicbyte.ru/mbsl-docs/modeli-vyzova-funkcii/strogo-tipizirovannye-funkcii/privyazka-argumentov-strogo-tipizirovannykh-funkcii.md)
- [Строго типизированные события](https://workshop-guide.magicbyte.ru/mbsl-docs/modeli-vyzova-funkcii/strogo-tipizirovannye-funkcii/strogo-tipizirovannye-sobytiya.md)
- [Promise (обещание значения)](https://workshop-guide.magicbyte.ru/mbsl-docs/modeli-vyzova-funkcii/promise-obeshanie-znacheniya.md)
- [Цепочки Promise](https://workshop-guide.magicbyte.ru/mbsl-docs/modeli-vyzova-funkcii/promise-obeshanie-znacheniya/cepochki-promise.md)
- [Работа с сетью](https://workshop-guide.magicbyte.ru/mbsl-docs/rabota-s-setyu.md)
- [RPC (Remote Procedure Call)](https://workshop-guide.magicbyte.ru/mbsl-docs/rabota-s-setyu/rpc-remote-procedure-call.md)
- [RFC (Remote Function Call)](https://workshop-guide.magicbyte.ru/mbsl-docs/rabota-s-setyu/rfc-remote-function-call.md)
- [Файловая система](https://workshop-guide.magicbyte.ru/mbsl-docs/failovaya-sistema.md)
- [Коллекции](https://workshop-guide.magicbyte.ru/mbsl-docs/kollekcii.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://workshop-guide.magicbyte.ru/workshop/ispolzovanie-workshop.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.
