# 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: 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.
