diff --git a/docs/_images/quickstart/add_gmail_node.png b/docs/_images/quickstart/add_gmail_node.png
deleted file mode 100644
index c12359e46..000000000
Binary files a/docs/_images/quickstart/add_gmail_node.png and /dev/null differ
diff --git a/docs/_images/quickstart/batches_node.png b/docs/_images/quickstart/batches_node.png
deleted file mode 100644
index 5c5e39450..000000000
Binary files a/docs/_images/quickstart/batches_node.png and /dev/null differ
diff --git a/docs/_images/quickstart/credentials_modal.png b/docs/_images/quickstart/credentials_modal.png
deleted file mode 100644
index 3c32e8116..000000000
Binary files a/docs/_images/quickstart/credentials_modal.png and /dev/null differ
diff --git a/docs/_images/quickstart/credentials_modal2.png b/docs/_images/quickstart/credentials_modal2.png
deleted file mode 100644
index d1270e702..000000000
Binary files a/docs/_images/quickstart/credentials_modal2.png and /dev/null differ
diff --git a/docs/_images/quickstart/docker_desktop_image.png b/docs/_images/quickstart/docker_desktop_image.png
deleted file mode 100644
index a769bb261..000000000
Binary files a/docs/_images/quickstart/docker_desktop_image.png and /dev/null differ
diff --git a/docs/_images/quickstart/docker_pull.png b/docs/_images/quickstart/docker_pull.png
deleted file mode 100644
index dd331f21c..000000000
Binary files a/docs/_images/quickstart/docker_pull.png and /dev/null differ
diff --git a/docs/_images/quickstart/expression_editor.png b/docs/_images/quickstart/expression_editor.png
deleted file mode 100644
index fcbaa1519..000000000
Binary files a/docs/_images/quickstart/expression_editor.png and /dev/null differ
diff --git a/docs/_images/quickstart/gmail_config.png b/docs/_images/quickstart/gmail_config.png
deleted file mode 100644
index b498a525c..000000000
Binary files a/docs/_images/quickstart/gmail_config.png and /dev/null differ
diff --git a/docs/_images/quickstart/gmail_node.png b/docs/_images/quickstart/gmail_node.png
deleted file mode 100644
index cdcac23bf..000000000
Binary files a/docs/_images/quickstart/gmail_node.png and /dev/null differ
diff --git a/docs/_images/quickstart/gmail_node2.png b/docs/_images/quickstart/gmail_node2.png
deleted file mode 100644
index fbdacfe3a..000000000
Binary files a/docs/_images/quickstart/gmail_node2.png and /dev/null differ
diff --git a/docs/_images/quickstart/image_settings.png b/docs/_images/quickstart/image_settings.png
deleted file mode 100644
index 6f74359e7..000000000
Binary files a/docs/_images/quickstart/image_settings.png and /dev/null differ
diff --git a/docs/_images/quickstart/workflow.png b/docs/_images/quickstart/workflow.png
deleted file mode 100644
index 38d2a74e7..000000000
Binary files a/docs/_images/quickstart/workflow.png and /dev/null differ
diff --git a/docs/_images/try-it-out/quickstart/very-quick-quickstart-workflow.png b/docs/_images/try-it-out/quickstart/very-quick-quickstart-workflow.png
index 87f7df0a4..f3827a722 100644
Binary files a/docs/_images/try-it-out/quickstart/very-quick-quickstart-workflow.png and b/docs/_images/try-it-out/quickstart/very-quick-quickstart-workflow.png differ
diff --git a/docs/try-it-out/quickstart.md b/docs/try-it-out/quickstart.md
index 0dccc86a2..b47feb4e0 100644
--- a/docs/try-it-out/quickstart.md
+++ b/docs/try-it-out/quickstart.md
@@ -26,7 +26,7 @@ n8n provides a quickstart template using training nodes. This allows you to work
3. Select the **Very quick quickstart** template to preview it.
4. Select **Use this workflow** to open the template in your own editor.
-This is a basic workflow. It:
+This workflow:
1. Gets example data from the Customer Datastore node.
2. Uses the Set node to extract just the data you want, and assign that data to variables. In this example, you use the customer name, ID, and description.
@@ -35,13 +35,13 @@ Double click a node to explore its settings and how it processes data.
## Step three: Run the workflow
-Select **Test Workflow** to run the workflow to check it's working, and load in data for the next steps.
+Select **Test Workflow**. This runs the workflow, loading the data from the Customer Datastore node, then transforming it with . You need this data available in the workflow so that you can work with it in the next step.
## Step four: Add a node
Add a third node to message each customer and tell them their description. Use the Customer Messenger node to send a message to fake recipients.
-1. Select the **Add node**  connector on the Set node.
+1. Select the **Add node**  connector on the Edit Fields node.
2. Search for **Customer Messenger**. n8n shows a list of nodes that match the search.
3. Select **Customer Messenger (n8n training)** to add the node to the canvas. n8n opens the node automatically.
4. You're going to use [expressions](/code/expressions/) to map in the **Customer ID** and create the **Message**: