# World of Tanks mod development > Documentation for creating World of Tanks modifications: Python 2.7, ActionScript 3, Gameface, game resources, and mod distribution. The links below point directly to clean Markdown representations. Some English pages are translation placeholders; use the Russian index when a page is incomplete. ## Context bundles - [Full documentation](https://docs.wotstat.info/en/llms-full.txt): all pages in this language in one file. - [Russian documentation index](https://docs.wotstat.info/llms.txt): canonical and most complete documentation. ## Home - [Mod development for World of Tanks](https://docs.wotstat.info/en/index.md): World of Tanks is a game that’s very well suited for creating mods. However, the entry barrier is quite high: there’s no official documentation, and community guides are incomplete or outdated. ## First Steps - [Automation](https://docs.wotstat.info/en/guide/first-steps/automatization/index.md): Documentation page: Automation. - [AS3 with Animate](https://docs.wotstat.info/en/guide/first-steps/devtools/index.md): Documentation page: AS3 with Animate. - [AS3 with Animate](https://docs.wotstat.info/en/guide/first-steps/environment/animate/index.md): Documentation page: AS3 with Animate. - [AS3 Environment](https://docs.wotstat.info/en/guide/first-steps/environment/as3/index.md): Documentation page: AS3 Environment. - [Python: How It Works](https://docs.wotstat.info/en/guide/first-steps/environment/python/how-it-works.md): Documentation page: Python: How It Works. - [Python Environment](https://docs.wotstat.info/en/guide/first-steps/environment/python/index.md): Documentation page: Python Environment. - [First Mod](https://docs.wotstat.info/en/guide/first-steps/first-mod/index.md): Documentation page: First Mod. - [First UI Mod](https://docs.wotstat.info/en/guide/first-steps/first-ui-mod/index.md): Documentation page: First UI Mod. - [Introduction](https://docs.wotstat.info/en/guide/first-steps/introduction/index.md): Documentation page: Introduction. - [PjOrion Setup](https://docs.wotstat.info/en/guide/first-steps/pjorion/index.md): Documentation page: PjOrion Setup. ## Scripting - [AS3 Theory](https://docs.wotstat.info/en/guide/scripting/as3-theory/index.md): Documentation page: AS3 Theory. - [Source Code](https://docs.wotstat.info/en/guide/scripting/sources/index.md): Documentation page: Source Code. ## Integrations - [Style Aggregator – Custom Style Integration](https://docs.wotstat.info/en/guide/integrations/user-customization/index.md): Documentation page: Style Aggregator – Custom Style Integration. - [Data Provider](https://docs.wotstat.info/en/guide/integrations/wotstat-widgets/data-provider/index.md): Documentation page: Data Provider. - [Introduction](https://docs.wotstat.info/en/guide/integrations/wotstat-widgets/introduction/index.md): Documentation page: Introduction. - [Remote Control](https://docs.wotstat.info/en/guide/integrations/wotstat-widgets/remote-control/index.md): Documentation page: Remote Control. ## Crosshairs - [How Crosshairs Work](https://docs.wotstat.info/en/guide/crosshair/how-it-works/index.md): Documentation page: How Crosshairs Work. ## Remodelling - [Blender](https://docs.wotstat.info/en/guide/modelling/blender/index.md): Documentation page: Blender. - [Introduction](https://docs.wotstat.info/en/guide/modelling/introduction/index.md): Documentation page: Introduction. - [Unified Editor First Steps](https://docs.wotstat.info/en/guide/modelling/unified-editor/first-steps/index.md): Documentation page: Unified Editor First Steps. - [Unified Editor Interface](https://docs.wotstat.info/en/guide/modelling/unified-editor/interface/index.md): Documentation page: Unified Editor Interface. ## Distribution - [Create Your Modpack](https://docs.wotstat.info/en/guide/distribution/create-modpack/index.md): Documentation page: Create Your Modpack. - [Forum](https://docs.wotstat.info/en/guide/distribution/forum/index.md): Documentation page: Forum. - [Modpacks](https://docs.wotstat.info/en/guide/distribution/modpacks/index.md): Documentation page: Modpacks. ## Widgets - [Stream Widgets](https://docs.wotstat.info/en/guide/widgets/stream/index.md): Documentation page: Stream Widgets. ## Useful Programs - [FFDec – Free Flash Decompiler](https://docs.wotstat.info/en/guide/programs/ffdec/index.md): Documentation page: FFDec – Free Flash Decompiler. ## Other - [Editing Documentation](https://docs.wotstat.info/en/guide/other/edit-docs/index.md): Documentation page: Editing Documentation. ## Articles - [Asynchronous Programming with adisp](https://docs.wotstat.info/en/articles/adisp/index.md): Using adisp to emulate async/await style coroutines in Python 2.7 World Of Tanks client. - [How to Create a Context Menu](https://docs.wotstat.info/en/articles/how-to-create-context-menu/index.md): Imperative and declarative ways to create context menus in the World Of Tanks client UI. - [How to create a widget for streams with remote control](https://docs.wotstat.info/en/articles/how-to-create-remote-control-widget/index.md): In this article, we’ll go step by step to create a stream widget with remote control. You can follow along and end up with a working widget. - [How to Work with Dependency Injections](https://docs.wotstat.info/en/articles/how-to-work-with-di/index.md): Using the dependency helper module and common game client interfaces in World Of Tanks mods. - [Multilaunch](https://docs.wotstat.info/en/articles/multilaunch/index.md): Safe approaches for launching multiple World Of Tanks clients for testing mods. - [Retrieving Average Damage Statistics for Vehicles from the Client](https://docs.wotstat.info/en/articles/vehicle-moe/index.md): Below is an example of how to request from the server the distribution of average damage for a vehicle from the game client.