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

# Custom Features

- [📿 RPG Inventory](https://docs.utopiverse.net/survival/custom-features/rpg-inventory.md): /rpginv is a command to use rpg items which give buffs and debuffs
- [💫 Classes and Attributes](https://docs.utopiverse.net/survival/custom-features/classes-and-attributes.md): (yet to be released)
- [📖 Custom Enchantments](https://docs.utopiverse.net/survival/custom-features/enchantments.md): You can view all custom enchantments at /warp enchanter and going to the Witch NPC
- [🐊 Custom mobs](https://docs.utopiverse.net/survival/custom-features/custom-mobs.md): Our server has custom mobs you can find in the overworld
- [🐟 Fishing](https://docs.utopiverse.net/survival/custom-features/fishing.md): Guide on fishing NPC
- [Dungeons](https://docs.utopiverse.net/survival/custom-features/dungeons.md): Here you can find everything For Dungeons
- [🏟 Arenas](https://docs.utopiverse.net/survival/custom-features/dungeons/arenas.md): Arenas are a wave based system where you and a team can face off against enemies
- [Blacksmith](https://docs.utopiverse.net/survival/custom-features/dungeons/blacksmith.md): Here you can find everything Within Blacksmith
- [The Tinkerer](https://docs.utopiverse.net/survival/custom-features/dungeons/tinker.md): Here you can get yourself Expensive Gear and Helpful Artifacts
- [🔮 Enchanting Witch](https://docs.utopiverse.net/survival/custom-features/dungeons/witch.md): The enchanting witch is a NPC that sells custom enchants and scrolls
- [Repair and upgrade NPC](https://docs.utopiverse.net/survival/custom-features/dungeons/repair-and-upgrade-npc.md): Purchase menders to repair armour durability and increase armour stats


---

# 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.utopiverse.net/survival/custom-features.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.
