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

# Weighted Queue Time

> Discover how to prevent or add additional estimated order time to mobile orders

## Create Weighted Queue Times

<Steps>
  <Step title="Navigate to Settings">
    On the **Web Dashboard**, click on the **Dripos Logo** in the top right corner > **Settings** > **Mobile Ordering**

    Scroll down to the **Weighted Queue Time** section at the very bottom of the page > **Add Threshold**

    <Frame>
      <img src="https://mintcdn.com/frostbytetechnologiesinc/58CqbDgq14lJFANX/images/Weighted%20Queue%20Time%20Settings.gif?s=090199f0e3d93a790289978b15597d89" width="852" height="480" data-path="images/Weighted Queue Time Settings.gif" />
    </Frame>
  </Step>

  <Step title="Create Threshold Type">
    <Tabs>
      <Tab title="Dollar Amount">
        If an order meets or exceed a certain dollar amount, choose to either add minutes to the estimated order time or prevent the order entirely.

        <CardGroup cols={2}>
          <Card title="Add Minutes">
            <img src="https://mintcdn.com/frostbytetechnologiesinc/58CqbDgq14lJFANX/images/dollar%20type.png?fit=max&auto=format&n=58CqbDgq14lJFANX&q=85&s=b043b19b912bb5a735e1330164d9f7c5" width="882" height="986" data-path="images/dollar type.png" />
          </Card>

          <Card title="Prevent Order">
            <img src="https://mintcdn.com/frostbytetechnologiesinc/58CqbDgq14lJFANX/images/dollar%20type%20prevent.png?fit=max&auto=format&n=58CqbDgq14lJFANX&q=85&s=c5131d21d5d9b023be2d84af4fffa730" width="886" height="1060" data-path="images/dollar type prevent.png" />
          </Card>
        </CardGroup>
      </Tab>

      <Tab title="Number of Products">
        If a certain number of products are ordered, or a certain number of a specific product, choose to either add minutes to the estimated order time or prevent the order entirely.

        <Tip>
          **Example:**

          If more than 5 White Chocolate Mochas are ordered, add an additional 30 minutes to the order estimate time.

          If more than 15 products of any kind are ordered, prevent the order from being placed.
        </Tip>

        <CardGroup cols={2}>
          <Card title="Add Minutes">
            <img src="https://mintcdn.com/frostbytetechnologiesinc/ovWQENzgxAhoe77f/images/num%20products.png?fit=max&auto=format&n=ovWQENzgxAhoe77f&q=85&s=7fe0231049cb233150fa985a99a5080d" width="872" height="1116" data-path="images/num products.png" />
          </Card>

          <Card title="Prevent Order">
            <img src="https://mintcdn.com/frostbytetechnologiesinc/ovWQENzgxAhoe77f/images/num%20product%20prev.png?fit=max&auto=format&n=ovWQENzgxAhoe77f&q=85&s=43146cee2b8f194fe38fd43137ddb4b1" width="886" height="1200" data-path="images/num product prev.png" />
          </Card>
        </CardGroup>
      </Tab>

      <Tab title="Products in Category">
        If a certain number of products from a specific category are ordered, choose to either add minutes to the estimated order time or prevent the order entirely.

        <Tip>
          **Example:**

          If more than 5 products from the Espresso category are ordered, add an additional 30 minutes to the order estimate time.

          If more than 20 products from the Lunch category are ordered, prevent the order from being placed.
        </Tip>

        <CardGroup cols={2}>
          <Card title="Add Minutes">
            <img src="https://mintcdn.com/frostbytetechnologiesinc/58CqbDgq14lJFANX/images/category.png?fit=max&auto=format&n=58CqbDgq14lJFANX&q=85&s=734eca9bfdb660fd52ba4eb5513ed709" width="882" height="1114" data-path="images/category.png" />
          </Card>

          <Card title="Prevent Order">
            <img src="https://mintcdn.com/frostbytetechnologiesinc/58CqbDgq14lJFANX/images/cat%20prevent.png?fit=max&auto=format&n=58CqbDgq14lJFANX&q=85&s=6ba1a362339edd5dfece893a98062ce1" width="872" height="1202" data-path="images/cat prevent.png" />
          </Card>
        </CardGroup>
      </Tab>
    </Tabs>
  </Step>

  <Step title="Determine Threshold Weights">
    <Icon icon="check" iconType="solid" /> Decide which threshold is looked at first when an order is placed.

    <Icon icon="check" iconType="solid" /> Thresholds will be scanned from highest to lowest, and the first threshold to pass will be selected.

    <Icon icon="check" iconType="solid" /> A **Threshold Weight of 1** is the highest priority, then 2, 3, 4 and so on.

    <Tip>
      The threshold with the most expensive dollar amount or most products should be the highest weighted.
    </Tip>

    <Frame>
      <img width="300" src="https://mintcdn.com/frostbytetechnologiesinc/cU1yv4yDtvvvBB-v/images/thres.png?fit=max&auto=format&n=cU1yv4yDtvvvBB-v&q=85&s=c471a7db1cb4d17422e46ad962693cad" data-path="images/thres.png" />
    </Frame>
  </Step>
</Steps>
