# Network Purger

![Network Purger](/files/rprUNkWxsNLGgCdxIXRM)

The Network Purger is a simple block with a very simple purpose, purge a single matching item from the Network.

The Purger takes a single item as a 'template' and, once per Slimefun tick, will remove a whole stack of a matching item from the Network - where ever it is found.

The Purger is a Particle Emitter within a Network. If a [Network Crayon](/networks/tools/network-crayon.md) is installed into the Network, it will show when it has successfully purged an item.

{% hint style="info" %}
Purger will drain your [Quantum Storages](/networks/network-nodes/network-memory-shell.md) too
{% 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-purger.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.
