# Network Autocrafters

![Network Auto-crafter](/files/BHVYzfMiUiQed2KfKOhC) ![Network Auto-crafter (Withholding)](/files/lcrDtWkO3ZnFn6gYEOYY)

The Network Auto-crafters will take a given, [encoded](/networks/network-nodes/network-encoder.md), [Crafting Blueprint](/networks/tools/crafting-blueprint.md) and, once per Slimefun Tick, attempt to craft the given pattern using items withdrawn from the Network.

Crafters require power but cannot be powered via EnergyNet and must draw [power ](/networks/network-nodes/network-capacitor.md)from the Network

The regular Auto-crafter will simply deposit the items crafted back into the Network (if possible) during the following tick.

The Withholding version will keep hold of it's items in it's output slot. While doing this, it does expose the items to the Network in such a way as they can be used by other Auto-crafters or withdrawn from a [Grid](/networks/network-nodes/network-grid.md). This extra functionality has an additional cost in the form of power consumption.

| Crafter Type | Power Consumption (J/Craft) |
| ------------ | --------------------------- |
| Regular      | 64                          |
| Withholding  | 128                         |


---

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