# 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](/docs/tips) * [Tournaments](/docs/tournaments) ## For developers * [Installing the server](/docs/server/install) * [Running a public server](/docs/server/production) * [Toolbox](/docs/server/toolbox) ## System overview * [Server architecture](/docs/overview/architecture) * [Database schema](/docs/overview/database) * [Module architecture](/docs/overview/module) ## Module implementation * [General tips and where to start](/docs/module/guide) * [Rules framework](/docs/module/rules) * [Script syntax](/docs/module/script) * [Utility library](/docs/module/library) * Create the user interface (todo) * Prepare the art assets (todo) * [Test with the Fuzzer](/docs/module/fuzzer)