diff --git a/docs/docs/user/tools/capella/local-installation-vs-collab-mgr.md b/docs/docs/user/tools/capella/local-installation-vs-collab-mgr.md
new file mode 100644
index 0000000000..ca26246a02
--- /dev/null
+++ b/docs/docs/user/tools/capella/local-installation-vs-collab-mgr.md
@@ -0,0 +1,78 @@
+<!--
+ ~ SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors
+ ~ SPDX-License-Identifier: Apache-2.0
+ -->
+
+# Difference between a local installation and the Capella Collaboration Manager
+
+You may have thought about why you should use the Capella Collaboration Manager
+and not just a local Capella installation. It depends on a variety of factors,
+so here is a decision help:
+
+<table>
+  <tr>
+    <th style="width:20%"></th>
+    <th style="width:40%">Local Capella Installation</th>
+    <th style="width:40%">Capella Collaboration Manager</th>
+  </tr>
+  <tr>
+    <td><b>Differences between operating systems</b></td>
+    <td>When the team uses different operating systems or dependencies, there may be small differences in the Capella behaviour. Bugs have to be collected and reported for each OS individully. In addition, it's important that all users use the same font, otherwise diagrams will change on each save when a new font is applied. Diagrams might look different on different devices.</td>
+    <td>All sessions run on Linux in a Docker container with exactly the same dependencies. Bugs are easier to reproduce.</td>
+  </tr>
+  <tr>
+    <td><b>Configuration</b></td>
+    <td>Manual configuration by users. Some configuration options have to be aligned in the team.</td>
+    <td>Pre-defined configuration according to best-practises and experience. Users may deviate from the central configuration via modifications in their personal workspace.</td>
+  </tr>
+  <tr>
+    <td><b>Performance</b></td>
+    <td>Native Capella performance, no latency in local projects.</td>
+    <td>Performance depends on the internet connection and latency.</td>
+  </tr>
+  <tr>
+    <td><b>Backups</b></td>
+    <td>Unless saved on a remote server like TeamForCapella or Git, changes have to be backed up manually.</td>
+    <td>Workspaces can be backed up regularly (this service might not be enabled for all environments).</td>
+  </tr>
+  <tr>
+    <td><b>Offline working</b></td>
+    <td>Offline working possible with local models or with the Git workflow. Not possible with TeamForCapella.</td>
+    <td>Access via browser with active internet connection. Working offline is not possible at the moment.</td>
+  </tr>
+  <tr>
+    <td><b>Installation effort</b></td>
+    <td>Software, plugins, dependencies and dropins have to be installed and updated manually.</td>
+    <td>Everything is installed centrally and managed by the System Administrators.</td>
+  </tr>
+  <tr>
+    <td><b>Working together in one Capella instance</b></td>
+    <td>Requires external software for screen sharing.</td>
+    <td>Natively integrated with session sharing. You can see other users' pointers and collaborate interactively.</td>
+  </tr>
+  <tr>
+    <td><b>Task automation</b></td>
+    <td>Tasks can be automated using `capellambse` and `capellambse-context-diagrams` locally. Python, dependencies and packages have to be installed manually.</td>
+    <td>Native integration of Jupyter with the latest versions of `capellambse` and `capellambse-context-diagrams` preinstalled.</td>
+  </tr>
+  <tr>
+    <td><b>Support effort</b></td>
+    <td>High effort to support installation on many different devices. Workspaces and logs are not accessible centrally.</td>
+    <td>Central log collection and installation. For debug purposes, workspace can be accessed by System Administrators.</td>
+  </tr>
+  <tr>
+    <td><b>Access management</b></td>
+    <td>Access has to be managed centrally, either manually on the TeamForCapella server or via AD groups.</td>
+    <td>Access is self-managed by project administrators.</td>
+  </tr>
+  <tr>
+    <td><b>Support for read-only sessions</b></td>
+    <td>Users consume licenses in TeamForCapella projects for read-access. Changes to the model are not prohibited.</td>
+    <td>All changes to models in read-only sessions are discarded. No license is needed for read-only sessions.</td>
+  </tr>
+  <tr>
+    <td><b>Monitoring capabilities</b></td>
+    <td>Monitoring has to be built manually.</td>
+    <td>Monitoring of TeamForCapella repositories, license usage and usage of different tools / versions.</td>
+  </tr>
+</table>
diff --git a/docs/docs/user/tools/capella/t4c-git-compare.md b/docs/docs/user/tools/capella/t4c-git-compare.md
index b43aee6b90..1c4d3e9ffc 100644
--- a/docs/docs/user/tools/capella/t4c-git-compare.md
+++ b/docs/docs/user/tools/capella/t4c-git-compare.md
@@ -20,7 +20,7 @@
   </tr>
   <tr>
     <td><b>Concurrent working</b></td>
-    <td>Very challenging because of merge conflict potential.</td>
+    <td>Very challenging because of merge conflict potential, a possible workflow is described [here](./git/index.md).</td>
     <td>Is possible. Diagrams are locked, no risk of merge conflicts.</td>
   </tr>
   <tr>
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index cebc7274a4..c615697138 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -55,6 +55,7 @@ nav:
           - Introduction: user/tools/capella/introduction.md
           - Update a Capella Model to a Newer Version: user/tools/capella/migration/index.md
           - Co-working Methods: user/tools/capella/t4c-git-compare.md
+          - Local Capella vs. Collaboration Manager: user/tools/capella/local-installation-vs-collab-mgr.md
           - TeamForCapella:
               - Connect to a TeamForCapella Repository: user/tools/capella/teamforcapella/connect/index.md
               - Import a Model from TeamForCapella: user/tools/capella/teamforcapella/import/index.md