> 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-be-between-two-values.md).

# Must be Between Two Values

This rule requires that the field value is between two numeric values. For example Field A must be between 1.2 and 4.6

{% hint style="success" %}
You can as many of these rules as you like and it will check against any one of them.
{% endhint %}

![](/files/-Ma4JUD4Atpnzjw7U9Qj)

### Rule Parameters

| Parameter                              | Description                                                                                                                                                                                                                                                    |
| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Can be equal to the values (No or Yes) | Used to decide if you are allowing the value to be equal to the outer boundary or not. For example: Must be between 4.6 and 5.2, if "Yes" is set here, then the value **can** be equal to 4.6 or 5.2. Otherwise it must be greater than 4.6 and less than 5.2. |
| Must be greater than value             | The value your field must be greater than, e.g. 4.6                                                                                                                                                                                                            |
| Must be less than value                | The value your field must be less than, e.g. 5.2                                                                                                                                                                                                               |


---

# 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-be-between-two-values.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.
