# Honeypot Fields

### What is a honeypot field?

A honeypot field is a trap for automated spam-software. It's a hidden field that a normal user will never see. Sometimes it's a field with the type `hidden` in most of the cases it is made hidden with some special CSS styles.

Since a normal user would never see this field, he would never fill it in. Thus, if it is filled in, you can assume that an automated software is trying to fill in the form with spam data.

### How to deal with it in Formspector?

Since Formspector has no intention of being recognized as spam software, this field should simply be left blank. So you can just skip it when filling the default values.


---

# 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.formspector.com/fundamentals/honeypot-fields.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.
