# FreeBeeGee Documentation [FreeBeeGee Homepage](https://freebeegee.org/) | [GitHub](https://github.com/ludus-leonis/FreeBeeGee) ## User Documentation * The [Readme](../README.md) contains an overview what FreeBeeGee can do. So does the [FreeBeeGee Homepage](https://freebeegee.org/). * Press the `h` key after joining a room to open the online help. It contains a primer how to use FreeBeeGee as well as a list of hotkeys. * The [Roadmap](roadmap.md) contains information about what features might come next. ## Admin Documentation * The [Installation Instructions](INSTALL.md) will get you started. * The [Troubleshooting Instructions](troubleshooting.md) might help, too. ## Developer Documentation * The [Building instructions](build.md) explain how to rebuild FreeBeeGee from source. * The [Snapshot](snapshots.md) documentation can help you create your own games. Work in progress. * The [Datamodel](datamodel.md) doc explains the JSON data format used by FreeBeeGee. Work in progress. * The [API](api.md) doc explains the available Rest endpoints of the FreeBeeGee API. Work in progress. * The [Contributing Guidelines](../CONTRIBUTING.md) explain what coding standards and source code layout FreeBeeGee adheres to. ## Other Documentation * The full [Changelog](../CHANGELOG.md) of every change made to FreeBeeGee. * The [License](../LICENSE.md) of FreeBeeGee. * The [Why?](why.md) explains a few technical decisions.