# Deployment overview

Deployment mode changes where aggregation and visibility live.

```mermaid
flowchart LR
  subgraph Local[Fully local]
    E1[Edge node] --> S1[Site hub]
    S1 --> D1[(Local DB/storage)]
  end

  subgraph Hybrid[Hybrid (optional cloud visibility)]
    E2[Edge node] --> S2[Site hub]
    S2 --> C2[Cloud analytics/reporting]
  end

  subgraph Ali[Alibaba Cloud (marketing + app)]
    WWW[www.intelfactor.ai] --> CDN[CDN/DCDN] --> OSS[OSS static]
    APP[app/api] --> WAF[WAF] --> ACK[ACK Kubernetes] --> DB[(RDS/PolarDB)]
  end

  note1((OT boundary)) -. separate .- Ali
```

### Notes

* OT inspection is edge-first.
* Hybrid visibility is optional.
* Marketing/app cloud is separated from OT.

### Next steps

* [System overview](/doc/intelfactor-ai/architecture-and-data/system-overview.md)
* [Edge pipeline](/doc/intelfactor-ai/architecture-and-data/edge-pipeline.md)
* [Cloud services](/doc/intelfactor-ai/architecture-and-data/cloud-services.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/architecture-and-data/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.
