{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}

{% trans %}If you've already decided to use Zulip for your organization, welcome! You can use our guide for moving to Zulip to get started.{% endtrans %}

{% trans %}Otherwise, here is some advice we often hear from customers for evaluating any team chat product:{% endtrans %}

  1. {% trans %}Invite your teammates to explore with you and share their unique perspectives.{% endtrans %} {% trans %}Use the app itself to chat about your impressions.{% endtrans %}
  2. {% trans %}Run a week-long trial with your team, without using any other chat tools. This is the only way to truly experience how a new chat app will help your team communicate.{% endtrans %}

{% trans %}Zulip is designed to enable efficient communication, and we hope these tips help your team experience it in action.{% endtrans %}

{% if corporate_enabled %} {{macros.contact_us_zulip_cloud(support_email)}} {% else %} {{macros.contact_us_self_hosted(support_email)}} {% endif %}

{% endblock %} {% block manage_preferences %}

{% trans %}Unsubscribe from welcome emails for {{ realm_name }}{% endtrans %}

{% endblock %}