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

# Create Printer Rules

> Customize your printer workflow

Printing rules allow you to select which receipt template to use, filter certain categories or products to print, and more.

<Tip>
  Examples of printer workflows:

  * Only print customer receipts when requested
  * Set kitchen printer to automatically print all food items
  * Set barista printer to automatically print all drink category items
  * Set printer to only print orders from the Drive Thru register
</Tip>

## Add Printer Rules

<Steps>
  <Step title="">
    On the **Point of Sale** > **Setings** > **Printers** > **Printer Rules** and press **Add Printing Rule**.

    <Frame>
      <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rules1.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=bfd571b176cd178354bccec64a55941d" width="2020" height="1520" data-path="images/orders/rules1.png" />
    </Frame>
  </Step>

  <Step title="">
    Make the following selections. Select the **Receipt Template** to use and the applicable **Printer** to use for this rule.

    <Frame>
      <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rules2.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=a79beed4fb789b25a8a41be4298a628a" width="1928" height="1388" data-path="images/orders/rules2.png" />
    </Frame>

    <CardGroup>
      <Card title="Enable Printing Rule">
        Enable or disable the printing rule
      </Card>

      <Card title="Print Receipts on Ticket Creation">
        Receipts will automatically print after checkout
      </Card>

      <Card title="Only Print New Items">
        Products that have already printed will not print again - even if new items are added to the order or a saved ticket is updated
      </Card>

      <Card title="Print Gift Cards on Make Tickets">
        Gift cards will be included on make tickets
      </Card>

      <Card title="Print Entire Ticket">
        All ticket items will print if at least one item on the ticket is included in the printing rule filter (next section)
      </Card>
    </CardGroup>
  </Step>

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

## Filter Printer Rules

Add filters to only print specific ticket types, categories, products, or orders from specific devices.

<Steps>
  <Step title="">
    Navigate to POS **Settings** > **Printers**
  </Step>

  <Step title="">
    Click **Edit** next to your printing rule and press **Edit Filters**

    <CardGroup cols={2}>
      <Card title="">
        <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rules4.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=3cfb341e3ecd96c5d1467e39c8a582b4" width="2020" height="1524" data-path="images/orders/rules4.png" />
      </Card>

      <Card title="">
        <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rules3.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=3e902cc16939c2d96476a37bd83e7afc" width="1938" height="1396" data-path="images/orders/rules3.png" />
      </Card>
    </CardGroup>
  </Step>

  <Step>
    Printing rules are ordered by priority. The ones at the top take priority, but multiples rules can be applied.

    <Tip>
      For example, you can set **Filter by Ticket Type** to *For Here* and then **Filter by Category** like *Espresso*. This means only products in the Espresso category on orders using a For Here ticket type will be printed.
    </Tip>

    <Frame>
      <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rules5.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=180da10012192e17ccd77eb6acf03984" width="1946" height="1398" data-path="images/orders/rules5.png" />
    </Frame>

    <CardGroup>
      <Card title="Ticket Type">
        Print orders only from specific ticket types (For Here, To Go, Mobile, etc.)
      </Card>

      <Card title="Device Type">
        Print tickets only from specific Point of Sale devices (Main Register, Drive Thru, etc.)
      </Card>

      <Card title="Categories">
        Print products from specific categories only (Espresso, Breakfast, etc.)
      </Card>

      <Card title="Products">
        Print specific products only (Strawberry Matcha Latte, Mango Matcha Latte, Matcha Cookie, etc.)
      </Card>
    </CardGroup>
  </Step>
</Steps>
