> For the complete documentation index, see [llms.txt](https://magecomp.gitbook.io/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magecomp.gitbook.io/shopify/apps/kor-order-limit-quantity-1/dashboard.md).

# Dashboard

Once you install our KOR Order Limit Quantity app, you will be redirected to its dashboard, where the first step will be to activate the app into your Shopify store.

<mark style="color:blue;">**Step #1**</mark>

Select the **Activate App** button.

<figure><img src="/files/vzqP6zdjQMr2d2LIPzBS" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**Step #2**</mark>

On selecting the button, you will be redirected to your store's theme backend where you have to enable the app embed.

<figure><img src="/files/ImvLvsGjEVph2XayZq20" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**Step #3**</mark>

**Save** the changes made and proceed.

The app status will be changed once you have activated the app.

<figure><img src="/files/Yr2HS3o7WayHCuNztaxk" alt=""><figcaption></figcaption></figure>

### <mark style="color:green;">Apply Global Limits</mark>

You can set the quantity limits on all the store products. Follow the following steps for applying purchase limits globally.

<mark style="color:blue;">**Step #1**</mark>

Go to **Dashboard**.

<mark style="color:blue;">**Step #2**</mark>

Enter the values for **Min Qty Limit** and **Max Qty Limit** in the respective fields.

<figure><img src="/files/B8da40bN5GygmC5TIOlJ" alt="Applying global purchase limits"><figcaption></figcaption></figure>

Suppose you set the following limits.

| Global Min Limit | Global Max Limit |
| :--------------: | :--------------: |
|         2        |         5        |

Now, according to the above rule, your customers can purchase a minimum of 2 **OR** a maximum of 5 products from your online store.

<figure><img src="/files/4b3TcdJ2UDKPjcEV44ls" alt=""><figcaption></figcaption></figure>

### <mark style="color:green;">Apply Limits on Order Amount</mark>

You can set the quantity limits on all the store products. Follow the following steps for applying purchase limits globally.

<mark style="color:blue;">**Step #1**</mark>

Go to **Dashboard**.

<mark style="color:blue;">**Step #2**</mark>

Enter the **Amount** You can set the quantity limits on all the store products. Follow the following steps for applying purchase limits globally.

<mark style="color:blue;">**Step #1**</mark>

Go to **Dashboard**.

<mark style="color:blue;">**Step #2**</mark>

Enter the **Order Amount** value in its respective field.

<figure><img src="/files/bNOZoBR5n56xU5M4mQee" alt=""><figcaption></figcaption></figure>


---

# 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://magecomp.gitbook.io/shopify/apps/kor-order-limit-quantity-1/dashboard.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.
