# Juju documentation Juju is an open source orchestration engine for software operators that enables the deployment, integration and lifecycle management of applications at any scale, on any infrastructure, using special software operators called ‘charms’. Juju provides a model-driven way to install, provision, maintain, update, upgrade, and integrate applications on and across Kubernetes containers, Linux containers, virtual machines, and bare metal machines, on public or private cloud. As such, Juju makes it simple, intuitive, and efficient to manage the full lifecycle of complex applications in hybrid cloud. For system operators and DevOps who manage applications in the cloud, Juju simplifies code; for CIOs, it helps align code with business decisions. ## In this documentation ```{toctree} :titlesonly: :hidden: user/index.md - Tutorial - How-to guides - Reference - Explanation contributor/index.md - Tutorial - How-to guides - Reference - Explanation - Unsorted ```` ````{grid} 1 1 2 2 ```{grid-item-card} [User docs](user/index.md) Docs for people who want to use `juju`, whether as SREs or as charm authors - [Tutorial](user/tutorial) -> **Start here!** - [How-to guides](user/howto/index) - [Reference](user/reference/index) - [Explanation](user/explanation/index) ``` ```{grid-item-card} [Contributor docs](contributor/index.md) Docs for people who want to contribute to `juju`, whether docs or code - [Tutorial](contributor/tutorial) - [How-to guides](contributor/howto/index) - [Reference](contributor/reference/index) - [Explanation](contributor/explanation/index) - [Unsorted](contributor/unsorted/index) ``` ```` (project-and-community)= ## Project and community Juju is an open source project that warmly welcomes community projects, contributions, suggestions, fixes and constructive feedback. * Learn about the [Roadmap & Releases](https://discourse.charmhub.io/t/5064) * Read our [Code of Conduct ](https://ubuntu.com/community/code-of-conduct) * Join our [Matrix chat](https://matrix.to/#/#charmhub-jujudev:ubuntu.com) * Join the [Discourse forum ](https://discourse.charmhub.io/t/welcome-to-the-charmed-operator-community/8) to talk about [Juju](https://discourse.charmhub.io/tags/c/juju/6/community-workshop), [charms](https://discourse.charmhub.io/c/charm/41), [docs](https://discourse.charmhub.io/c/doc/22), or [to meet the community](https://discourse.charmhub.io/tag/community-workshop) * Report a bug on [Launchpad ](https://bugs.launchpad.net/juju) (for code) or [GitHub](https://github.com/juju/docs/issues) (for docs) * Contribute to the code or the docs on [GitHub](https://github.com/juju/juju/blob/develop/CONTRIBUTING.md) * Visit the [Juju careers page](https://juju.is/careers)