diff --git a/apps/formbricks-com/app/docs/link-surveys/single-use-links/env-variable.webp b/apps/formbricks-com/app/docs/link-surveys/single-use-links/env-variable.webp
new file mode 100644
index 0000000000..5ac40484eb
Binary files /dev/null and b/apps/formbricks-com/app/docs/link-surveys/single-use-links/env-variable.webp differ
diff --git a/apps/formbricks-com/app/docs/link-surveys/single-use-links/metadata.webp b/apps/formbricks-com/app/docs/link-surveys/single-use-links/metadata.webp
new file mode 100644
index 0000000000..8b806e0a56
Binary files /dev/null and b/apps/formbricks-com/app/docs/link-surveys/single-use-links/metadata.webp differ
diff --git a/apps/formbricks-com/app/docs/link-surveys/single-use-links/page.mdx b/apps/formbricks-com/app/docs/link-surveys/single-use-links/page.mdx
index cdb9bdb44e..c087bf4bed 100644
--- a/apps/formbricks-com/app/docs/link-surveys/single-use-links/page.mdx
+++ b/apps/formbricks-com/app/docs/link-surveys/single-use-links/page.mdx
@@ -1,3 +1,16 @@
+import Image from "next/image";
+
+import EnvVar from "./env-variable.webp";
+import ShareModal from "./share-modal.webp";
+import Settings from "./single-use-setting.webp";
+import Message from "./used-message.webp";
+import Metadata from "./metadata.webp";
+
+export const meta = {
+ title: "Single Use Links",
+ description: "Make sure that each respondent only replies once with single use links.",
+};
+
#### Link Surveys
# Single Use Links
@@ -15,28 +28,53 @@ This guide will help you understand how to generate and use single-use links wit
Using single-use links with Formbricks is quite straight-forward:
1. In the survey settings, toggle "Single Use Link" on:
- IMAGE
+
+
2. When you publish your survey, the following modal will open:
- IMAGE 2
+
Here, you can copy and generate as many single-use links as you need.
## URL Encryption
-URL encryption is a security measure that ensures the confidentiality and integrity of single-use links. In Formbricks, URL encryption is achieved using the corresponding environment variable. When constructing single-use links, the data, including the unique identifier, is encrypted before being added to the URL. This encryption mechanism helps protect sensitive information from being tampered with or intercepted during transmission.
+You can encrypt single use URLs to assure information to be protected. To enable it, you have to set the correct environment variable:
-The environment variable you have to set is called:
+
-## Where do I find the suId which was used for a specific response?
+## Check suId of a submission
You can find the suId of each submission in the submission meta data. To view it, simplte hover over the Avatar:
-IMAGE AVATAR
-### What happens when a user tries to access a survey without a suId?
+
-### What happens when a link was already used?
+### 'Link used' message
You can customize the 'link used' messaging in the Survey Editor settings:
-IMAGE 3
+
diff --git a/apps/formbricks-com/app/docs/link-surveys/single-use-links/share-modal.webp b/apps/formbricks-com/app/docs/link-surveys/single-use-links/share-modal.webp
new file mode 100644
index 0000000000..82cf5ba31f
Binary files /dev/null and b/apps/formbricks-com/app/docs/link-surveys/single-use-links/share-modal.webp differ
diff --git a/apps/formbricks-com/app/docs/link-surveys/single-use-links/single-use-setting.webp b/apps/formbricks-com/app/docs/link-surveys/single-use-links/single-use-setting.webp
new file mode 100644
index 0000000000..9161968715
Binary files /dev/null and b/apps/formbricks-com/app/docs/link-surveys/single-use-links/single-use-setting.webp differ
diff --git a/apps/formbricks-com/app/docs/link-surveys/single-use-links/used-message.webp b/apps/formbricks-com/app/docs/link-surveys/single-use-links/used-message.webp
new file mode 100644
index 0000000000..f1f5b5f588
Binary files /dev/null and b/apps/formbricks-com/app/docs/link-surveys/single-use-links/used-message.webp differ