> For the complete documentation index, see [llms.txt](https://selmotech.gitbook.io/selmo-solution/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://selmotech.gitbook.io/selmo-solution/selmo-how-it-works/selmo-training.md).

# Selmo - Training

### **Einleitung – Vom Steuerungsdenken zum Verhaltensmodell**

Seit den Anfängen der Automatisierung basiert industrielle Steuerung auf dem Prinzip der Ereignisreaktion:\
Ein Eingang wird gelesen, eine Bedingung geprüft, und ein Ausgang geschaltet.\
Das klassische SPS-Programm folgt dieser sequentiellen Denkweise – es beschreibt, *was die Steuerung tun soll*, nicht *wie sich das System verhalten muss*.

Im Laufe der Zeit sind diese Programme komplexer geworden, aber sie blieben strukturell unklar: Sie wachsen organisch, jede Anpassung bringt Seiteneffekte, und kaum jemand kann nach Jahren noch nachvollziehen, warum eine Anlage genau so funktioniert, wie sie funktioniert.

Selmo SEQ bricht mit dieser Tradition.\
Es beschreibt Maschinenverhalten **nicht als Code**, sondern als **Zustandsmodell** – ein formal definiertes, deterministisches System.\
Die Steuerung denkt nicht mehr in Anweisungen, sondern in Zuständen.\
Und jeder Zustand ist klar beschreibbar, überprüfbar und reproduzierbar.

Selmo stellt damit eine neue Denkweise vor:\
weg von der Implementation, hin zur **Deklaration des Verhaltens**.\
Man beschreibt, *wie eine Maschine sich verhalten soll* – und nicht, *wie sie programmiert werden muss*.


---

# 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://selmotech.gitbook.io/selmo-solution/selmo-how-it-works/selmo-training.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.
