# Honeypot

{% hint style="danger" %}
**Warning:** This feature is depreciated. Please use any other captcha.

*Honeypot seems to be less effective in forms to prevent spam submissions. So, we suggest you add a proper captcha to protect your form.*
{% endhint %}

Bots and Spam Submissions are prevented using the Honeypot Spam Prevention method. By now, these bots are getting advanced, so we have made sure to add some extra layer of protection for this Honeypot. This will stop most bots from submitting your form.

### `botcheck`

{% hint style="info" %}
Honeypot is optional to include, however we recommend adding this if you are not using the [hCaptcha](/getting-started/customizations/spam-protection/hcaptcha.md) or [reCaptcha Integration](/getting-started/pro-features/recaptcha-integration.md)
{% endhint %}

See the code below.

```markup
<input type="checkbox" name="botcheck" class="hidden" style="display: none;">
```

{% hint style="info" %}
The Input type should be `checkbox` and the name should be `botcheck`
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.web3forms.com/getting-started/customizations/spam-protection/spam-protection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
