> For the complete documentation index, see [llms.txt](https://docs.captisa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.captisa.com/guides/duplicate-forms.md).

# Duplicate Forms

To maintain the integrity of your data, it’s a good idea to have rules in place to reduce duplicate records in the system.

### Create a duplicate detection rule

1\. Go to form explorer.

2\. Select the form you want to create the duplicate rule for, then click on the ‘Rules -> Duplicate Rules’ menu item from the toolbar.

![](https://captisa.com/wp-content/uploads/2018/11/FormRules1-1.png)

3\. Click![](https://captisa.com/wp-content/uploads/2018/11/NewRule.png)

The duplicate rule designer opens with a single rule created for you.

![](https://captisa.com/wp-content/uploads/2018/11/duplicateRuleNew.png)

4\. Add a rule name in the description box.

5\. Add rule. To Add rule:

a. Select a field from the list.

![](https://captisa.com/wp-content/uploads/2018/11/duplicateRuleFields.png)

b. Select operator.

![](https://captisa.com/wp-content/uploads/2018/11/duplicateRuleOperator.png)

c. Enter a message to show to the user.

![](https://captisa.com/wp-content/uploads/2018/11/duplicate-rule-1.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.captisa.com/guides/duplicate-forms.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.
