# Must be equal to another local field

This rule is a similar concept to the rule [Cannot be Equal to Another Local Field](/blocworx-documentation/bloc-editor/managing-a-field/field-rules/cannot-be-equal-another-local-field.md) only it is the opposite check.\
\
With this rule, the value of the field must be equal to another local field in your bloc.

{% hint style="success" %}
Hint: This is most commonly used in conjuction with rules like [Populate another local field with data from elsewhere](/blocworx-documentation/bloc-editor/managing-a-field/field-rules/populate-another-local-field-with-data-from-elsewhere.md). You could set a value localy and then if you would like to make sure you are using the right value then this rule could be set to a field that contains a value that has been pulled from another bloc.
{% endhint %}

![](/files/-Ma4nMQlRAOZZo5P6sMY)

### Rule Parameters

| Parameter                                            | Description                                                            |
| ---------------------------------------------------- | ---------------------------------------------------------------------- |
| Please select other local field it must be equal to: | The other field in your bloc where the value of this field must match. |


---

# 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-be-equal-to-another-local-field.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.
