# Network Architecture

- [Design Overview](https://docs.icn.global/network-architecture/design-overview.md): This section provides an in-depth overview of the core components of ICN’s architecture, explaining how each component contributes to the overall system.
- [ScalerNode Network](https://docs.icn.global/network-architecture/scalernode-network.md): Hardware providers contribute physical servers with specific hardware classes to the ScalerNode Network.
- [HyperNode Network](https://docs.icn.global/network-architecture/hypernode-network.md)
- [Satellite Network](https://docs.icn.global/network-architecture/satellite-network.md)
- [Services and Apps](https://docs.icn.global/network-architecture/services-and-apps.md)
- [Smart Contracts](https://docs.icn.global/network-architecture/smart-contracts.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://docs.icn.global/network-architecture.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.
