# Hardware tiers

Hardware selection should match line speed, camera count, and compute headroom.

### Tier 1: Single-station pilot

* Prove the inspection loop on one station.
* Basic detection + rules + local evidence storage.

### Tier 2: Production scale (default)

* Detection + local RCA + local UI.
* Headroom for concurrent workloads.

### Tier 3: Multi-line site hub (future)

* Multi-line aggregation.
* Larger local models.
* Site-wide dashboard and model registry.

### Tier 4: Enterprise site server (future)

* Larger on-prem models.
* Fleet reporting and longer-term analytics.

**Principle:** start with what is deployed. Upgrade only when compute is the bottleneck.


---

# 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/hardware-tiers.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.
