> For the complete documentation index, see [llms.txt](https://fatehub.bghddevelopment.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fatehub.bghddevelopment.com/menu-and-item-actions.md).

# Menu & Item Actions

FateHub includes an action option for join items and menus. These actions are not commands but rather methods within FateHub that can be triggered. Below is a comprehensive list of available actions.

## Action List

* `{openmenu:menu-name}`: Opens the specified menu defined by the user in the menus.yml configuration file.
* `{bungeesend:ServerName}`: Sends the clicking player directly to the specified server without going through the queue.
* `{playerbalancer:ServerName}`: Sends the clicking player to the specified section defined in PlayerBalancer.
* `gadgets`: Opens the gadget menu for the player.
* `firework`: Triggers the firework gadget.
* `enderbutt`: Triggers the ender butt gadget.
* `players_on`: Turns on player visibility.
* `players_off`: Turns off player visibility.


---

# 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://fatehub.bghddevelopment.com/menu-and-item-actions.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.
