Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/content/docs/bots/get-started/biz-and-ent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ If you have an Enterprise subscription without Bot Management, your application

## Block AI bots

<Render file="ai-bots-definition" />

<Render file="block-ai-bots-enable" params={{ one: "Super Bot Fight Mode" }} />

:::note
Expand Down
2 changes: 0 additions & 2 deletions src/content/docs/bots/get-started/bm-subscription.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ If you are not seeing Bot Management enabled on your zone or if you still see **

## Block AI bots

<Render file="ai-bots-definition" />

<Render file="block-ai-bots-enable" params={{ one: "Bot Management" }} />

:::note
Expand Down
2 changes: 0 additions & 2 deletions src/content/docs/bots/get-started/free.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ To disable Bot Fight Mode:

## Block AI bots

<Render file="ai-bots-definition" />

<Render file="block-ai-bots-enable" params={{ one: "Bot Fight Mode" }} />

:::note
Expand Down
2 changes: 0 additions & 2 deletions src/content/docs/bots/get-started/pro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Super Bot Fight Mode is included in your Pro subscription. When enabled, the pro

## Block AI bots

<Render file="ai-bots-definition" />

<Render file="block-ai-bots-enable" params={{ one: "Super Bot Fight Mode" }} />

:::note
Expand Down
26 changes: 25 additions & 1 deletion src/content/partials/bots/ai-bots-definition.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@

---

You can block artificial intelligence (AI) bots, crawlers, and scrapers from scraping your website content and training large language models (LLM) to recreate it without your permission. When you enable this feature via a pre-configured managed rule, Cloudflare can detect and block verified AI bots that respect `robots.txt` and crawl rate, and do not hide their behavior from your website. The rule has also been expanded to include more signatures of AI bots that do not follow the rules.
You can block artificial intelligence (AI) bots, crawlers, and scrapers from scraping your website content and training large language models (LLM) to recreate it without your permission.

:::note
Some AI bots overlap with definitely automated bots and verified bots, the latter becoming verified AI bots.
:::

When you enable this feature via a pre-configured managed rule, Cloudflare can detect and block verified AI bots that comply with `robots.txt` and respect crawl rates, and do not hide their behavior from your website. The rule has also been expanded to include more signatures of AI bots that do not follow the rules.

The rule to block AI bots takes precedence over all other Super Bot Fight Mode rules. For example, if you have enabled **Block AI bots** and **Allow verified bots**, verified AI bots will also be blocked even if you allow other verified bots on your website or application.

For Bot Management customers, if you have set a rule to serve managed challenges to definitely automated bots, AI bots will also be challenged because custom rules run in a phase before Super Bot Fight Mode, which is the phase when the rule to block AI bots runs.

This behavior remains the same if the setting for verified, definitely automated, and likely bots is set to `block` or `allow`. If you have an action to `allow` for these rules, the request is not matched to any rule and proceeds to the next ruleset phase. Similarly, if the action is set to block, they will be blocked in the earlier phase and do not move on to match the AI rule at all. However, when the action is `challenge`, the request matches a rule and therefore will not be matched to any rules after.

For self-serve non-Bot Management customers, all rules for verified, definitely automated, and likely bots run in the phase following the AI bots rule.

```mermaid
---
title: Rule phases
---
flowchart LR
accTitle: AI bots rule phases diagram
accDescr: This diagram details the phases in which AI bots rules run.
A[Custom rules] --> B[Block AI bots rule] --> C[Allow verified bots rule]
```

This feature is available on all Cloudflare plans.
4 changes: 3 additions & 1 deletion src/content/partials/bots/block-ai-bots-enable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ inputParameters: param1

import { Markdown } from "~/components"

To block [AI bots](/bots/concepts/bot/#ai-bots):

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 **Block AI bots**.
4. Enable **Block AI bots**.
Loading