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

# Auto Planters Tab

> All features under the auto planters tab

## Auto Planters

<Accordion title="Auto Planters" icon="toggle-large-off">
  This feature will automatically plant planters as needed to maintain nectars according to the player's settings.
</Accordion>

## Nectar Settings

<AccordionGroup>
  <Accordion title="Presets" icon="list-dropdown">
    This dropdown has default nectar presets for each hive color.

    Options:

    * Blue
    * Red
    * White
  </Accordion>

  <Accordion title="Farm (Nectar) Nectar" icon="toggle-large-off">
    This setting will toggle the farming of a certain nectar.
  </Accordion>

  <Accordion title="(Nectar) Priority" icon="slider">
    This setting will modify the priority of a certain nectar. A higher priority means it has a better chance to be maintained.
  </Accordion>

  <Accordion title="(Nectar) Min %" icon="slider">
    This setting will adjust the minimum percent for a nectar. When it falls below this percent, it will use planters to farm it back up.
  </Accordion>
</AccordionGroup>

## Other Settings

<AccordionGroup>
  <Accordion title="Allowed Planters" icon="list-dropdown">
    This dropdown contains a list of all planters. The player can select the ones they wish the script to use.
  </Accordion>

  <Accordion title="Allowed Fields" icon="list-dropdown">
    This dropdown contains a list of every field. The player can select the fields they want planters to be placed in.
  </Accordion>

  <Accordion title="Harvest Every (hours)" icon="slider">
    This setting allows the player to harvest planters every x number of hours.
  </Accordion>

  <Accordion title="Harvest At (%)" icon="slider">
    This setting allows the player to harvest planters at a specific %.

    <Info>
      To use this feature, set harvest every (hours) to 0.
    </Info>
  </Accordion>

  <Accordion title="Use Glitter After Planting" icon="toggle-large-off">
    This setting will use a glitter after placing a planter if the player is not on cooldown.
  </Accordion>
</AccordionGroup>
