# Can 2 regions interfere?

Yes, 2 or more regions can interfere together! The way that this gets handled is not the best, but it works. The plugin will check if first region in line has any configuration for that block that is broken, if so then continue and handle it so it doesnt let the other regions handle it. If the first region doesnt have any configuration, it will pass it to the next region in line. If no regions have any configuration for that block, then the block is passed and nothing will happen.\
\
Possible Update Feature:\
\- Add support for `priorities` in region configurations. So if second region in line has a higher priority than first region, then the second region tries to take the block break event!


---

# 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://eliteplugins-1.gitbook.io/eliteplugins/eliteregen/faq/can-2-regions-interfere.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.
