# Node Architecture Overview

## Agent Node

The M1 Mini and M1E are the foundational units of the iG3 Edge Network. Equipped with modest Edge AI hardware, each Edge AI device runs as a **K3s Agent Node**, responsible for:

* Hosting microservices (e.g., AI inference, data collection)
* Performing real-time tasks (e.g., audio/video processing)
* Communicating with Master Nodes for coordination

## Master Node (Control Plane)

Deployed in a more robust environment, the Master Node runs the K3s Server role on M1 Device:

* Controls scheduling, state management, and deployment logic.
* Maintains the cluster state for all connected agent nodes.
* Integrates with the AI Gateway and LLM Gateway for service orchestration.


---

# 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://docs.ig3.ai/how-ig3-works/ig3-overall-architecture/edge-node-layer/node-architecture-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.
