diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Zoom.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Zoom.html
index 91e0383e7..b056e6fda 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Zoom.html	
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Zoom.html	
@@ -1,8 +1,8 @@
 
Zoom applies to the entire UI, including text.
-On the desktop application, use the Global menu to
+
On the desktop application, use the Global menu to
   zoom in/out.
 On both web browser and the desktop, the keyboard shortcuts Ctrl+Shift++ and Ctrl+Shift+- can
   be used.
 Adjusting the text size instead
 As an alternative to the zoom, the text size can be individually adjusted
-  by going to Options → Appearance.
\ No newline at end of file
+  by going to Options → Appearance.
\ No newline at end of file
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/FAQ.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/FAQ.html
index a394b3885..ad3ee3976 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/FAQ.html	
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/FAQ.html	
@@ -25,14 +25,14 @@
 Common request is to allow multiple users collaborate, share notes etc.
   So far I'm resisting this because of these reasons:
 
-  - it's a huge feature, or rather a Pandora's box of collaboration features
+  
- it's a huge feature, or rather a Pandora's box of collaboration features
     like user management, permissions, conflict resolution, real-time editing
     of a note by multiple people etc. This would be a huge amount of work.
     Trilium Notes is project made mostly by one person in free time and that's
     unlikely to change in the future.-
- given its size it would probably pivot the attention away from my main
+  
- given its size it would probably pivot the attention away from my main
     focus which is a personal note-taking-
- the assumption that only single person has access to the app simplifies
+  
- the assumption that only single person has access to the app simplifies
     many things, or just outright makes them possible. In multi-user app, our
     scriptingsupport would be a XSS security hole, while with the single
@@ -69,23 +69,21 @@
   with probably more problems.
 More detailed answer: 
-  - clones are what you might call "hard directory
+  
- clones are what you might call "hard directory
     link" in filesystem lingo, but this concept is not implemented in any filesystem-
- filesystems make a distinction between directory and file while there's
+  
- filesystems make a distinction between directory and file while there's
     intentionally no such difference in Trilium-
- files are stored in no particular order and user can't change this-
- Trilium allows storing note attributes which
-      could be represented in extended user attributes but their support differs
-      greatly among different filesystems / operating systems-
- Trilium makes links / relations between different notes which can be quickly
-        retrieved / navigated (e.g. for note map).
-        There's no such support in file systems which means these would have to
-        be stored in some kind of side-car files (mini-databases).-
- Filesystems are generally not transactional. While this is not completely
-        required for a note-taking application, having transactions make it way
-        easier to keep notes and their metadata in predictable and consistent state.+
- files are stored in no particular order and user can't change this+
- Trilium allows storing note attributes which
+    could be represented in extended user attributes but their support differs
+    greatly among different filesystems / operating systems+
- Trilium makes links / relations between different notes which can be quickly
+    retrieved / navigated (e.g. for note map).
+    There's no such support in file systems which means these would have to
+    be stored in some kind of side-car files (mini-databases).+
- Filesystems are generally not transactional. While this is not completely
+    required for a note-taking application, having transactions make it way
+    easier to keep notes and their metadata in predictable and consistent state.
 Search-related QuestionsWhy does search sometimes find results with typos?@@ -98,9 +96,9 @@How can I search for notes when I'm not sure of the exact spelling?Use the fuzzy search operators: 
-  - #title ~= "projct"- finds notes with titles like "project"
+
- #title ~= "projct"- finds notes with titles like "project"
     despite the typo
-- note.content ~* "algoritm"- finds content containing "algorithm"
+
- note.content ~* "algoritm"- finds content containing "algorithm"
     or similar words
 Why do some search results appear before others with lower scores?@@ -110,9 +108,9 @@
   factors.How can I make my searches faster?
