# Toggle Menu

- [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


---

# 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/toggle-menu.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.
