Files
zulip/help/join-a-zulip-organization.md
Shubham Padia 7ce87c66ac help: Make loose lists tight for help center files.
In our current implementation, loose lists and tight lists look the same
visually. Loose lists are lists with blank lines between list items, and
the contents of a list item should be enclosed in a paragraph tag in
that case. For unordered lists, paragraph tags have a bottom margin in
starlight and thus looses lists look much more spaced out than tight
lists.

That is not the behaviour we had in mind while writing the
documentation, the reason we had all these loose lists is to make the
documentation easy to write and read. So we attempt to remove all the
blank lines and fix the problem at source. Since paragraph tags are used
for other purposes in a list in starlight, it won't be a wise decision
to let the source be as is and just change things in css, other expected
behaviours might break in that case. See this topic for more details:
https://chat.zulip.org/#narrow/channel/19-documentation/topic/new.20help.20center.3A.20regressions/near/2226084

All the changes were made by a one-off script which has not been
commited to the repo. The script wasn't perfect and could not decide
between blank lines that make a list loose vs blank lines necessary for
a sub-list or a code block inside a list item. A manual review of all
the changes was done before making this commit to ensure that no
unintended changes were made to the help center files.
2025-07-22 14:36:25 -07:00

1.9 KiB

Joining a Zulip organization

By default, Zulip organizations require an invitation to join.

Organization owners can also allow anyone to join without an invitation, and/or restrict user email addresses to a company domain. See inviting new users.

Check if you need an invitation to join

{start_tabs}

  1. Go to the Zulip URL of the organization.

  2. Click Sign up in the top right corner of the page.

  3. If you see a sign-up form, invitations are not required! Otherwise, the page will say that you need an invitation to join.

{end_tabs}

Check if you need an email from a specific domain

{start_tabs}

  1. Go to the Zulip URL of the organization.

  2. Click Sign up in the top right corner of the page.

  3. Try to create an account with your desired email address.

  4. If your email address is not from an allowed domain, you will get an error message to that effect.

{end_tabs}

Accept an invitation

Invitations to Zulip organizations often come by email. Look for an email from Zulip. It may take a few minutes for the invitation email to reach your inbox.

Alternatively, an organization administrator may have sent you an invitation link via another method.

Tips

  • If you are joining multiple Zulip organizations, we recommend using the Zulip Desktop app. The desktop app makes it easy to switch between different organizations.
  • If your company uses single sign-on (SSO) authentication for Zulip, these instructions may not apply. Try going to your company's Zulip URL to see if there are instructions there; otherwise contact your manager or IT department for company-specific instructions.