# mrbs > Multi Room Booking System * **Category**: Apps * **Status**: 3 * **Image**: [`mrbs`](https://github.com/dorianim/mrbs-docker), 2, upstream * **Healthcheck**: Yes * **Backups**: Yes * **Email**: Yes * **Tests**: No * **SSO**: No ## Quick start * `abra app new mrbs --secrets` (db_password currently unused due to container limitations) * `abra app config ` * `abra app deploy ` * `abra app run app bash` * `nano /config/www/config.inc.php` * Here all config parameters which need to be customized can be added. List of parameters and their documentation can be found on [MRBS Github](https://github.com/meeting-room-booking-system/mrbs-code/blob/main/web/systemdefaults.inc.php). The config file supports live reloding. For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).