> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Open Party Menu Action

> Open management GUI.

The **Open Party Menu Action** opens the graphical party management interface.

## Configuration

<ResponseField name="config" type="Ref<PartyMenuConfig>">
  The menu configuration to use. If empty, uses default.
</ResponseField>

<CodeGroup>
  ```yaml Example theme={null}
  action:
    type: party_menu
  ```
</CodeGroup>
