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

# Automatic Gratuity

> Use auto gratuity to charge an automatic tip amount on certain orders

Set up auto gratuity rules to apply to specific orders that meet a predetermined threshold.

*Examples:*

*- If an order total is \$50 or greater, automatically add 10% gratuity.*

*- If an order contains a specific product, automatically add 15% gratuity.*

<Accordion title="How to Create an Auto Gratuity Rule">
  <Steps>
    <Step>
      On the **Web Dashboard**, click **Sales** > **Checkout Flow** > **Gratuity**
    </Step>

    <Step>
      Click **Create Rule**

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/VTiADedBsz5T8DAT/images/order%20system/createrule.png?fit=max&auto=format&n=VTiADedBsz5T8DAT&q=85&s=c6cd6a288ac023e9adf119c9c9dff597" width="2876" height="1238" data-path="images/order system/createrule.png" />
      </Frame>
    </Step>

    <Step>
      Complete the following fields:

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/VTiADedBsz5T8DAT/images/order%20system/rules.png?fit=max&auto=format&n=VTiADedBsz5T8DAT&q=85&s=6aab7cf10395fcf2fa1a1886fd9666e6" width="1524" height="1202" data-path="images/order system/rules.png" />
      </Frame>

      <AccordionGroup>
        <Accordion title="Gratuity Rule Name">
          Label this rule
        </Accordion>

        <Accordion title="Type">
          **All**: Apply rule to an entire order

          **Product Based**: Apply rule to specifc product(s)

          **Category Based**: Apply rule to specific categories
        </Accordion>

        <Accordion title="Threshold Type">
          **Count**: Number of items

          **Dollar**: Dollar amount to reach
        </Accordion>

        <Accordion title="Apply Threshold">
          If **Threshold Type = Count**, put the number of products to trigger this rule

          If **Threshold Type = Dollar**, put the dollar amount to trigger this rule
        </Accordion>

        <Accordion title="Gratuity Amount (Percent)">
          Add a numerical amount for what percentage gratuity will be added to an order
        </Accordion>
      </AccordionGroup>
    </Step>

    <Step>
      Click **Save**
    </Step>

    <Step title="Disable a rule">
      To disable an auto gratuity rule, click **View** into the rule page > **Actions** > **Disable Rule**

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/VTiADedBsz5T8DAT/images/order%20system/createrule.png?fit=max&auto=format&n=VTiADedBsz5T8DAT&q=85&s=c6cd6a288ac023e9adf119c9c9dff597" width="2876" height="1238" data-path="images/order system/createrule.png" />
      </Frame>
    </Step>
  </Steps>
</Accordion>
