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

# Customer Facing Tipping

> Learn how to customize tip options shown on the register, card reader, and Dripos ordering platforms

## Tipping Types

Dripos enables shops to configure **Regular Tipping** and **Small Ticket Tipping**.

<CardGroup>
  <Card title="Regular Tipping">
    Default tip options shown to your shop’s customers
  </Card>

  <Card title="Small Ticket Tipping">
    Adds flexibility to your tipping workflow by displaying a different set of tipping options to customers with smaller orders
  </Card>
</CardGroup>

<Tip>
  Tip settings can be updated at any time in the Dashboard and Point of Sale settings and automatically take effect across your shop.
</Tip>

<Tabs>
  <Tab title="Dashboard">
    ### Dashboard

    <Steps>
      <Step>
        Log in to the Dashboard and click on the Dripos icon at the top right corner > select **Settings** > **Tipping**

        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/GRfVx4r6FaN9jz-F/images/orders/tipdash.png?fit=max&auto=format&n=GRfVx4r6FaN9jz-F&q=85&s=97b4aef32d52de6372d6f5e497f3f637" width="2816" height="1915" data-path="images/orders/tipdash.png" />
        </Frame>
      </Step>

      <Step title="Regular Tipping settings">
        <Tip>
          Tip options can be a percentage or dollar amount. To input a percentage, add the **%** symbol after entering the value.
        </Tip>

        **Enable Tipping:** If enabled, choose default tip amounts to be presented to the customer during checkout.

        **Enable No Tip Option for Mobile Ordering:** If enabled, a No Tip option will appear on the mobile ordering checkout page.

        **Set Tip Option 1, 2, 3:** Amounts can either be percentages (add the % character to the end of the amount) or dollar amounts. In addition to these amounts, customers can select a custom option.

        **Set Default Online Tip:** If enabled, a default tip amount will be set for online orders, overriding preset options
      </Step>

      <Step title="Small Ticket Tipping settings">
        <Tip>
          Tip options can be a percentage or dollar amount. To input a percentage, add the **%** symbol after entering the value.
        </Tip>

        **Small Ticket Tipping Enabled:** If enabled, tickets with smaller total dollar amounts will be presented with different tipping options than than regular tickets.

        **Set Maximum Small Ticket Amount:** Tickets below this dollar amount will be presented with small ticket tipping options.

        **Set Small Ticket Tip Option 1, 2, 3:** Amounts can either be percentages (add the % character to the end of the amount) or dollar amounts. In addition to these amounts, customers can select a custom option.

        **Set Default Online Small Ticket Tip:** If enabled, a default small ticket tip amount will be set for online orders, overriding preset options
      </Step>

      <Step title="Autogratuity">
        **Allow Tipping on Auto-Gratuity:** If enabled, customers will be able to select a tip regardless of whether auto-gratuity has been applied.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Point of Sale">
    ### Point of Sale

    <Steps>
      <Step title="Navigate to Point of Sale Settings">
        Log in to the Point of Sale. Press the **tribar (≡)** at the top left of the screen. Press the **settings icon (⚙️)**
      </Step>

      <Step title="Edit Tipping Settings">
        Navigate to the **Tipping** section

        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/GRfVx4r6FaN9jz-F/images/orders/tipos.png?fit=max&auto=format&n=GRfVx4r6FaN9jz-F&q=85&s=7cb111c6dc89866c505f25e889575e56" width="2026" height="1506" data-path="images/orders/tipos.png" />
        </Frame>

        <CardGroup cols={1}>
          <Card title="Enable Tipping">
            If disabled, customers will not be able to tip on their order
          </Card>

          <Card title="Allow Tipping on Auto-Gratuity">
            If enabled, customers will be able to tip regardless of whether auto-gratuity has been applied.
          </Card>

          <Card title="Enable Small Ticket Tipping">
            If enabled, small ticket tipping will take place effective immediately

            * **Set Maximum Small Ticket Amount:** Tickets below this dollar amount will be presented with small ticket tipping options.

            * **Set Small Ticket Tip Option 1, 2, 3:** Amounts can either be percentages (add the % character to the end of the amount) or dollar amounts. In addition to these amounts, customers can select a custom option
          </Card>

          <Card title="Tipping Mode">
            * **After Payment** will display tip options after payment has been taken for a transaction.

            * **Before Payment** will display tip options before payment has been taken for a transaction. Tipping will appear after a payment method is selected.
          </Card>
        </CardGroup>
      </Step>
    </Steps>
  </Tab>
</Tabs>
