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

# Quantity change

> Allow customers to increase or decrease the quantity of items in their order.

import NeedHelp from '/snippets/NeedHelp.mdx';

## Increase quantity

<Steps>
  <Step title="Open Recheck and click on Modules in the left menu." />

  <Step title="Select Increase quantity from the list of modules." />

  <Step title="Enable the &#x22;Allow quantity increase&#x22; toggle">
    This lets customers increase the quantity of items already present in their order.
  </Step>
</Steps>

## Decrease quantity

<Steps>
  <Step title="Open Recheck and click on Modules in the left menu." />

  <Step title="Select Decrease quantity from the list of modules." />

  <Step title="Enable the &#x22;Allow quantity reduction&#x22; toggle">
    This lets customers reduce the quantity of items in their order, down to a minimum of 1 per item.
  </Step>
</Steps>

<NeedHelp />
