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

# Useful

- [Enchants](https://battlepass.advancedplugins.net/useful/enchants.md): Make sure all enchants are uppercase and follow the format \<enchant-name>:\<level>
- [Custom Enchants](https://battlepass.advancedplugins.net/useful/custom-enchants.md): Make sure all enchants are lowercase and follow the format \<enchant-name>:\<level>
- [Harvesting Crops](https://battlepass.advancedplugins.net/useful/harvesting-crops.md): Tutorial on how to set up quests for crops harvesting for 1.15 or higher
- [Custom Model Data](https://battlepass.advancedplugins.net/useful/custom-model-data.md): How to set custom model data for items with examples
- [Timezones](https://battlepass.advancedplugins.net/useful/timezones.md)
- [Premade Configurations](https://battlepass.advancedplugins.net/useful/premade-configurations.md): All known premade configurations will be linked here. Want to have your configuration added? Request it via our Discord ( https://advancedplugins.net/discord )
- [Using with Citizens NPCs](https://battlepass.advancedplugins.net/useful/using-with-citizens-npcs.md): Setting up NPCs to access menus!
- [Quest Specific Regions](https://battlepass.advancedplugins.net/useful/quest-specific-regions.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:

```
GET https://battlepass.advancedplugins.net/useful.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.
