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
+22-9Lines changed: 22 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,22 +14,35 @@ description: Learn how to set up AI Audit.
14
14
15
15
import { Render } from"~/components";
16
16
17
-
## Activate AI Audit
17
+
## Prerequisites
18
+
19
+
1. Sign up for a [Cloudflare account](https://dash.cloudflare.com/sign-up/).
20
+
2.[Connect your domain to Cloudflare](/fundamentals/manage-domains/add-site/).
21
+
22
+
## 1. Block all AI crawlers
18
23
19
24
To enable AI Audit:
20
25
21
26
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
22
27
2. Go to **AI Audit**.
28
+
3. From **AI Crawlers** tab, toggle **Block AI Crawlers**.
29
+
4. From the **Bot traffic** page, under **Block AI Bots**, select **Enable**.
23
30
24
-
If you do not have access to AI Audit in the Cloudflare dashboard, check if your user has one of the [necessary roles](/page-shield/reference/roles-and-permissions/).
25
-
26
-
## Review detected AI crawlers
27
-
28
-
When you enable AI Audit, it may take a while to get the list of detected scripts in your domain.
29
-
30
-
Review the scripts displayed in the [**Monitors** dashboard](/page-shield/detection/monitor-connections-scripts/), checking them for signs of malicious activity.
31
+
:::note[Enterprise customers]
32
+
Customers on the Enterprise plan can choose to block only specific AI crawlers, while allowing others.
31
33
32
-
Depending on your plan, you may be able to also review the connections made by scripts in your domain's pages and check them for malicious activity.
34
+
In the **AI Crawlers** tab, block individual AI crawlers by toggling the switch under the **Block** column.
35
+
:::
33
36
37
+
## 2. Review detected AI crawlers
34
38
39
+
Review the AI crawlers detected on your site in the **Metrics** tab of the Cloudflare dashboard for key metrics. You can specify a time period, and view:
35
40
41
+
- Number of total AI crawler requests
42
+
- Number of blocked requests
43
+
- Number of allowed requests
44
+
- Number of review requests by each AI crawler
45
+
- Most popular paths of your website by each AI crawler
46
+
- Hosts (AI crawler owners)
47
+
- Overall most popular paths in your website accessed by AI crawlers
{/* <!-- Actual content lives in /src/content/release-notes/ai-audit.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
0 commit comments