You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/ai-audit/get-started.mdx
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,22 +36,36 @@ To use AI Audit:
36
36
4. From the **Bot traffic** page, under **Block AI Bots**, select **Enable**.
37
37
</Steps>
38
38
39
-
## 2. Block specific AI crawlers (Enterprise plan only)
39
+
## 2. Block specific bot categories (Enterprise plan only)
40
40
41
41
Customers on the Enterprise plan can choose to only block specific AI crawlers, while allowing others.
42
42
43
43
{/* prettier-ignore */}
44
44
<Steps>
45
45
1. Go to the **AI Audit**.
46
46
2. From **Most Popular Paths**, select **Block Some**.
47
-
3. From the **Security rules** page,
47
+
3. From the **Security rules** page, select **Create rule** > **Custom rules**.
48
+
4. Provide a name for the custom rule. For example, "Block unwanted AI crawlers".
49
+
5. From the **Field** dropdown, select **Verified Bot Category**.
50
+
6. From the **Value** dropdown, select the specific bot category you wish to block.
51
+
- You can use **And** / **Or** buttons to add additional conditions. For example, you can use multiple **Or** options to include multiple bot categories in the same rule.
This custom rule will only block the AI bots which belong to the [verified bot categories](/bots/concepts/bot/verified-bots/categories/) you have included in your rule (in step 6).
61
+
62
+
For more information on creating a custom WAF rule, refer to [Create a custom rule in the dashboard](/waf/custom-rules/create-dashboard/).
63
+
50
64
## 3. Review detected AI crawlers
51
65
52
66
Review the AI crawlers detected on your site in the **Metrics** tab of the Cloudflare dashboard for key metrics.
53
67
54
-
Refer to [AI crawler detection](/ai-audit/features/ai-crawler-detection/) for more information.
68
+
Refer to [Detect AI crawlers](/ai-audit/features/detect-ai-crawlers/) for more information.
0 commit comments