# Deployment overview

IntelFactor supports three deployment modes. The inspection loop always runs locally.

### Mode A: Fully local (recommended baseline)

Use the full three-zone design.

* **Production Zone (OT):** cameras + edge nodes + local evidence.
* **Site Data Zone:** on-prem dashboards, object storage, registries.
* **Remote Access Zone (optional):** jump host / VPN for support.

This mode requires **no outbound internet** to inspect.

### Mode B: Hybrid (local inspection + optional cloud visibility)

Use Mode A locally. Add a cloud layer for fleet visibility.

* Local inspection and evidence capture are unchanged.
* Site-to-cloud sync is **async**.
* Connectivity loss only delays centralized reporting.

### Mode C: Cloud-hosted business apps + on-prem OT boundary

Use cloud hosting for non-OT systems.

* Marketing site and business apps can live in cloud.
* OT inspection network stays segmented.
* Only approved exports traverse the conduit.

{% hint style="info" %}
If you want a one-page network diagram for your IT/security review, ask. We’ll generate it from your zone choices.
{% endhint %}


---

# 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/deployment-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.
