# Faq

- [Why isn’t the app showing on the product pages](https://ymq-app.gitbook.io/ymq-product-options-app/faq/why-isnt-the-app-showing-on-the-product-pages.md)
- [How to download file uploads as the original file type (jpg, png)](https://ymq-app.gitbook.io/ymq-product-options-app/faq/how-to-download-file-uploads-as-the-original-file-type-jpg-png.md)
- [How do I export the apps virtual options](https://ymq-app.gitbook.io/ymq-product-options-app/faq/how-do-i-export-the-apps-virtual-options.md)
- [Why doesn’t the discount code box appear in the checkout?](https://ymq-app.gitbook.io/ymq-product-options-app/faq/why-doesnt-the-discount-code-box-appear-in-the-checkout.md)
- [Implementation principle of app option price add-on](https://ymq-app.gitbook.io/ymq-product-options-app/faq/implementation-principle-of-app-option-price-add-on.md)
- [Why do my options appear twice?](https://ymq-app.gitbook.io/ymq-product-options-app/faq/why-do-my-options-appear-twice.md)
- [What is the file upload limit?](https://ymq-app.gitbook.io/ymq-product-options-app/faq/what-is-the-file-upload-limit.md)
- [Why theme's ajax cart is not working after using app](https://ymq-app.gitbook.io/ymq-product-options-app/faq/why-themes-ajax-cart-is-not-working-after-using-app.md)
- [How to sync option templates to other stores](https://ymq-app.gitbook.io/ymq-product-options-app/faq/how-to-sync-option-templates-to-other-stores.md)
- [How to get api secret](https://ymq-app.gitbook.io/ymq-product-options-app/faq/how-to-get-api-secret.md)
- [sku](https://ymq-app.gitbook.io/ymq-product-options-app/faq/sku.md)
- [Why are the options modified in the app background not displayed in the store in real time?](https://ymq-app.gitbook.io/ymq-product-options-app/faq/why-are-the-options-modified-in-the-app-background-not-displayed-in-the-store-in-real-time.md)
- [Make shipping required for virtual options](https://ymq-app.gitbook.io/ymq-product-options-app/faq/make-shipping-required-for-virtual-options.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://ymq-app.gitbook.io/ymq-product-options-app/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.
