diff --git a/apps/docs/docs/guides/_category_.json b/apps/docs/docs/guides/_category_.json
new file mode 100644
index 000000000..b29c198a7
--- /dev/null
+++ b/apps/docs/docs/guides/_category_.json
@@ -0,0 +1,4 @@
+{
+ "label": "Guides / Tutorials",
+ "position": 5
+}
diff --git a/apps/docs/docs/guides/mailer-lite.md b/apps/docs/docs/guides/mailer-lite.md
new file mode 100644
index 000000000..13a57df8c
--- /dev/null
+++ b/apps/docs/docs/guides/mailer-lite.md
@@ -0,0 +1,15 @@
+# Add a subscriber to MailerLite
+
+1. Add a step that collects the email and set it into a variable
+2. Add a Webhook step
+
+
+
+3. Configure the Webhook step with the following information:
+
+
+
+ For more info on what fields you can add: https://developers.mailerlite.com/reference/create-a-subscriber
+
+4. Replace "YOUR_TOKEN" with your API token. It can be found here: https://app.mailerlite.com/integrations/api/
+5. Whenever the user enters his email it should add it to your subscribers' list on MailerLite
diff --git a/apps/docs/static/img/guides/mailer-lite/1.png b/apps/docs/static/img/guides/mailer-lite/1.png
new file mode 100644
index 000000000..54456c96e
Binary files /dev/null and b/apps/docs/static/img/guides/mailer-lite/1.png differ
diff --git a/apps/docs/static/img/guides/mailer-lite/2.png b/apps/docs/static/img/guides/mailer-lite/2.png
new file mode 100644
index 000000000..1ad5456b5
Binary files /dev/null and b/apps/docs/static/img/guides/mailer-lite/2.png differ