# Welcome to the Zulip documentation! Welcome! Zulip's documentation is split into four parts: - [Help center documentation](https://zulip.com/help/), for users and administrators of Zulip organizations. - [Installation documentation](production/install.md), for installing and maintaining a production self-hosted Zulip installation. - [API documentation](https://zulip.com/api/), for writing integrations or bots using the Zulip API. - [Contributor documentation](contributing/contributing.md), for developing the Zulip software, translating, submitting bug reports, or making other contributions to the project. Zulip has well over 150,000 words of documentation. If you can't find what you're looking for, please [let us know](https://zulip.com/development-community/)! Further information on the Zulip project and its features can be found at . This site contains our installation and contributor documentation. If this is your first time here, you may want to start with [Production installation](production/install.md) or [Contributing guide](contributing/contributing.md). Contents: - {ref}`Overview ` - {ref}`Zulip in production ` - {ref}`Contributing to Zulip ` - {ref}`Development environment ` - {ref}`Developer tutorials ` - {ref}`Git guide ` - {ref}`Code testing ` - {ref}`Subsystem documentation ` - {ref}`Writing documentation ` - {ref}`Translating Zulip ` - {ref}`Outreach programs ` (overview)= ```{toctree} --- maxdepth: 3 --- Zulip homepage overview/index ``` (zulip-in-production)= ```{toctree} --- maxdepth: 3 --- production/index ``` (contributing-to-zulip)= ```{toctree} --- maxdepth: 3 --- contributing/index ``` (development-environment)= ```{toctree} --- maxdepth: 3 --- development/index ``` (developer-tutorials)= ```{toctree} --- maxdepth: 3 --- tutorials/index ``` (git-guide)= ```{toctree} --- maxdepth: 3 --- git/index ``` (code-testing)= ```{toctree} --- maxdepth: 3 --- testing/index ``` (subsystem-documentation)= ```{toctree} --- maxdepth: 3 --- subsystems/index ``` (writing-documentation)= ```{toctree} --- maxdepth: 3 --- documentation/index ``` (translating)= ```{toctree} --- maxdepth: 3 --- translating/index ``` (outreach)= ```{toctree} --- maxdepth: 3 --- outreach/index Index ```