---
Title: Setting Menus
Type: Document
---
import {Prism} from "@astrojs/prism"
import {Zorn} from "@minpluto/zorn"
If you want to add additional settings to the player, you can enable the Settings button and add your own menu and sub-menus.
To enable the menu, add the `SettingsMenu` option:
`}/>
Then, as a slot, add your menu like so:
`}/>
Remember to add it as a slot with the slot name of `menu`.
> Use `OpenZornMenu()` as the open menu function. You can use the scripts provided in `/test/` of this package.
You can also add sub-menus with additional scripts you'll need to add:
`}/>
Remember to add it as a slot with the slot name of `extra-menus`.