From 9debde47e1097e2b6e8b721463e82fd04cc9e1d9 Mon Sep 17 00:00:00 2001
From: magicfelix <felix@felix-zauberer.de>
Date: Wed, 22 Jun 2022 21:32:49 +0200
Subject: [PATCH] [Docs] Add sync docs

---
 docs/admin/20_syncing.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 docs/admin/20_syncing.rst

diff --git a/docs/admin/20_syncing.rst b/docs/admin/20_syncing.rst
new file mode 100644
index 0000000..edca88f
--- /dev/null
+++ b/docs/admin/20_syncing.rst
@@ -0,0 +1,14 @@
+Synchronizing with Matrix
+=========================
+
+To initially start the synchronization of groups in AlekSIS to rooms,
+and optionally spaces, to Matrix, go to ``Matrix → Groups and Rooms``.
+
+Select the groups to be synchronized and click ``Execute``.
+This process can take some time.
+All group members that have a Matrix profile in AlekSIS, that may be automatically
+created when a ``Name of Matrix homeserver user for auto-generating Matrix IDs`` is set,
+get invited to the respective rooms.
+
+After this initial synchronization, every change in a ``Group``, ``Matrix room`` or
+``Matrix profile`` will be refleceted in Matrix.
-- 
GitLab