# FAQs

- [Accessibility (WCAG, ADA)](https://docs.foxecom.com/hyper-theme/faqs/accessibility-wcag-ada.md): Best practices for building an inclusive, accessible shopping experience for every customer
- [Add custom fonts](https://docs.foxecom.com/hyper-theme/faqs/add-custom-fonts.md)
- [Add Highlighted text to your Headings](https://docs.foxecom.com/hyper-theme/faqs/add-highlighted-text-to-your-headings.md): Add subtle animation to guide your shopper’s attention
- [Add Gift wrap option to my cart](https://docs.foxecom.com/hyper-theme/faqs/add-gift-wrap-option-to-my-cart.md): A guide to add a gift-wrapping service option onto your cart page and cart drawer
- [Change the default sorting of a collection](https://docs.foxecom.com/hyper-theme/faqs/change-the-default-sorting-of-a-collection.md)
- [Combined listings app](https://docs.foxecom.com/hyper-theme/faqs/combined-listings-app.md): Hyper theme supports Shopify Combined listing app
- [Customize the checkout](https://docs.foxecom.com/hyper-theme/faqs/customize-the-checkout.md)
- [Display Specification Table using Metafields 🔥](https://docs.foxecom.com/hyper-theme/faqs/display-specification-table-using-metafields.md): A step-by-step guide to display dynamic specification table for products
- [JavaScript events for developers](https://docs.foxecom.com/hyper-theme/faqs/javascript-events-for-developers.md): Learn to use custom Javascript event listeners and triggers in Hyper theme
- [Hide out-of-stock products from your collections](https://docs.foxecom.com/hyper-theme/faqs/hide-out-of-stock-products-from-your-collections.md): Learn how to automatically hide out-of-stock products to enhance customer experience, reduce frustration, and keep your storefront clean and up-to-date.
- [Enable Size chart on product pages](https://docs.foxecom.com/hyper-theme/faqs/enable-size-chart-on-product-pages.md): Easily enable and customize the size chart on product pages using the Variant Picker block
- [Image size guidelines](https://docs.foxecom.com/hyper-theme/faqs/image-size-guidelines.md): Image size recommendations in Hyper
- [Improve your store speed ⚡](https://docs.foxecom.com/hyper-theme/faqs/improve-your-store-speed.md): Practical tips to keep your Shopify store fast and ready to convert
- [Remove 'Powered by Shopify' in Copyright](https://docs.foxecom.com/hyper-theme/faqs/remove-powered-by-shopify-in-copyright.md)
- [Remove text Tax included and Shipping calculated at checkout below the product price](https://docs.foxecom.com/hyper-theme/faqs/remove-text-tax-included-and-shipping-calculated-at-checkout-below-the-product-price.md)
- [Set up Local Pickup option](https://docs.foxecom.com/hyper-theme/faqs/set-up-local-pickup-option.md): Learn to set up the Local Pickup for your online orders
- [Set up quantity rules and volume pricing in B2B](https://docs.foxecom.com/hyper-theme/faqs/set-up-quantity-rules-and-volume-pricing-in-b2b.md): Learn to set up quantity rules and volume pricing
- [Share a Discount code through Newsletter signups](https://docs.foxecom.com/hyper-theme/faqs/share-a-discount-code-through-newsletter-signups.md)
- [Show Payment icons](https://docs.foxecom.com/hyper-theme/faqs/show-payment-icons.md): Everything you need to know about the payment icons
- [Translate your store after changing the default language](https://docs.foxecom.com/hyper-theme/faqs/translate-your-store-after-changing-the-default-language.md): Easily translate your storefront into your new default language.
- [Understanding H1 tags](https://docs.foxecom.com/hyper-theme/faqs/understanding-h1-tags.md): What are H1 tags and How do they work?


---

# 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://docs.foxecom.com/hyper-theme/faqs.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.
