> 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/summary.md).

# Table of Contents

## Getting Started

* [Joining Vanilla+](/readme.md)

## Server Info

* [General Information](/server-info/general-information.md)
* [Commands](/server-info/commands.md)
* [Vote Rewards](/server-info/vote-rewards.md)
* [Vote Links](/server-info/vote-links.md)
* [Leaderboard System](/server-info/leaderboard-system.md)
* [Optimizing Your Connection](/server-info/optimizing-your-connection.md)
* [Reporting Players](/server-info/reporting-players.md)
* [Applying for a Staff Position](/server-info/how-to-apply-for-staff.md)
* [Ban Appeals](/server-info/appealing-a-ban.md)

## Rules

* [Discord / Chat Rules](/rules/discord-chat-rules.md)
* [In-Game Rules](/rules/in-game-rules.md)
* [Allowed Mods](/rules/allowed-mods.md)
* [Disallowed Mods](/rules/disallowed-mods.md)

## Farms

* [Auto-brewers](/farms/auto-brewers.md)
* [Furnace Arrays / Auto-Smelters](/farms/furnace-arrays-auto-smelters.md)
* [Bamboo Farms](/farms/bamboo-farms.md)
* [Bartering Farms](/farms/bartering-farms.md)
* [Bonemeal Farms](/farms/bonemeal-farms.md)
* [Blaze Farms](/farms/blaze-farms.md)
* [Cactus Farms](/farms/cactus-farms.md)
* [Cobblestone Farm](/farms/cobblestone-farm.md)
* [Enderman Farms](/farms/enderman-farms.md)
* [Flower/Dye Farms](/farms/flower-dye-farms.md)
* [Froglight Farms](/farms/froglight-farms.md)
* [Ghast Farms](/farms/ghast-farms.md)
* [Gold Farms](/farms/gold-farms.md)
* [Guardian Farms](/farms/guardian-farms.md)
* [Honey Farms](/farms/honey-farms.md)
* [Ice Farms](/farms/ice-farms.md)
* [Iron Farms](/farms/iron-farms.md)
* [Kelp Farms](/farms/kelp-farms.md)
* [Netherwart Farms](/farms/netherwart-farms.md)
* [Magma Cube Farms](/farms/magma-cube-farms.md)
* [Melon/Pumpkin Farms](/farms/melon-pumpkin-farms.md)
* [Obsidian Farms](/farms/obsidian-farms.md)
* [Raid Farms](/farms/raid-farms.md)
* [Shulker Farms](/farms/shulker-farms.md)
* [Slime Farms](/farms/slime-farms.md)
* [Sugarcane Farms](/farms/sugarcane-farms.md)
* [Turtle Farms](/farms/turtle-farms.md)
* [Villagers](/farms/villagers.md)

***

* [Wither Rose Farms](/farms/wither-rose-farms.md)
* [Wither Skeleton Farms](/farms/wither-skeleton-farms.md)
* [Wood Farms](/farms/wood-farms.md)
* [Wool Farms](/farms/wool-farms.md)

## Farm Additions

* [Item Sorters](/farm-additions/item-sorters.md)

***

* [Shulker Box Loaders and Unloaders](/farm-additions/shulker-box-loaders-and-unloaders.md)
* [Gold Farm Auto-Crafter](/farm-additions/gold-farm-auto-crafter.md)
* [Raid Farm Auto-Crafter](/farm-additions/raid-farm-auto-crafter.md)

## Modifications

* [Fabric Autoclicker](/modifications/fabric-autoclicker.md)
* [Itemscroller](/modifications/itemscroller.md)

## Player Safety

* [2FA](/player-safety/2fa.md)
* [IP Safety Guide](/player-safety/ip-safety-guide.md)
* [RAT Safety Guide](/player-safety/rat-safety-guide.md)

## Legend Rank

* [Legend Rank Perks](/legend-rank/legend-rank-perks.md)
* [Color Codes](/legend-rank/color-codes.md)
* [Nickname Guide](/legend-rank/nickname-help.md)
* [Hex Colors Guide](/legend-rank/hex-colours-in-chat.md)
* [Emojis in Chat](/legend-rank/emojis-in-chat.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/summary.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.
