diff --git a/Spout.md b/Spout.md
new file mode 100644
index 0000000..16b598d
--- /dev/null
+++ b/Spout.md
@@ -0,0 +1,33 @@
+> Spout: An injector for refilling your fluid items.
+Fluid Transfer: When a fluid container item such as a bucket or bottle is placed underneath, the spout will attempt to refill it with its own stored fluid.
+Fluid Automation: The spout placed above a belt or a depot will react automatically with a fluid container item that passes underneath it.
+
+The **Spout** is an item used in fluid logistics to apply filling recipes.
+
+## Obtaining
+Spouts can be created through the following methods:
+| Recipe | Input | Output |
+| ------------- | ------------- | ------------- |
+| | **Crafting:**
1 [Copper Nugget](Copper)
1 Dried Kelp
1 [[Fluid Tank]] | 1 Spout |
+
+## Usage
+
+A spout can store 1000 mB of any fluid, which can be added by a [[Mechanical Pump]]. If an item passes under the spout (whether in the world or on a [[Depot]] or [[Mechanical Belt]]) that has a valid filling recipe with the spout's fluid, the recipe will be applied automatically.
+
+### Filling recipes
+| Item | Fluid | Output |
+| ------------- | ------------- | ------------- |
+| [Blaze Cake Base](Blaze-Cake) | 250 mB Lava | 1 [[Blaze Cake]]
+| Bucket | 1000 mB Chocolate | 1 Chocolate Bucket
+| Bucket | 1000 mB Honey | 1 Honey Bucket
+| Bucket | 1000 mB Milk | 1 Milk Bucket
+| Bucket | 1000 mB Lava | 1 Lava Bucket
+| Bucket | 1000 mB Water | 1 Water Bucket
+| [[Cinder Flour]] | 25 mB Potion of Harming | 1 Gunpowder |
+| Cinder Flour | 25 mB Potion of Night Vision | 1 Glowstone Dust |
+| Cinder Flour | 25 mB Potion of Strength | 1 Redstone Dust |
+| Dirt | 500 mB Water | 1 Grass Block |
+| Glass Bottle | 250 mB [[Builder's Tea]] | 1 [[Builder's Tea]] |
+| Glass Bottle | 250 mB Honey | 1 Honey Bottle |
+| Glass Bottle | 250 mB Potion (any type) | 1 Potion (same type) |
+| Glass Bottle | 250 mB Water | 1 Water Bottle |
\ No newline at end of file