diff --git a/docs/docs/help/Settings/Webhook.md b/docs/docs/help/Settings/Webhook.md
index 0a0c1d15f..c4c87b1d9 100644
--- a/docs/docs/help/Settings/Webhook.md
+++ b/docs/docs/help/Settings/Webhook.md
@@ -28,7 +28,7 @@ Suppose you're using OpenSign to collect eSignatures:
**Step 1:** Log in to your OpenSign account using your credentials.
**Step 2:** Navigate to **Settings → Webhook**.
-
+
**Step 3:** Click **Add Webhook**.
@@ -36,8 +36,6 @@ Suppose you're using OpenSign to collect eSignatures:
> **Note:** To enable **Live Webhook** support, you must upgrade to a **paid plan** — either the **Professional** or **Teams** plan.
-
-
---
## 🧭 How to Create a Webhook Security Key
@@ -49,10 +47,11 @@ A **Webhook Security Key** (also called a webhook secret) is a shared secret use
1. Log in to your **OpenSign** account.
2. Navigate to **Settings → Webhooks**.
3. Add or edit a webhook endpoint.
-4. Generate a **Security Key** (or manually enter a strong secret).
- - Use a long, random string (at least 32 characters).
+4. Generate a **Security Key** click Enable authentication.
- Example: `a50a904a2a329d761781dac27c984416a07396736ac5588b62c6fe226538fbca`
5. Save the webhook configuration.
+
+
⚠️ **Important:** Store this key securely. Do not expose it in client-side code or public repositories.