> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/order-limit/order-limit-rules/duplicate-an-order-limit-rule.md).

# Duplicate an order limit rule

Want to create a new rule based on one you’ve already configured? The Samita Order Limit app makes it easy to duplicate any existing rule. This saves time and ensures consistency when creating similar rules with minor changes.

Follow the steps below to duplicate a rule.

***

### 🔁 How to Duplicate a Rule

1. From your Shopify admin, open the Samita Order Limit app.
2. In the Rule screen, tick on the rule you want to duplicate.
3. In the top-right corner, click the **Duplicate select rule(s)** button.<br>

   <figure><img src="/files/0mFHOuZOy0ghCBpoV0uk" alt=""><figcaption></figcaption></figure>
4. A copy of the rule will be created and located at the top of the order limit rule list.
5. You can now edit the duplicated rule:
   * Change the rule name
   * Adjust products, customers, scope, or limit values
   * Save the changes when you're ready

🎉 That’s it! You’ve successfully created a new rule based on an existing one.

***

### 📝 Why Duplicate a Rule?

* Quickly apply similar limits to different products or customer groups
* Create separate rules for wholesale vs. retail customers

***

Need help with configuring your duplicated rule? Reach out to us at <support@samita.io> - we’re happy to help!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.samita.io/order-limit/order-limit-rules/duplicate-an-order-limit-rule.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
