# Verify Submissions & Prevent Spam

Malicious users will often overload public-facing forms with lots of nonsensical submissions. Feathery forms allow you to add on spam prevention in a number of ways.

* [Buttons](/platform/build-forms/elements/basic/button.md) allow you to add a CAPTCHA check that selectively runs when a submission is suspected to be fraudulent. Under the hood, we're powered by Google's [reCAPTCHA Enterprise](https://www.google.com/recaptcha/about/) technology. Note that reCAPTCHA won't work by default on non-Feathery domains. To have Feathery CAPTCHA whitelisted for a custom or embedded domain, please reach out to `support@feathery.io`.

<figure><img src="/files/DcU0n6eIoaIY2CONqd5e" alt="" width="563"><figcaption></figcaption></figure>

* You can trigger a variety of [user authentication methods](broken://pages/asPTm8Cjs5iCknq3olsl), including SMS one-time passcodes, to verify the user is legitimate.


---

# 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.feathery.io/guides/verify-submissions-spam.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.