-  - Use the "Fast search" option to search only titles and attributes (not
+  
- Use the "Fast search" option to search only titles and attributes (not
     content)-
- Limit search scope using the "Ancestor" field-
- Set a result limit to prevent loading too many results-
- For large databases, consider archiving old notes to reduce search scope+
- Limit search scope using the "Ancestor" field+
- Set a result limit to prevent loading too many results+
- For large databases, consider archiving old notes to reduce search scope
 \ No newline at end of file
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Installation & Setup/Server Installation/Third-party cloud hosting.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Installation & Setup/Server Installation/Third-party cloud hosting.html
index a262a57ed..63c7458f1 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Installation & Setup/Server Installation/Third-party cloud hosting.html	
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Installation & Setup/Server Installation/Third-party cloud hosting.html	
@@ -1,4 +1,4 @@
-As an alternative to hosting your own Trilium instance,
+ As an alternative to hosting your own Trilium instance,
   there are two services out there that provide out of the box support for
   Trilium. Matching your version with the cloud instance-Please note that once you set up Synchronization between
-  a cloud instance and desktop clients,
-  it's important that the version of the desktop application and the server
-  match up. +Please note that once you set up Synchronization between
+  a cloud instance and desktop clients, it's
+  important that the version of the desktop application and the server match
+  up. When setting up a cloud instance, it's best to check the version of the
   server by accessing it via a web browser and going to the About section.
   It's best that both the desktop and the server have the same App version;
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Quick Start.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Quick Start.html
index be555159e..dcb392638 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Quick Start.html	
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Quick Start.html	
@@ -1,19 +1,20 @@
  Choose the setupLocal only desktop/laptop - Allows a single instance on
   a desktop and will save the notes locally on that desktop. -
-  - Desktop installation
+
 +
Server with web only access - Installs the application
   on the server and allows access from any web browser on any device, including
   mobile.
 
-  - Server installation
-  -
- Mobile frontend (optional)-
- PikaPods managed hosting
+  
- Server Installation
   +
- Mobile Frontend (optional)+
- Third-party cloud hosting
+    
Combination of server and desktop/laptop - Install the
   application on both a server, for web access and data synchronisation,
@@ -22,11 +23,12 @@
   desktop application will sync and store the data locally so that it can
   be used when offline.
 
-  - Server installation
-  -
- Mobile frontend (optional)-
- Desktop installation
-  -
- Synchronization
+  
- Server Installation
   +
- Mobile Frontend (optional)+
- Desktop Installation
+    +
- Synchronization
+    
\ No newline at end of file
diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json
index e6b64a3a4..c7a50da3a 100644
--- a/docs/User Guide/!!!meta.json	
+++ b/docs/User Guide/!!!meta.json	
@@ -15,52 +15,17 @@
             "type": "text",
             "mime": "text/html",
             "attributes": [
-                {
-                    "type": "relation",
-                    "name": "internalLink",
-                    "value": "poXkQfguuA0U",
-                    "isInheritable": false,
-                    "position": 10
-                },
-                {
-                    "type": "relation",
-                    "name": "internalLink",
-                    "value": "WOcw2SLH6tbX",
-                    "isInheritable": false,
-                    "position": 20
-                },
-                {
-                    "type": "relation",
-                    "name": "internalLink",
-                    "value": "RDslemsQ6gCp",
-                    "isInheritable": false,
-                    "position": 30
-                },
-                {
-                    "type": "relation",
-                    "name": "internalLink",
-                    "value": "cbkrhQjrkKrh",
-                    "isInheritable": false,
-                    "position": 40
-                },
                 {
                     "type": "relation",
                     "name": "internalLink",
                     "value": "BFs8mudNFgCS",
                     "isInheritable": false,
-                    "position": 50
-                },
-                {
-                    "type": "relation",
-                    "name": "internalLink",
-                    "value": "GTwFsgaA0lCt",
-                    "isInheritable": false,
                     "position": 60
                 },
                 {
                     "type": "relation",
                     "name": "internalLink",
-                    "value": "yeEaYqosGLSh",
+                    "value": "GTwFsgaA0lCt",
                     "isInheritable": false,
                     "position": 70
                 },
@@ -77,6 +42,13 @@
                     "value": "promoted,alias=Slug,single,text",
                     "isInheritable": true,
                     "position": 20
+                },
+                {
+                    "type": "relation",
+                    "name": "internalLink",
+                    "value": "s3YCWHBfmYuM",
+                    "isInheritable": false,
+                    "position": 80
                 }
             ],
             "format": "markdown",
@@ -1136,16 +1108,16 @@
                                         {
                                             "type": "relation",
                                             "name": "internalLink",
-                                            "value": "cbkrhQjrkKrh",
+                                            "value": "poXkQfguuA0U",
                                             "isInheritable": false,
-                                            "position": 10
+                                            "position": 20
                                         },
                                         {
                                             "type": "relation",
                                             "name": "internalLink",
-                                            "value": "poXkQfguuA0U",
+                                            "value": "cbkrhQjrkKrh",
                                             "isInheritable": false,
-                                            "position": 10
+                                            "position": 30
                                         },
                                         {
                                             "type": "label",
@@ -3063,6 +3035,20 @@
                                     "type": "text",
                                     "mime": "text/html",
                                     "attributes": [
+                                        {
+                                            "type": "relation",
+                                            "name": "internalLink",
+                                            "value": "x3i7MxGccDuM",
+                                            "isInheritable": false,
+                                            "position": 10
+                                        },
+                                        {
+                                            "type": "relation",
+                                            "name": "internalLink",
+                                            "value": "4TIF1oA4VQRO",
+                                            "isInheritable": false,
+                                            "position": 20
+                                        },
                                         {
                                             "type": "label",
                                             "name": "iconClass",
@@ -3076,20 +3062,6 @@
                                             "value": "zoom",
                                             "isInheritable": false,
                                             "position": 20
-                                        },
-                                        {
-                                            "type": "relation",
-                                            "name": "internalLink",
-                                            "value": "x3i7MxGccDuM",
-                                            "isInheritable": false,
-                                            "position": 30
-                                        },
-                                        {
-                                            "type": "relation",
-                                            "name": "internalLink",
-                                            "value": "4TIF1oA4VQRO",
-                                            "isInheritable": false,
-                                            "position": 40
                                         }
                                     ],
                                     "format": "markdown",
@@ -3111,15 +3083,7 @@
                                     "isExpanded": false,
                                     "type": "text",
                                     "mime": "text/html",
-                                    "attributes": [
-                                        {
-                                            "type": "label",
-                                            "name": "shareAlias",
-                                            "value": "quick-edit",
-                                            "isInheritable": false,
-                                            "position": 20
-                                        }
-                                    ],
+                                    "attributes": [],
                                     "format": "markdown",
                                     "dataFileName": "Quick edit.md",
                                     "attachments": [
@@ -5349,13 +5313,6 @@
                             "isInheritable": false,
                             "position": 30
                         },
-                        {
-                            "type": "relation",
-                            "name": "internalLink",
-                            "value": "cbkrhQjrkKrh",
-                            "isInheritable": false,
-                            "position": 40
-                        },
                         {
                             "type": "label",
                             "name": "shareAlias",
@@ -5369,6 +5326,20 @@
                             "value": "bx bx-run",
                             "isInheritable": false,
                             "position": 40
+                        },
+                        {
+                            "type": "relation",
+                            "name": "internalLink",
+                            "value": "yeEaYqosGLSh",
+                            "isInheritable": false,
+                            "position": 50
+                        },
+                        {
+                            "type": "relation",
+                            "name": "internalLink",
+                            "value": "cbkrhQjrkKrh",
+                            "isInheritable": false,
+                            "position": 60
                         }
                     ],
                     "format": "markdown",
