> ## 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.

# Rewards Configuration

> Global settings.

The **Rewards Configuration** defines global visual and audio feedback settings for the system.

## Configuration

<ResponseField name="toastsEnabled" type="Boolean" default="true">
  Show toast notification on claim.
</ResponseField>

<ResponseField name="claimSuccessToast" type="ToastConfig">
  Visual style of the success toast.
</ResponseField>

<ResponseField name="inventoryFullMessage" type="String" default="Inventory full">
  Error message when claiming with full inventory.
</ResponseField>

## Sounds

<ResponseField name="claimSuccessSound" type="Sound">
  Sound on success.
</ResponseField>

<ResponseField name="claimErrorSound" type="Sound">
  Sound on error.
</ResponseField>

<ResponseField name="bulkClaimSound" type="Sound">
  Sound for "Claim All".
</ResponseField>
