# Triple flywheel

IntelFactor compounds when you capture the full loop.

### The flywheel

1. **Detect:** consistent outcomes with evidence.
2. **Explain:** local RCA hypotheses with confidence.
3. **Act:** SOP-linked recommendations.
4. **Verify:** operator disposition + measured outcome.
5. **Learn:** store verified triples for future prevention.

### What makes it different

* It’s local-first.
* It’s auditable.
* It captures “what fixed it”, not just “what happened”.


---

# 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://intelfactor.gitbook.io/doc/home/closed-loop-rca/triple-flywheel.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.
