> 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/use-busroot/oee.md).

# OEE

**OEE**

OEE does take into consideration production counts, but it’s completely its own thing.

OEE is looking at the efficiency of your equipment. That's what the two E stand for.

It's important to remember that OEE disregards any unplanned maintenance time.

So OEE does not consider any out of shift time. It doesn't consider planned maintenance.

OEE is only ever looking at a time where you were intending to make something.

It is then looking at how much of that intended time was lost due to availability reasons and how much was lost due to performance reasons, which means against your target cycle time and then how much was lost due to quality.

That's what OEE is, and it's its own independent metric.

The important thing to remember about OEE as well as it not including unplanned time is, it works off of your intended cycle time.

Your cycle time in manufacturing is part to part, which means any time, like loading the machine, unloading the machine.

Any operation involved in the part to part time is included in OEE.

OEE doesn't look to try and improve the production process itself.

OEE only looks to make sure that you are achieving what you plan to achieve, and that's what differentiates it from productive vs nonproductive time


---

# 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/use-busroot/oee.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.
