# Documentation This is the documentation for the _Rally the Troops_ software and website. Here you will find information both about how to configure and run your own server instance and how to create new modules. ## For players * [Tips & Tricks](tips.md) * [Tournaments](tournaments.md) ## For developers * [Installing the server](server/install.md) * [Running a public server](server/production.md) * [Toolbox](server/toolbox.md) ## System overview * [Server architecture](overview/architecture.md) * [Database schema](overview/database.md) * [Module architecture](overview/module.md) ## Module implementation * [General tips and where to start](module/guide.md) * [Rules framework](module/rules.md) * [Script syntax](module/script.md) * [Utility library](module/library.md) * Create the user interface (todo) * Prepare the art assets (todo) * [Test with the Fuzzer](module/fuzzer.md)