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

# Features

- [Production Tracking](https://docs.output.industries/features/production-tracking.md): Measure and report production output per station, per SKU.
- [Asset Utilisation](https://docs.output.industries/features/asset-utilisation.md): Measure and report productive vs non-productive time for each station.
- [Downtime Analysis](https://docs.output.industries/features/downtime-analysis.md): Measure and report automatically detected downtime. Understand common causes.
- [Scheduling](https://docs.output.industries/features/scheduling.md): Set production and non-production schedules for stations using a lightweight tool.
- [OEE Analysis](https://docs.output.industries/features/oee-analysis.md): Understand production losses vs the theoretical maximum output of your operation.
- [Energy Monitoring](https://docs.output.industries/features/energy-monitoring.md): Measure and report energy consumption in general, and with relation to output.
- [Cycle Time Analysis](https://docs.output.industries/features/cycle-time-analysis.md): Understand cycle time performance vs targets, and cycle time variance.
- [Lost Production Cost Analysis](https://docs.output.industries/features/lost-production-cost-analysis.md): Quantify the cost of lost production as a monetary value, grouped by underlying reason.
- [Data Explorer](https://docs.output.industries/features/data-explorer.md): A powerful tool for cross-comparing multiple metrics within a single report.
- [Operator Interface](https://docs.output.industries/features/operator-interface.md): Communicate, motivate and interact directly with station operators via shop-floor screens.
- [Shop Floor LFDs](https://docs.output.industries/features/shop-floor-lfds.md): Communicate and motivate staff with information on TVs or similar large format displays.
- [Email Notifications](https://docs.output.industries/features/email-notifications.md): Receive timely & succinct messages over email for alerts, progress reports and performance summaries.
- [Daily Summary Email](https://docs.output.industries/features/email-notifications/daily-summary-email.md)


---

# 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.output.industries/features.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.
