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/turnstile/index.mdx
+30-18Lines changed: 30 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,44 +30,56 @@ Turnstile can be embedded into any website without sending traffic through Cloud
30
30
31
31
<Renderfile="challenge-behavior" />
32
32
33
-
Rather than try to unilaterally deprecate and replace CAPTCHA with a single alternative, we built a platform to test many alternatives and rotate new challenges in and out as they become more or less effective.
33
+
## How Turnstile works
34
34
35
-
With Turnstile, we adapt the actual challenge outcome to the individual visitor or browser. First, we run a series of small non-interactive JavaScript challenges gathering more signals about the visitor/browser environment. Those challenges include, proof-of-work, proof-of-space, probing for web APIs, and various other challenges for detecting browser-quirks and human behavior. As a result, we can fine-tune the difficulty of the challenge to the specific request and avoid ever showing a visual puzzle to a user.
35
+
Turnstile adapts the challenge outcome to the individual visitor or browser. First, we run a series of small non-interactive JavaScript challenges to gather signals about the visitor or browser environment.
36
36
37
-
Turnstile also includes machine learning models that detect common features of end visitors who were able to pass a challenge before. The computational hardness of those initial challenges may vary by visitor, but is targeted to run fast.
37
+
These challenges include: proof-of-work, proof-of-space, probing for web APIs, and various other challenges for detecting browser-quirks and human behavior. As a result, we can fine-tune the difficulty of the challenge to the specific request and avoid showing a visual or interactive puzzle to a user.
-**Non-interactive**: Visitors never need to interact with the widget.
44
+
-**Managed**: Visitors are presented with an interactive checkbox if they are a suspected bot.
45
+
-**Invisible**: The widget is completely hidden from the visitor.
44
46
45
47
---
48
+
## Key benefits
46
49
47
-
##Accessibility
50
+
### Privacy-first design
48
51
49
-
Turnstile is WCAG 2.1 AA compliant.
52
+
For detailed information on Turnstile's data privacy practices, refer to the [Turnstile Privacy Addendum](https://www.cloudflare.com/turnstile-privacy-policy/).
50
53
51
-
---
54
+
### Accessibility and compliance
55
+
56
+
Turnstile is WCAG 2.1 AA compliant, providing an accessible experience for all users.
57
+
58
+
### Easy integration
52
59
53
-
## Privacy policy
60
+
Cloudflare Turnstile can be easily embedded into any website without having to send traffic through the Cloudflare network.
54
61
55
-
For information on Turnstile's data privacy policy, refer to the [Turnstile Privacy Addendum](https://www.cloudflare.com/turnstile-privacy-policy/).
62
+
### Better user experience
63
+
64
+
Turnstile can verify that your users are human, all without showing them a puzzle.
56
65
57
66
---
58
67
59
68
## Availability
60
69
61
-
<FeatureTableid="security.turnstile" />
62
-
63
-
Refer to [Cloudflare Turnstile's product page](https://www.cloudflare.com/products/turnstile/) for more information on Turnstile's plans.
70
+
Refer to [Plans](/turnstile/plans/) for more information on Turnstile's availability.
<td>Yes <br/> (No preconfigured hostnames are required)</td>
58
+
</tr>
59
+
</tbody>
60
+
</table>
61
+
62
+
Turnstile's Enterprise plan is best for large enterprises with high-volume traffic, organizations requiring advanced bot detection and device fingerprinting, organizations requiring custom branding, companies with strict compliance requirements, and multi-domain or complex hosting environments.
63
+
64
+
Additional Enterprise features include:
65
+
66
+
-**Ephemeral ID**: Advanced bot detection using Ephemeral IDs for enhanced security
67
+
-**Custom branding**: Remove Cloudflare branding and customize widget appearance
68
+
-**Advanced analytics**: Extended lookback periods and detailed metrics
Turnstile's free plan is best for personal websites and blogs, small to medium businesses, development and testing environments, and most production applications.
63
+
64
+
The Free plan includes:
65
+
66
+
-**All widget types**: Managed, Non-interactive, and Invisible
67
+
-**Unlimited challenges**: No limit on traffic or verification requests
68
+
-**WCAG 2.1 AA compliance**: Full accessibility support
69
+
-**Community support**: Access to Cloudflare Community forums
Yes. Turnstile is completely free to everyone for unlimited use. All widget types (Managed, Non-interactive, and Invisible) are free regardless of traffic volume. There are no hidden charges or traffic-based billing.
11
+
12
+
### What happens if I need more than 20 widgets?
13
+
14
+
Free users are limited to 20 widgets per account. Customers with Enterprise Bot Management and Enterprise Turnstile can have this limit increased. Contact your account team to discuss your requirements.
15
+
16
+
### Can I upgrade from a Free plan to an Enterprise plan?
17
+
18
+
Yes, you can upgrade at any time. Your existing widgets and configurations will be preserved during the upgrade process.
19
+
20
+
### Are there any prerequisites?
21
+
22
+
No, Turnstile can be used independently without requiring other Cloudflare services.
0 commit comments