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

# Home Tab

> All features under the home tab

## Macro V4

<AccordionGroup>
  <Accordion title="Redeem Codes" description="Redeems all codes known to the script." icon="fingerprint">
    This button causes the script to redeem all known codes.
  </Accordion>

  <Accordion title="Stop Everything" description="Disables all script features" icon="toggle-large-off">
    This toggle will (hopefully) cause the script to pause and not do anything.

    <Info>
      Due to the complex nature of the script, it is not guarenteed to stop perfectly, but should stop the script from moving on to other tasks.
    </Info>
  </Accordion>

  <Accordion title="Check Windy Favor" description="DIsplays the player's windy favor" icon="fingerprint">
    This button simply displays the user's windy favor.
  </Accordion>
</AccordionGroup>

## Debug Info

<AccordionGroup>
  <Accordion title="Upload Debug Info" icon="fingerprint">
    This button allows the user to upload a debug log to our development team. After it is uploaded, an ID will be provided to the user that can be shared along with a bug report, etc. This will allow the development team to better identify and resolve issues.

    **Information Shared:**

    * Executor Name
    * Console messages
    * Loaded Config
    * Script State (Uptime, Statuses, etc.)

    <Info>
      No personally identifiable information (such as roblox usernames) or other sensitive information is uploaded.
    </Info>
  </Accordion>
</AccordionGroup>
