# OEE & TEEP

OEE (Overall Equipment Effectiveness) and TEEP (Total Effective Equipment Performance) are metrics used in manufacturing to understand actual performance vs total capacity.

The simple difference between the two is that OEE only considers planned production time, whereas TEEP broadens the measurement to consider all time (scheduled, unscheduled, maintenance and out-of-shift).

{% hint style="info" %}
**OEE** = Performance against expected capacity.\
**TEEP** = Performance against maximum theoretical capacity.
{% endhint %}

## Calculating OEE and TEEP

Busroot captures and manages all of the data required to calculate OEE and TEEP in real-time:

#### Contextual Information:

* Shift Patterns
* Non-Production / Maintenance Schedules
* Production Schedules
* SKU / Part Ideal Cycle Times

#### Real-time Data:

* Productivity / Utilisation Status
* Actual Production Count
* Reject Production Count

**OEE Availability** = Running Time / Scheduled Production Time

**OEE Performance** = Ideal Production Time (count x ideal cycle time) / Available Time

**OEE Quality** = Good Units / Total Units

Busroot calculates and provides OEE & TEEP metrics in the Station Window API response: [Broken link](https://docs.output.industries/getting-started/concepts-and-architecture/broken-reference "mention")


---

# Agent Instructions: 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:

```
GET https://docs.output.industries/getting-started/concepts-and-architecture/oee-and-teep.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
