> For the complete documentation index, see [llms.txt](https://docs.enlyze.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enlyze.com/konzepte.md).

# Konzepte

- [Maschinendaten](https://docs.enlyze.com/konzepte/maschinendaten-verstehen.md): Was Maschinendaten sind, wie sie aufgezeichnet werden und warum Kontext entscheidend ist.
- [Datenquellen](https://docs.enlyze.com/konzepte/maschinendaten-verstehen/datenquellen.md): Was Datenquellen in der Fertigung sind und wie ENLYZE Maschinendaten erfasst.
- [Variablen & Zeitreihen](https://docs.enlyze.com/konzepte/maschinendaten-verstehen/variablen-und-zeitreihen.md): Was Variablen und Zeitreihen sind und wie ENLYZE Maschinendaten aufzeichnet.
- [Produktionskontext](https://docs.enlyze.com/konzepte/produktionskontext.md): Wie Auftragsdaten den Maschinendaten Bedeutung geben und welche Analysen dadurch möglich werden.
- [Stillstände](https://docs.enlyze.com/konzepte/stillstaende.md): Was Stillstände in der Produktion bedeuten und wie ENLYZE sie erkennt und klassifiziert.
- [Erkennung](https://docs.enlyze.com/konzepte/stillstaende/erkennung.md): Wie ENLYZE Stillstände automatisch aus Maschinendaten erkennt.
- [Kategorien & Zuordnung](https://docs.enlyze.com/konzepte/stillstaende/kategorien-und-zuordnung.md): Stillstandskategorien und wie Gründe zu Stillständen zugeordnet werden.
- [Leistung](https://docs.enlyze.com/konzepte/leistung.md): Was Leistung im Produktionskontext bedeutet und wie sie gemessen wird.
- [Leistungsmessung](https://docs.enlyze.com/konzepte/leistung/leistungsmessung.md): Wie die Fertigungsleistung gemessen und der Leistungsfaktor berechnet wird.
- [Maximum Demonstrated Speed](https://docs.enlyze.com/konzepte/leistung/maximum-demonstrated-speed.md): Was Maximum Demonstrated Speed (MDS) ist und wie ENLYZE ihn als Leistungsreferenz nutzt.
- [OEE](https://docs.enlyze.com/konzepte/oee-verstehen.md): OEE-Management mit Maschinendaten zur Steigerung der Maschineneffektivität
- [Das Konzept OEE](https://docs.enlyze.com/konzepte/oee-verstehen/das-konzept-oee.md): Das Konzept der Overall Equipment Effectiveness.
- [Verfügbarkeit](https://docs.enlyze.com/konzepte/oee-verstehen/verfugbarkeit.md): Verluste durch Stillstandszeiten deiner Maschine
- [Leistung](https://docs.enlyze.com/konzepte/oee-verstehen/leistung.md): Verluste durch verringerte Fertigungsgeschwindigkeiten
- [Definition der maximalen Leistung](https://docs.enlyze.com/konzepte/oee-verstehen/leistung/definition-der-maximalen-leistung.md): Die richtige Definition der Leistungsreferenz
- [Maximum Demonstrated Speed](https://docs.enlyze.com/konzepte/oee-verstehen/leistung/maximum-demonstrated-speed.md): Referenzgröße für den Leistungsfaktor in der kontinuierlichen Fertigung
- [Qualität](https://docs.enlyze.com/konzepte/oee-verstehen/qualitat.md): Verluste durch Ausschussfertigung
- [OEE Aggregation mit ENLYZE](https://docs.enlyze.com/konzepte/oee-verstehen/oee-aggregation-mit-enlyze.md): OEE-Aggregation über mehrere Aufträge und Maschinen.
- [6 Big Losses](https://docs.enlyze.com/konzepte/oee-verstehen/6-big-losses.md): Verlustkategorien für eine systematische Ursachenanalyse
- [OEE steigern](https://docs.enlyze.com/konzepte/oee-verstehen/oee-steigern.md): Von der Theorie zur Praxis: Kontinuierliche Verbesserung mit Datenfokus
- [Glossar](https://docs.enlyze.com/konzepte/glossar.md): Definitionen der wichtigsten Begriffe rund um ENLYZE und die Fertigungsdatenanalyse.


---

# 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://docs.enlyze.com/konzepte.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.
