> For the complete documentation index, see [llms.txt](https://infosys.selmotech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infosys.selmotech.com/selmo-solution/selmo-solution-en/selmo-how-it-works/selmo-training/chapter-2-the-architecture-of-the-selmo-system/2.5-the-interaction-engine-and-zones.md).

# 2.5 The interaction – engine and zones

The switching mechanism generates the **State\_ID**, which is sent to all zones.\
Each zone checks this ID and automatically activates the corresponding operant.\
An IN\_OUT zone, for example, knows:\
"I am in state 2 → Operant S → perform action and wait for feedback."

As soon as the feedback is TRUE, the zone reports:\
"Sequence check fulfilled → S = 0."

The switching mechanism collects all reports:\
If no interlock is active and all S are satisfied, ΣS = 0 and the next state is released.

<figure><img src="/files/52c0e82d0212cbace1670f3f23f5a3e43f28e99f" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://infosys.selmotech.com/selmo-solution/selmo-solution-en/selmo-how-it-works/selmo-training/chapter-2-the-architecture-of-the-selmo-system/2.5-the-interaction-engine-and-zones.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
