> For the complete documentation index, see [llms.txt](https://docs.vanillaplus.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vanillaplus.net/farms.md).

# Farms

- [Auto-brewers](https://docs.vanillaplus.net/farms/auto-brewers.md)
- [Bamboo Farms](https://docs.vanillaplus.net/farms/bamboo-farms.md)
- [Bartering Farms](https://docs.vanillaplus.net/farms/bartering-farms.md)
- [Blaze Farms](https://docs.vanillaplus.net/farms/blaze-farms.md)
- [Bonemeal Farms](https://docs.vanillaplus.net/farms/bonemeal-farms.md)
- [Cactus Farms](https://docs.vanillaplus.net/farms/cactus-farms.md)
- [Cobblestone Farm](https://docs.vanillaplus.net/farms/cobblestone-farm.md)
- [Enderman Farms](https://docs.vanillaplus.net/farms/enderman-farms.md)
- [Flower/Dye Farms](https://docs.vanillaplus.net/farms/flower-dye-farms.md)
- [Froglight Farms](https://docs.vanillaplus.net/farms/froglight-farms.md)
- [Furnace Arrays / Auto-Smelters](https://docs.vanillaplus.net/farms/furnace-arrays-auto-smelters.md)
- [Ghast Farms](https://docs.vanillaplus.net/farms/ghast-farms.md)
- [Gold Farms](https://docs.vanillaplus.net/farms/gold-farms.md)
- [Guardian Farms](https://docs.vanillaplus.net/farms/guardian-farms.md)
- [Honey Farms](https://docs.vanillaplus.net/farms/honey-farms.md)
- [Ice Farms](https://docs.vanillaplus.net/farms/ice-farms.md)
- [Iron Farms](https://docs.vanillaplus.net/farms/iron-farms.md)
- [Kelp Farms](https://docs.vanillaplus.net/farms/kelp-farms.md)
- [Magma Cube Farms](https://docs.vanillaplus.net/farms/magma-cube-farms.md)
- [Melon/Pumpkin Farms](https://docs.vanillaplus.net/farms/melon-pumpkin-farms.md)
- [Netherwart Farms](https://docs.vanillaplus.net/farms/netherwart-farms.md)
- [Obsidian Farms](https://docs.vanillaplus.net/farms/obsidian-farms.md)
- [Raid Farms](https://docs.vanillaplus.net/farms/raid-farms.md): How to setup a raid farm on Vanilla+
- [Shulker Farms](https://docs.vanillaplus.net/farms/shulker-farms.md)
- [Slime Farms](https://docs.vanillaplus.net/farms/slime-farms.md)
- [Sugarcane Farms](https://docs.vanillaplus.net/farms/sugarcane-farms.md)
- [Turtle Farms](https://docs.vanillaplus.net/farms/turtle-farms.md)
- [Villagers](https://docs.vanillaplus.net/farms/villagers.md)
- [Wither Rose Farms](https://docs.vanillaplus.net/farms/wither-rose-farms.md)
- [Wither Skeleton Farms](https://docs.vanillaplus.net/farms/wither-skeleton-farms.md)
- [Wood Farms](https://docs.vanillaplus.net/farms/wood-farms.md)
- [Wool Farms](https://docs.vanillaplus.net/farms/wool-farms.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vanillaplus.net/farms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
