> 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/archive/customer-guide-to-busroot/glossary-of-busroot-menu-features-and-how-to-use-them/menu-live-monitoring/cockpit.md).

# Cockpit

## Overview <a href="#overview" id="overview"></a>

All the real time data that you need in one place to monitor production across the whole factory.

## Station Overview <a href="#station-overview" id="station-overview"></a>

See live information from all stations - which work order they are producing and the current progress through the order.

A clear coloured labelling system to alert of any stations that have an issue.

Hierarchy of how Station status’ appear within Station Groups

* Red - Stopped, Slow, Below Utilisation Threshold, Escalated
* Amber - Cause, Estimated
* Green - Running
* Blue - Maintenance
* Grey - Outside of Shift
* Grey - No Schedule
* Purple - Loss of internet connection (this can be caused by the machine being switched off)

If there is a Station of a higher priority status in a group, the group status bar will always reflect this to alert of any issues.

## Work Order Overview <a href="#work-order-overview" id="work-order-overview"></a>

Live progress of each work order or work order group if made of multiple parts.

All key data needed to keep track of each orders progress.

## Key Metrics <a href="#key-metrics" id="key-metrics"></a>

**Actual vs Planned**

The current live total against the overall target total.

**Stations Running**

A quick reading of how many stations are running out of the total scheduled.


---

# 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/archive/customer-guide-to-busroot/glossary-of-busroot-menu-features-and-how-to-use-them/menu-live-monitoring/cockpit.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.
