> 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/en/production-optimization.md).

# Production Optimization

- [Overview](https://docs.enlyze.com/en/production-optimization/overview.md): Your shopfloor at a glance
- [Data quality](https://docs.enlyze.com/en/production-optimization/data-quality.md): Understand the data quality of your production runs and fix issues.
- [Analyze overlapping production runs](https://docs.enlyze.com/en/production-optimization/data-quality/overlapping-production-runs.md): See which production runs overlap in time on a machine.
- [Golden Run](https://docs.enlyze.com/en/production-optimization/golden-run.md): The most productive order of a product
- [Setup sheet](https://docs.enlyze.com/en/production-optimization/setup-sheet.md): Define and manage setup sheets for your products
- [Co-Pilot](https://docs.enlyze.com/en/production-optimization/co-pilot.md): Live process monitoring on the shopfloor
- [Batch record](https://docs.enlyze.com/en/production-optimization/batch-record.md): Document production runs and compare against target values.
- [Downtimes](https://docs.enlyze.com/en/production-optimization/downtimes.md): Manage and analyze downtimes in ENLYZE.
- [Automatic detection](https://docs.enlyze.com/en/production-optimization/downtimes/detection.md): How ENLYZE detects machine downtimes automatically and what happens when data is missing
- [Defining downtime reasons](https://docs.enlyze.com/en/production-optimization/downtimes/defining-reasons.md): Create downtime reason categories in ENLYZE.
- [Assign reasons to downtimes](https://docs.enlyze.com/en/production-optimization/downtimes/assigning-reasons.md): Assign reasons to detected downtime events.
- [Performance](https://docs.enlyze.com/en/production-optimization/performance.md): Configure performance data and maximum speed.
- [Quality](https://docs.enlyze.com/en/production-optimization/quality.md): Capture and analyze quality data in ENLYZE.
- [OEE](https://docs.enlyze.com/en/production-optimization/oee.md): Set up downtime detection and performance recording
- [Reports](https://docs.enlyze.com/en/production-optimization/reports.md): Create and export production reports.


---

# 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/en/production-optimization.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.
