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

# Grow a Garden

> Monitor and track Grow a Garden game information.

<Note>
  These commands help you track stock, calculate prices, and get notified about weather changes in Grow a Garden.
</Note>

## Basic Commands

<AccordionGroup>
  <Accordion title="View stock information" icon="chart-line">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gagstock
      ```

      ```javascript example theme={null}
      /gagstock
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Calculate crop prices" icon="calculator">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gag-calculator [crop] [weight] [quantity]
      ```

      ```javascript example theme={null}
      /gag-calculator Candy Blossom 50
      /gag-calculator Corn 50
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="View mutation info" icon="dna">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gag-mutation [mutation]
      ```

      ```javascript example theme={null}
      /gag-mutation Rainbow
      /gag-mutation Twisted
      ```
    </CodeGroup>
  </Accordion>
</AccordionGroup>

## Weather Setup

<AccordionGroup>
  <Accordion title="Auto setup weather notifications" icon="cloud">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gagweathersetup setup
      ```

      ```javascript example theme={null}
      /gagweathersetup setup
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Remove weather notifications" icon="cloud-slash">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gagweathersetup unsetup
      ```

      ```javascript example theme={null}
      /gagweathersetup unsetup
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Set weather channel manually" icon="message">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gagweathersetup manualchannel [channel]
      ```

      ```javascript example theme={null}
      /gagweathersetup manualchannel #weather
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Set weather roles manually" icon="user-tag">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gagweathersetup manualroles [weather] [role]
      ```

      ```javascript example theme={null}
      /gagweathersetup manualroles rain @rain-ping
      /gagweathersetup manualroles sunny @sun-lovers
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Update weather roles" icon="cloud-arrow-up">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gagweathersetup update
      ```

      ```javascript example theme={null}
      /gagweathersetup update
      ```
    </CodeGroup>
  </Accordion>
</AccordionGroup>

## Stock Setup

<AccordionGroup>
  <Accordion title="Auto setup stock notifications" icon="box">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gagsetup setup
      ```

      ```javascript example theme={null}
      /gagsetup setup
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Remove stock notifications" icon="box-open">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gagsetup unsetup
      ```

      ```javascript example theme={null}
      /gagsetup unsetup
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Set stock channel manually" icon="message">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gagsetup manualchannel [channel]
      ```

      ```javascript example theme={null}
      /gagsetup manualchannel #stock-updates
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Set stock roles manually" icon="user-tag">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gagsetup manualroles [weather] [role]
      ```

      ```javascript example theme={null}
      /gagsetup manualroles rain @stock-watchers
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Update stock roles" icon="boxes-packing">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gagsetup update
      ```

      ```javascript example theme={null}
      /gagsetup update
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Enable auto last seen" icon="eye">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gag autolastseen
      ```

      ```javascript example theme={null}
      /gag autolastseen
      ```
    </CodeGroup>
  </Accordion>

  <Accordion title="Remove auto last seen" icon="eye-slash">
    <CodeGroup>
      ```javascript syntax theme={null}
      /gag autolastseenremove
      ```

      ```javascript example theme={null}
      /gag autolastseenremove
      ```
    </CodeGroup>
  </Accordion>
</AccordionGroup>
