# Security overview

IntelFactor is built for environments where security and auditability matter.

### Security boundaries

* Edge execution is designed to operate with minimal external dependency.
* Cloud services are optional and should not be a single point of production failure.

### Access and audit

* Inspection outcomes are structured and reviewable over time.
* Evidence artifacts support traceability and audit expectations.

### What these docs cover

* Behavioral guarantees and responsibility boundaries.
* High-level security expectations for evaluation.

### What these docs do not cover

* Environment-specific hardening steps.
* Operational playbooks.
* Internal implementation details.

### Related pages

* [OT security posture](/doc/home/security/ot-security-posture.md)
* [Remote access zone](/doc/home/security/remote-access-zone.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/home/security/security-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.
