diff --git a/core/modules/shortcut/config/install/tour.tour.shortcut-manage.yml b/core/modules/shortcut/config/install/tour.tour.shortcut-manage.yml
new file mode 100644
index 0000000..d4194ee
--- /dev/null
+++ b/core/modules/shortcut/config/install/tour.tour.shortcut-manage.yml
@@ -0,0 +1,40 @@
+id: shortcut-manage
+module: shortcut
+label: 'Add or edit a shortcut in a shortcut set.'
+langcode: en
+routes:
+  - route_name: shortcut.set_customize
+tips:
+  introduction:
+    id: introduction
+    plugin: text
+    label: 'Adding or editing a shortcut'
+    weight: 1
+    body: 'This form can be used to edit an existing shortcut or add a new shortcut to your site. You can also reorder your shortcuts, but remember to save.'
+  add-shortcut-button:
+    id: add-shortcut-button
+    plugin: text
+    label: 'Add a new link'
+    weight: 2
+    body: 'Click here to add a new link to your shortcuts.'
+    attributes:
+      data-class: 'action-links .button--primary'
+  rearrange-shortcuts-anchor:
+    id: rearrange-shortcuts-anchor
+    plugin: text
+    label: 'Rearrange your shortcuts'
+    weight: 3
+    body: 'Click here and drag to rearrange existing shortcuts.'
+    attributes:
+      data-class: 'tabledrag-handle'
+  container-shortcut_edit:
+    id: container-shortcut-edit
+    plugin: text
+    label: 'Edit this shortcut'
+    weight: 4
+    body: 'Click here to edit this shortcut link. If you need to remove the link altogether, click the arrow to the right.'
+    attributes:
+      data-class: 'edit a'
+dependencies:
+  module:
+    - tour
