# Acceptance tests & rollout gates

Rollout gates reduce risk before scaling across a line or site.

```mermaid
flowchart TB
  POC[Single station pilot] --> SOAK[24h soak test]
  SOAK --> OFF[Offline test: unplug network]
  OFF --> AUD[Evidence audit: random sampling]
  AUD --> OPS[Operator workflow validation]
  OPS --> PERF[Performance gates: latency/throughput]
  PERF --> SEC[Security gates: segmentation/MFA]
  SEC --> SCALE[Scale to line / site]
```

### What to verify

* Continuity during network loss.
* Evidence completeness under load.
* Operator review and escalation paths.

### Next steps

* [Validation](/doc/intelfactor-ai/validation-and-rollout/validation.md)
* [Reliability & degradation](/doc/intelfactor-ai/operations-and-security/reliability-and-degradation.md)
* [Evidence & retention policy](/doc/intelfactor-ai/architecture-and-data/evidence-and-retention-policy.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/validation-and-rollout/acceptance-tests-and-rollout-gates.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.
