# Spam Protection

Sheet Monkey allows you to filter out spam from submissions to your form. This is best used when you have a public form that isn't behind any sort of login or authentication.

#### Enabling Spam Protection for a Form in the dashboard

Login to the [Sheet Monkey dashboard](https://dashboard.sheetmonkey.io) and select the form that where you want to enable Spam Protection. When you've selected the form, toggle the Spam Protection switch to "On".

![](/files/heGAPszwpo7mFF6EOdY4)

#### Enabling Spam Protection for a Form in the builder

To enable Spam Protection in the Sheet Monkey Chrome Extension, select the form settings and locate the config for Spam Protection. Make sure the box is checked.

![](/files/lHy0IY0Q1z1l83W7qPWF)

#### If you still get spam or something gets incorrectly flagged as spam

Sheet Monkey uses the [Akismet](https://akismet.com/) api for filtering spam out of your form submissions. Sometimes spam still gets through. Even more rarely, something that is not actually spam will get filtered. If you absolutely need to make sure that every form submission makes it to your form, don't turn on the spam filter.

We don't turn on the spam filter by default for this reason. It's best to wait and see if it spam is a problem before enabling it.


---

# 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.sheetmonkey.io/guides/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.
