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

# How to test Recheck?

> Here's how you can test safely before launching it for your customers

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

To safely test Recheck, you have to restrict order editing by using our customer tag restrictions setting. Here's how you can do it:

<Steps>
  <Step title="Open Recheck > Order Editing > Order Editing Restrictions">
    <img src="https://mintcdn.com/recheck-84e9def8/XbyVsq0hQY5eaxwd/images/open-order-editing-restriction.jpg?fit=max&auto=format&n=XbyVsq0hQY5eaxwd&q=85&s=8097ae21a03d2a617296c0ae9b4b44c4" alt="Open order editing restrictions" width="800" height="450" data-path="images/open-order-editing-restriction.jpg" />
  </Step>

  <Step title="Enable the 'Customer tag based restriction' setting then enter a customer tag which you want to allow editing for">
    This will only enable editing for the tag specified. Any customer not having this tag will not see the order editing functionality enabled by Recheck.

    <img src="https://mintcdn.com/recheck-84e9def8/XbyVsq0hQY5eaxwd/images/customer-tag-restriction.gif?s=0d02b22c06b59c6c9a247c285edf5559" alt="Enable customer tag restriction" width="800" height="450" data-path="images/customer-tag-restriction.gif" />
  </Step>

  <Step title="Navigate to the customer profile you'd like to enable testing for, and add the allowed customer tag if it doesn't already exist">
    <img src="https://mintcdn.com/recheck-84e9def8/XbyVsq0hQY5eaxwd/images/add-customer-tag.jpg?fit=max&auto=format&n=XbyVsq0hQY5eaxwd&q=85&s=a18b525a1f879d84083aa91312e32a6f" alt="Add customer tag to the customer profile" width="800" height="450" data-path="images/add-customer-tag.jpg" />
  </Step>

  <Step title="You can now place an order on your store and test Recheck in action" />
</Steps>

<NeedHelp />