diff --git a/docs/User Guide/User Guide.md b/docs/User Guide/User Guide.md
index 730a1cff5..2c982cb38 100644
--- a/docs/User Guide/User Guide.md	
+++ b/docs/User Guide/User Guide.md	
@@ -6,34 +6,8 @@ For a quick overview of the application, visit our website at [triliumnotes.org]
 > [!TIP]
 > The same documentation can be accessed locally from within the Trilium Notes application by pressing F1.
 
-## Documentation
+## Getting started
 
-This [wiki](https://github.com/zadam/trilium/wiki) contains additional and more in-depth information on some topics. See the sidebar for listing of all available pages.
-
-## Quick Start
-
-### Choose the setup
-
-**Local only desktop/laptop** - Allows a single instance on a desktop and will save the notes locally on that desktop.
-
-*   Desktop Installation
-
-**Server with web only access** - Installs the application on the server and allows access from any web browser on any device, including mobile.
-
-1.  Server Installation
-2.  Mobile Frontend (optional)
-3.  Third-party cloud hosting
-
-**Combination of server and desktop/laptop** - Install the application on both a server, for web access and data synchronization, and desktop instance(s). This allows all the data to be stored on the server and either accessed from the web browser, or the desktop application. The desktop application will sync and store the data locally so that it can be used when offline.
-
-1.  [missing note]
-    
-    Server Installation
-2.  Mobile Frontend (optional)
-3.  Desktop Installation
-4.  Synchronization[missing note]
-
-### Basic concepts
-
-1.  Understand Notes.[missing note]
-2.  Browse through Collections.[missing note]
\ No newline at end of file
+1.  See Quick Start.
+2.  Understand Notes.
+3.  Browse through Collections.
\ No newline at end of file
diff --git a/docs/User Guide/User Guide/Quick Start.md b/docs/User Guide/User Guide/Quick Start.md
index 61ec6cd6b..b94b0372e 100644
--- a/docs/User Guide/User Guide/Quick Start.md	
+++ b/docs/User Guide/User Guide/Quick Start.md	
@@ -3,17 +3,17 @@
 
 **Local only desktop/laptop** - Allows a single instance on a desktop and will save the notes locally on that desktop.
 
-1.  [Desktop installation](Installation%20%26%20Setup/Desktop%20Installation.md)
+*   Desktop Installation
 
 **Server with web only access** - Installs the application on the server and allows access from any web browser on any device, including mobile.
 
-1.  [Server installation](Installation%20%26%20Setup/Server%20Installation.md)
-2.  [Mobile frontend](Installation%20%26%20Setup/Mobile%20Frontend.md) (optional)
-3.  [PikaPods managed hosting](https://www.pikapods.com/pods?run=trilium-next)
+1.  Server Installation
+2.  Mobile Frontend (optional)
+3.  Third-party cloud hosting
 
 **Combination of server and desktop/laptop** - Install the application on both a server, for web access and data synchronisation, and desktop instance(s). This allows all the data to be stored on the server and either accessed from the web browser, or the desktop application. The desktop application will sync and store the data locally so that it can be used when offline.
 
-1.  [Server installation](Installation%20%26%20Setup/Server%20Installation.md)
-2.  [Mobile frontend](Installation%20%26%20Setup/Mobile%20Frontend.md) (optional)
-3.  [Desktop installation](Installation%20%26%20Setup/Desktop%20Installation.md)
-4.  [Synchronization](Installation%20%26%20Setup/Synchronization.md)
\ No newline at end of file
+1.  Server Installation
+2.  Mobile Frontend (optional)
+3.  Desktop Installation
+4.  Synchronization
\ No newline at end of file