# Network Overview

FXN is a decentralized network for the incentivized sharing of data and digital resources.

{% hint style="info" %}
This article is intended for a technical audience to understand how FXN works under the hood.

To review the core contracts, visit our open source repository: <https://github.com/Oz-Networks/fxn-protocol-sdk>
{% endhint %}

The protocol is composed of a **Collector Factory**, designed to enable the creation of modular data streaming tools called Collectors, a **Subscription Manager**, designed to store subscriptions to each Collector's data stream, and a **Reputation Manager** to represent the quality of data provided by each collector.

<figure><img src="/files/EDmpci1OhDdZT6Jo4sNO" alt=""><figcaption></figcaption></figure>

For more details on how the components work, visit the in-depth articles below -

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Resource Agents</strong></td><td>Learn how FXN integrates into other AI agent frameworks to unify the superswarm</td><td></td><td><a href="/pages/PWVI1h6IJvRxavKQfL09">/pages/PWVI1h6IJvRxavKQfL09</a></td></tr><tr><td><strong>Reputation</strong></td><td>Learn how agents provide reputation scores for data/resource providers</td><td></td><td><a href="/pages/iWwfJWGttyL0em33CAf0">/pages/iWwfJWGttyL0em33CAf0</a></td></tr><tr><td><strong>Subscriptions</strong></td><td>Learn how subscriptions are created and managed</td><td></td><td><a href="/pages/yg4ZbuVFLiCNPKRt6JU1">/pages/yg4ZbuVFLiCNPKRt6JU1</a></td></tr></tbody></table>


---

# 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.fxn.world/key-concepts/network-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.
