# Edge-native architecture (three-zone model)

IntelFactor is designed as a **three-zone system**. It matches factory security boundaries.

### Zone 1: Production Zone (OT)

**Lives here**

* Cameras.
* NVIDIA Jetson edge nodes.
* PLC / sensors (as applicable).
* Detection, local RCA, local evidence storage.

**Network policy**

* Air-gapped or strictly segmented.
* No outbound internet required.
* Optional conduit to the Site Data Zone.

**Failure mode**

* Must operate indefinitely on its own.
* Local DB + filesystem continue producing outcomes.

### Zone 2: Site Data Zone (on-prem IT/DMZ)

**Lives here**

* Local object storage (S3-compatible).
* Model registry.
* Dashboards and reporting.
* Container registry + update repository (if used).

**Network policy**

* Reachable from office network.
* Segmented from OT via firewall.
* No direct office-to-camera path.

**Failure mode**

* Edge inspection continues.
* Site dashboards and cross-line analytics may be unavailable.

### Zone 3: Remote Access Zone (optional)

**Lives here**

* VPN gateway and/or jump host for controlled remote visibility.

**Network policy**

* MFA required.
* Dedicated jump host.
* Session monitoring.
* Maintenance windows.

**Failure mode**

* Zero production impact.
* Inspection continues locally.


---

# 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/architecture/edge-native-architecture-three-zone-model.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.
