# Local RCA engine

Local RCA runs at the edge and produces explainable suggestions.

```mermaid
flowchart TB
  E[Inspection events stream] --> P1[Layer 1: Pattern accumulator]
  P1 -->|spike/anomaly| P2[Layer 2: Parameter correlator]
  P2 -->|structured context| P3[Layer 3: Explanation model]
  P3 -->|SOP-linked recs| P4[Layer 4: Action recommender]
  P4 --> OP[Operator acknowledgment]
  OP --> TR[(Verified triple stored)]
  TR --> P1
```

### What this implies

* Suggestions are local-first.
* Confirmation is explicit.
* Stored triples provide auditable learning.

### Next steps

* [Causal triples](/doc/intelfactor-ai/product-concepts/causal-triples.md)
* [Safety rails](/doc/intelfactor-ai/product-concepts/safety-rails.md)
* [Monitoring](/doc/intelfactor-ai/operations-and-security/monitoring.md)


---

# 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/intelfactor-ai/product-concepts/local-rca-engine.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.
