> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crunchforms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Prevent Bots and Spam

> Read our guides on how to prevent bots and spam using Cloudflare Turnstile, Google reCAPTCHA v3, or Honeypot fields

## Prevent abuse on your form submissions

While not required, we recommend implementing some form of bot protection on your forms to reduce spam submissions. Below are some guides on how to implement bot protection using popular methods.

<CardGroup cols={1}>
  <Card title="Add a Honeypot Field" icon="honey-pot" horizontal href="/advanced/honeypot">
    Easy protection against simple bots using a hidden field
  </Card>

  <Card title="Validate with Cloudflare Turnstile" icon="cloudflare" horizontal href="/advanced/turnstile">
    Advanced bot protection using Cloudflare Turnstile
  </Card>

  <Card title="reCAPTCHA v3 Validation" icon="google" horizontal href="/advanced/recaptcha">
    Advanced bot protection using Google reCAPTCHA v3
  </Card>
</CardGroup>

## Need Help?

<Card title="Get Support" icon="envelope" horizontal href="https://crunchforms.com/support">
  Send us a note
</Card>
