> ## 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 Profile Menu Action

> Open selection GUI.

The **Open Profile Menu Action** opens the interactive character selection screen.

## Configuration

<ResponseField name="menuConfig" type="Ref<ProfileMenuConfig>">
  Specific menu config to open. If empty, uses the default configuration.
</ResponseField>

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