# GUI Help

- [Main Menu](https://wiki.hmmbo.com/fundamentals/gui-help/main-menu.md)
- [Change Prefix](https://wiki.hmmbo.com/fundamentals/gui-help/main-menu/change-prefix.md): How To Change Prefix
- [Toggle Menu](https://wiki.hmmbo.com/fundamentals/gui-help/toggle-menu.md)
- [Disabling Regeneration](https://wiki.hmmbo.com/fundamentals/gui-help/toggle-menu/disabling-regeneration.md): Regeneration of all the regions would be diabled
- [Regen As Seed](https://wiki.hmmbo.com/fundamentals/gui-help/toggle-menu/regen-as-seed.md): Crops will regenerate as seeds
- [Drop To Inventory](https://wiki.hmmbo.com/fundamentals/gui-help/toggle-menu/drop-to-inventory.md): Drops will be added to inventory
- [Allow Block Placements](https://wiki.hmmbo.com/fundamentals/gui-help/toggle-menu/allow-block-placements.md): Players can place blocks inside region
- [Update Checker](https://wiki.hmmbo.com/fundamentals/gui-help/toggle-menu/update-checker.md): Checks whether new update of plugin is available
- [Messages](https://wiki.hmmbo.com/fundamentals/gui-help/toggle-menu/messages.md): Plugin will send messages to the plugin
- [Allow Other Block Break](https://wiki.hmmbo.com/fundamentals/gui-help/toggle-menu/allow-other-block-break.md): Plugin will send messages to the plugin
- [Crop Animation](https://wiki.hmmbo.com/fundamentals/gui-help/toggle-menu/crop-animation.md): Crops will have animation while growing as a max age crop
- [Region Menu](https://wiki.hmmbo.com/fundamentals/gui-help/region-menu.md)
- [Per Region Regeneration](https://wiki.hmmbo.com/fundamentals/gui-help/region-menu/per-region-regeneration.md): How To Enable Per Region Regeneration
- [Per Region Permission](https://wiki.hmmbo.com/fundamentals/gui-help/region-menu/per-region-permission.md): How To Enable Per Region Permission
- [Per Region Allow Block Place](https://wiki.hmmbo.com/fundamentals/gui-help/region-menu/per-region-allow-block-place.md): How To Enable Per Region Permission
- [Region Status](https://wiki.hmmbo.com/fundamentals/gui-help/region-menu/region-status.md): How To Enable / Disable Region Regeneration
- [Edit Menu](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu.md): Customize Block Break Event
- [Disable Specific Block](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/disable-specific-block.md): How To Disable Specific Block
- [Customize Block Xp Drop](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-block-xp-drop.md): How To Customize Block XP Drop
- [Customize Block Regen Delay](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-block-regen-delay.md): How To Customize Block Regen Delay
- [Customize Replace Block](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-replace-block.md): How To Customize Replace Block
- [Customize Delay Block](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-delay-block.md): How To Customize Delay Block
- [Customize Money Reward](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-money-reward.md): How To Customize Money Reward
- [Customize Block Permission Requirement](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-block-permission-requirement.md): How To Customize Block Permission Requirement
- [Customize Cost Required](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-cost-required.md): How To Customize Money Reward
- [Customize Tool Damage](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-tool-damage.md): How To Customize Tool Damage
- [Customize Block Drops](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-block-drops.md): Customize drops given to player on breaking the block
- [Customize Block Commands](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-block-commands.md): Commands to be run when player breaks the block
- [Customize Required Tools](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-required-tools.md): Tools which are required to break the block
- [Customize Block Sounds](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-block-sounds.md): Sounds played on block broken


---

# Agent Instructions: 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://wiki.hmmbo.com/fundamentals/gui-help.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.
