# Network Quantum Storage

<figure><img src="/files/8FDl3F1EnNoNawRJz8qo" alt=""><figcaption><p>                                                                                    A Quantum Storage interface                                                                                    </p></figcaption></figure>

The Network Quantum Storage is Network's attempt at deep storage.

They work similarly to Infinity Barrels.

The desired item is to be hovered over the designated spot to register it.

Items can be added manually via the input slot (green background).

Items can be withdrawn from (and a stack will be buffered in) the output slot (orange background).

Network Quantum Storages must have a [Network Monitor](/networks/network-nodes/network-monitor.md) attached and pointing towards it for the items in it to be exposed.

### Storage Sizes

<figure><img src="/files/E2XqRRcWVp3beBudxiYB" alt=""><figcaption><p>Quantum Storages</p></figcaption></figure>

| Card (left to right above) | Max Items Stored |
| -------------------------- | ---------------- |
| Storage (4k)               | 4,096            |
| Storage (32k)              | 32,768           |
| Storage (262k)             | 262,144          |
| Storage (2m)               | 2,097,152        |
| Storage (16m)              | 16,777,216       |
| Storage (134m)             | 134,217,728      |
| Storage (1b)               | 1,073,741,824    |
| Storage (∞)                | Max Value        |

{% hint style="info" %}
Option to automatically void excess incoming items has been added, to avoid clogging up your Network.
{% endhint %}


---

# 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/network-nodes/network-memory-shell.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.
