# Protocol Overview

- [System Architecture](https://build.intract.io/protocol-overview/system-architecture.md)
- [Protocol Components](https://build.intract.io/protocol-overview/protocol-components.md)
- [Data Ingestion Engine (DIE) / Ingestion Layer](https://build.intract.io/protocol-overview/protocol-components/data-ingestion-engine-die-ingestion-layer.md)
- [Trusted Execution Cluster (TEC) / Compute Layer](https://build.intract.io/protocol-overview/protocol-components/trusted-execution-cluster-tec-compute-layer.md)
- [Secure Access Management (SAM)](https://build.intract.io/protocol-overview/protocol-components/secure-access-management-sam.md)
- [Encrypted Storage Service (ESS) / Storage Layer](https://build.intract.io/protocol-overview/protocol-components/encrypted-storage-service-ess-storage-layer.md)
- [Security Implementations](https://build.intract.io/protocol-overview/security-implementations.md)
- [A detailed example on how it works](https://build.intract.io/protocol-overview/a-detailed-example-on-how-it-works.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://build.intract.io/protocol-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.
