# zulip > full-featured chat application for teams with threads, file sharing, voice chat, and more with integrations. * **Category**: Apps * **Status**: wip * **Image**: [`zulip`](https://hub.docker.com/r/zulip), 4, upstream * **Healthcheck**: * **Backups**: * **Email**: * **Tests**: * **SSO**: ## Quick start * `abra app new zulip` * `abra app secret insert smtp_password v1 ` (A working SMTP server is required for setup) * `abra app secret g -a ` * `abra app config ` * Populate SMTP settings by editing env variables that start with `SETTING_EMAIL`. * Add a valid email to `SETTING_ZULIP_ADMINISTRATOR`, this email will get error and support emails. * `abra app deploy ` > Zulip may takea while to actually become available after abra deems it to have started, please be patient For more, reed [`zulip's documentation`](https://zulip.readthedocs.io/en/latest/index.html).