# System overview

IntelFactor separates responsibilities into on-site execution and optional aggregation layers.

The inspection loop is designed to be local-first. Visibility layers are optional.

### On-site responsibilities

* Observes live production processes.
* Produces consistent inspection outcomes.
* Captures evidence for traceability.
* Maintains continuity during connectivity loss.

### Site and cloud responsibilities (optional)

* Aggregates visibility across lines, sites, and time.
* Enables broader analysis and reporting.
* Supports centralized review workflows where applicable.

### Integrations (as applicable)

IntelFactor complements MES/ERP and quality systems. It does not replace them.

### Where to go deeper

* Zone boundaries: [Edge-native architecture (three-zone model)](/doc/home/architecture/edge-native-architecture-three-zone-model.md)
* Evidence guarantees: [Evidence & retention policy](/doc/home/edge-pipeline/evidence-and-retention-policy.md)
* RCA loop: [Local RCA engine (4 layers)](/doc/home/closed-loop-rca/local-rca-engine-4-layers.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/home/start-here/system-overview.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.
