# What is Networks?

Networks is a [Slimefun4](https://github.com/Slimefun/Slimefun4) addon that provides a simple-to-use yet incredibly powerful storage system to your Minecraft server.

Networks' main aim is to imitate great mods like AE2 and Refined Storage while requiring no mods to be installed on a local client or the server.

## What is a Network?

A Network is a series of blocks connected to one another - at it's core, that is it.

Any block in Networks, if placed next to one another, will extend the range of the Network.

Any item inside the Network (or exposed to the Network) can be 'seen' by any other Network block. This means if you have a stack of Cobblestone in a [Network Cell](/networks/network-nodes/network-cell.md), it will be available for use by any other [Network Node](/networks/network-nodes.md) that requires cobblestone.


---

# 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.sefiraat.dev/networks/basics/what-is-networks.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.
