> For the complete documentation index, see [llms.txt](https://manual.blocworx.com/blocworx-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.blocworx.com/blocworx-documentation/bloc-editor/managing-a-field/field-rules/must-have-matching-equivalent-data-in-another-form.md).

# Must have matching equivalent data in another form

This rule is used to verify multiple pieces of data in another bloc. It attempts to match all the local fields with the fields that must be matched, if any do not match the rule fails.

![](/files/-Ma4uyd-BX6ovlracvDx)

### Rule Parameters

| Parameter       | Description                                                                                                         |
| --------------- | ------------------------------------------------------------------------------------------------------------------- |
| Bloc to check   | This is the Bloc that is looked for that contains the matched data.                                                 |
| Fields to match | This is the combinations of local fields with the remote fields in the other bloc. You can add as many as you like. |


---

# 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://manual.blocworx.com/blocworx-documentation/bloc-editor/managing-a-field/field-rules/must-have-matching-equivalent-data-in-another-form.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.
