# Setting Menu

The default setting menu is shown here.

```yaml
settings:
  title: Settings
  rows: 4
  content:
    '10':
      item: SLIME_BALL
      name: "&aLive Notifications"
      lore:
        - '&7Notifies you immediately of the reward'
        - '&7that can currently be collected.'
        - ' '
        - '&eClick to toggle'
      action: '[toggle_live_notifications]'
    '12':
      item: OAK_DOOR
      name: "&aJoin Notification"
      lore:
        - '&7When you connect to the server, it notifies'
        - '&7you what rewards are available for withdrawal.'
        - ' '
        - '&eClick to toggle'
      action: '[toggle_join_notification]'
    '14':
      item: REDSTONE_TORCH
      name: "&aAuto Claim"
      lore:
        - '&7Automatically claims available rewards upon joining'
        - '&8&lNOTE:&8 In case of insufficient space in'
        - '&8 the inventory, the reward will not be collected.'
        - ' '
        - '&eClick to toggle'
      action: '[toggle_join_auto_claim]'
    '16':
      item: REDSTONE_TORCH
      name: "&aLive Auto Claim"
      lore:
        - '&7Automatically claims available rewards'
        - '&8&lNOTE:&8 In case of insufficient space in'
        - '&8 the inventory, the reward will not be collected.'
        - ' '
        - '&eClick to toggle'
      action: '[toggle_live_auto_claim]'
    '31':
      item: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjZkOGVmZjRjNjczZTA2MzY5MDdlYTVjMGI1ZmY0ZjY0ZGMzNWM2YWFkOWI3OTdmMWRmNjYzMzUxYjRjMDgxNCJ9fX0=
      name: "&cBack"
      lore:
        - '&7Return to the main menu'
      action: '[open] main'
```


---

# 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://ultimaterewards.athelion.eu/configuration/menus/setting-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.
