# Network Pusher

![Network Pusher](/files/pnWHZsmf1JT4rEZ5cGnA)

The Network Pusher is a Directional Network Node who's only purpose is to 'push' items from the Network's exposed items into the target Slimefun Block.

The target block must be a Slimefun Block that has slots that are allowed to be accessed by Cargo **in**.

There must be room in the Slimefun Blocks for the item and the withdrawal will follow the normal [Item Withdrawal](/networks/basics/item-deposit-withdrawal.md) ruleset.

The Pusher has a slot which is used as a 'template' for which item should be withdrawn from the Network.

The Pusher is a directional interface and, therefore, is compatible with the [Network Configurator](/networks/tools/network-configurator.md)

The Pusher 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's pushed an item and will fire in a direction indicating where the item(s) were pushed.


---

# 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-pusher.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.
