# FAQ

- [How to skip discounts for products that are already on sale (have compare-at price)?](https://uniocode.gitbook.io/stack-discounts/faq/how-to-skip-discounts-for-products-that-are-already-on-sale-have-compare-at-price.md)
- [How to set a discount on the original price (compare-at price)?](https://uniocode.gitbook.io/stack-discounts/faq/how-to-set-a-discount-on-the-original-price-compare-at-price.md)
- [How can I cancel my subscription?](https://uniocode.gitbook.io/stack-discounts/faq/how-can-i-cancel-my-subscription.md)
- [Will the app leave any code after uninstalling?](https://uniocode.gitbook.io/stack-discounts/faq/will-the-app-leave-any-code-after-uninstalling.md)
- [Why aren’t multiple discounts stacking on Shopify POS?](https://uniocode.gitbook.io/stack-discounts/faq/why-arent-multiple-discounts-stacking-on-shopify-pos.md)
- [Can Shopify discounts stack with campaigns created in the app?](https://uniocode.gitbook.io/stack-discounts/faq/can-shopify-discounts-stack-with-campaigns-created-in-the-app.md)
- [Can I use the app without any widgets on my storefront?](https://uniocode.gitbook.io/stack-discounts/faq/can-i-use-the-app-without-any-widgets-on-my-storefront.md)
- [Why is the discount tile not working on Shopify POS?](https://uniocode.gitbook.io/stack-discounts/faq/why-is-the-discount-tile-not-working-on-shopify-pos.md)
- [Is there a way to show automatic discounts on product and collection pages?](https://uniocode.gitbook.io/stack-discounts/faq/is-there-a-way-to-show-automatic-discounts-on-product-and-collection-pages.md)
- [Can I create fixed amount or percentage shipping discounts (besides free shipping)?](https://uniocode.gitbook.io/stack-discounts/faq/can-i-create-fixed-amount-or-percentage-shipping-discounts-besides-free-shipping.md)
- [Can I apply multiple discounts to the same product?](https://uniocode.gitbook.io/stack-discounts/faq/can-i-apply-multiple-discounts-to-the-same-product.md)
- [Can I use a single discount code for both product discounts and free shipping?](https://uniocode.gitbook.io/stack-discounts/faq/can-i-use-a-single-discount-code-for-both-product-discounts-and-free-shipping.md)
- [Can I overcome Shopify’s 25 automatic discounts limit?](https://uniocode.gitbook.io/stack-discounts/faq/can-i-overcome-shopifys-25-automatic-discounts-limit.md)
- [Can I create a discount that brings a product price to a specific value?](https://uniocode.gitbook.io/stack-discounts/faq/can-i-create-a-discount-that-brings-a-product-price-to-a-specific-value.md)
- [Is it possible to apply volume discounts to the entire order (not just individual products)?](https://uniocode.gitbook.io/stack-discounts/faq/is-it-possible-to-apply-volume-discounts-to-the-entire-order-not-just-individual-products.md)
- [Can I target specific shipping methods when creating shipping discounts?](https://uniocode.gitbook.io/stack-discounts/faq/can-i-target-specific-shipping-methods-when-creating-shipping-discounts.md)
- [Can I make discounts available only for logged-in customers?](https://uniocode.gitbook.io/stack-discounts/faq/can-i-make-discounts-available-only-for-logged-in-customers.md)
- [Can I restrict discounts to customers with specific tags?](https://uniocode.gitbook.io/stack-discounts/faq/can-i-restrict-discounts-to-customers-with-specific-tags.md)
- [Can I have multiple discounts under a single discount code?](https://uniocode.gitbook.io/stack-discounts/faq/can-i-have-multiple-discounts-under-a-single-discount-code.md)


---

# Agent Instructions: 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:

```
GET https://uniocode.gitbook.io/stack-discounts/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
