# Decision model

Defines inspection outcomes and governance rules.

### Inspection Outcomes

Each inspection produces one of the following outcomes:

* PASS\
  The item meets defined inspection criteria.
* FAIL\
  The item violates one or more inspection criteria and requires attention.
* REVIEW\
  The inspection result is not suitable for an automated determination.

### Governance

Decision logic supports:

* Versioned
* Consistent updates
* Rollback-capable

This ensures traceability and consistency across inspections.

### Next steps

* [Causal triples](/doc/intelfactor-ai/product-concepts/causal-triples.md)
* [Safety rails](/doc/intelfactor-ai/product-concepts/safety-rails.md)
* [Acceptance tests & rollout gates](/doc/intelfactor-ai/validation-and-rollout/acceptance-tests-and-rollout-gates.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/product-concepts/decision-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.
