diff --git a/public/__redirects b/public/__redirects
index b833bd017d08d24..afe72179b0d686e 100644
--- a/public/__redirects
+++ b/public/__redirects
@@ -1549,6 +1549,16 @@
/turnstile/concepts/widget-types/ /turnstile/concepts/widget/ 301
/turnstile/concepts/domain-management/ /turnstile/concepts/hostname-management/ 301
/turnstile/troubleshooting/challenge-solve-issues/ /cloudflare-challenges/troubleshooting/challenge-solve-issues/ 301
+/turnstile/concepts/ephemeral-id/ /turnstile/additional-configuration/ephemeral-id/ 301
+/turnstile/concepts/hostname-management/ /turnstile/additional-configuration/hostname-management/ 301
+/turnstile/concepts/pre-clearance-support/ /cloudflare-challenges/concepts/clearance/ 301
+/turnstile/api-reference/ /turnstile/get-started/widget-management/api/ 301
+/turnstile/concepts/appearance-modes/ /turnstile/get-started/client-side-rendering/widget-configurations/ 301
+/turnstile/demos/ /turnstile/tutorials/ 301
+/turnstile/get-started/pre-clearance/ /cloudflare-challenges/concepts/clearance/ 301
+/turnstile/get-started/terraform/ /turnstile/get-started/widget-management/terraform/ 301
+/turnstile/glossary/ /turnstile/ 301
+/turnstile/get-started/supported-browsers/ /cloudflare-challenges/reference/supported-browsers/ 301
# waf
/waf/about/ /waf/concepts/ 301
diff --git a/src/content/docs/cloudflare-challenges/concepts/clearance.mdx b/src/content/docs/cloudflare-challenges/concepts/clearance.mdx
index dd6a724b882af8d..e98a24807155ee8 100644
--- a/src/content/docs/cloudflare-challenges/concepts/clearance.mdx
+++ b/src/content/docs/cloudflare-challenges/concepts/clearance.mdx
@@ -64,8 +64,31 @@ Allows a user with a clearance cookie to not be challenged by JavaScript Challen
### Clearance cookie duration
-Clearance cookies generated by the Turnstile widget will be valid for the time specified by the zone-level Challenge Passage value. To configure the Challenge Passage setting, refer to the [Cloudflare Challenges documentation](/cloudflare-challenges/challenge-types/challenge-pages/challenge-passage/).
+Clearance cookies generated by the Turnstile widget will be valid for the time specified by the zone-level Challenge Passage value. To configure the Challenge Passage setting, refer to [Challenge Passage](/cloudflare-challenges/challenge-types/challenge-pages/challenge-passage/).
### Setup
-To set up pre-clearance cookies for Turnstile, refer to [Enable pre-clearance cookies](/turnstile/get-started/pre-clearance/).
+To enable pre-clearance, you must ensure that the hostname of the Turnstile widget matches the zone with the WAF rules. During the Turnstile configuration setup in the Cloudflare dashboard, you have access to a list of registered zones. Select the appropriate hostname from this list.
+
+The prerequisite is crucial for pre-clearance to function properly. If set up correctly, visitors who successfully solve Turnstile will receive a cookie with the security clearance level set by the customer. When encountering a WAF challenge on the same zone, they will bypass additional challenges for the configured clearance level and below.
+
+For more details on managing hostnames, refer to the [Hostname Management documentation](/turnstile/additional-configuration/hostname-management/).
+
+
invisible.off, invisible, visible_non_interactive, and visible_managed. Setting this to off will completely disable the Turnstile integration.
+ The type of Turnstile widget to use - refer to the [Turnstile documentation](/turnstile/concepts/widget/#widget-modes) for details. Valid values are off, invisible, visible_non_interactive, and visible_managed. Setting this to off will completely disable the Turnstile integration.
invisible makes sense for most rooms, unless you would like end users to be aware the challenge is running.
diff --git a/src/content/partials/turnstile/challenge-behavior.mdx b/src/content/partials/turnstile/challenge-behavior.mdx
index 29bd8ff2927ea40..f60a738f5071a3e 100644
--- a/src/content/partials/turnstile/challenge-behavior.mdx
+++ b/src/content/partials/turnstile/challenge-behavior.mdx
@@ -5,4 +5,4 @@
Cloudflare issues challenges through the [Challenge Platform](/cloudflare-challenges/), which is the same underlying technology powering [Turnstile](/turnstile/).
-In contrast to our Challenge page offerings, Turnstile allows you to run challenges anywhere on your site in a less-intrusive way without requiring the use of Cloudflare’s CDN.
+In contrast to our Challenge page offerings, Turnstile allows you to run challenges anywhere on your site in a less-intrusive way without requiring the use of Cloudflare's CDN.
diff --git a/src/content/partials/turnstile/implementation-methods.mdx b/src/content/partials/turnstile/implementation-methods.mdx
new file mode 100644
index 000000000000000..fea01d4e19100e0
--- /dev/null
+++ b/src/content/partials/turnstile/implementation-methods.mdx
@@ -0,0 +1,12 @@
+---
+{}
+
+---
+
+import { LinkButton } from "~/components"
+
+