diff --git a/src/content/docs/bots/get-started/biz-and-ent.mdx b/src/content/docs/bots/get-started/biz-and-ent.mdx
index 7a013f24e8f40d..06ffcf398438dc 100644
--- a/src/content/docs/bots/get-started/biz-and-ent.mdx
+++ b/src/content/docs/bots/get-started/biz-and-ent.mdx
@@ -46,6 +46,10 @@ If you have an Enterprise subscription without Bot Management, your application
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).
:::
+### Enable AI Labyrinth
+
+
+
## Analytics
For more on analytics, see [Bot Analytics](/bots/bot-analytics/biz-and-ent/).
diff --git a/src/content/docs/bots/get-started/bm-subscription.mdx b/src/content/docs/bots/get-started/bm-subscription.mdx
index b53eeb188b9e9d..72742730e288bc 100644
--- a/src/content/docs/bots/get-started/bm-subscription.mdx
+++ b/src/content/docs/bots/get-started/bm-subscription.mdx
@@ -40,6 +40,10 @@ If you are not seeing Bot Management enabled on your zone or if you still see **
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).
:::
+### Enable AI Labyrinth
+
+
+
## Setup
For more guidance on setup, refer to your Customer Success Manager.
diff --git a/src/content/docs/bots/get-started/free.mdx b/src/content/docs/bots/get-started/free.mdx
index d2264214bef27c..81d59d18a23bf5 100644
--- a/src/content/docs/bots/get-started/free.mdx
+++ b/src/content/docs/bots/get-started/free.mdx
@@ -38,6 +38,10 @@ To disable Bot Fight Mode:
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).
:::
+### Enable AI Labyrinth
+
+
+
## Visibility
You can see bot-related actions by going to **Security** > **Events**. Any requests challenged by this product will be labeled **Bot Fight Mode** in the **Service** field. This allows you to observe, analyze, and follow trends in your bot traffic over time.
diff --git a/src/content/docs/bots/get-started/pro.mdx b/src/content/docs/bots/get-started/pro.mdx
index 886d6501650090..0b34067b489821 100644
--- a/src/content/docs/bots/get-started/pro.mdx
+++ b/src/content/docs/bots/get-started/pro.mdx
@@ -41,6 +41,10 @@ Super Bot Fight Mode is included in your Pro subscription. When enabled, the pro
You can view blocked AI bot traffic via [Security Analytics](/waf/analytics/security-analytics/).
:::
+### Enable AI Labyrinth
+
+
+
## Analytics
### Bot Report
diff --git a/src/content/partials/bots/ai-labyrinth-enable.mdx b/src/content/partials/bots/ai-labyrinth-enable.mdx
new file mode 100644
index 00000000000000..2659c734ed82aa
--- /dev/null
+++ b/src/content/partials/bots/ai-labyrinth-enable.mdx
@@ -0,0 +1,17 @@
+---
+inputParameters: param1
+
+---
+
+import { Markdown } from "~/components"
+
+The AI Labyrinth adds invisible links on your webpage with specific `Nofollow` tags to block AI crawlers that do not adhere to the recommended guidelines and crawl without permission. AI crawlers that scrape your website content without permission will be stuck in a maze of never-ending links, and their details are recorded and used by all Cloudflare customers who choose to block [AI bots](/bots/concepts/bot/#ai-bots).
+
+These links do not impact your search engine optimization (SEO) or your website's appearance, and are only seen by bots. AI bots that respect no-crawl instructions will safely ignore this honeypot.
+
+To enable AI Labyrinth:
+
+1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
+2. Go to **Security** > **Bots**.
+3. Select **Configure {props.one}**.
+4. Enable **AI Labyrinth**.
\ No newline at end of file