> 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/platform-onboarding/quick-start/production-tracking-+-downtime-detection.md).

# Production Tracking + Downtime Detection

Under ADMIN in your Busroot Menu please follow these steps to setup your account to monitor production tracking in your account: <br>

Assuming you have completed all setup steps for asset utilisation and downtime detection <br>

STATION&#x20;

1. Set the Performance Mode to how you want to track production&#x20;
2. Set a Performance Target for the station. This will only be used if there is not a performance target set at SKU level.&#x20;
3. Set a minimum cycle time (optional)&#x20;
4. If you are monitoring line speed; please contact the Busroot team to assist in the calibration.
5. Under productive Status mode select line speed&#x20;
6. Set a Line speed stopped threshold (in minutes)&#x20;
7. Set the Downtime Detection mode to Production Cycle Monitoring<br>

SKU

1. Add your SKU’s. Either individually or upload a file directly to Busroot&#x20;
2. Key information to include is:&#x20;
3. SKU Code&#x20;
4. SKU name&#x20;
5. SKU Performance target&#x20;
6. Batch size (optional)&#x20;
7. Downtime duration threshold multiplier <br>

SCHEDULING

1. In order to monitor downtime a schedule needs to be running for each station. Following the steps in the Scheduling section, add a ‘Continuous’ type schedule. To understand the best way to schedule for your operations please go the Scheduling.<br>

For more information click on a link below:&#x20;

[Production Tracking ](https://docs.output.industries/features/production-tracking)

[SKUs](https://docs.output.industries/configuration/skus)

[Lost Production Cost Analysis ](https://docs.output.industries/features/lost-production-cost-analysis)

[Cycle Time Analysis](https://docs.output.industries/features/cycle-time-analysis)

[OEE Analysis](https://docs.output.industries/features/oee-analysis)

<br>


---

# 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/platform-onboarding/quick-start/production-tracking-+-downtime-detection.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.
