# FAQS

- [JavaScript events for developers](https://docs.foxecom.com/pebble-theme/faqs/javascript-events-for-developers.md): Learn to use custom Javascript event listeners and triggers in Pebble theme
- [Image size guidelines](https://docs.foxecom.com/pebble-theme/faqs/image-size-guidelines.md): Image size recommendations in Pebble
- [Change the default sorting of a collection](https://docs.foxecom.com/pebble-theme/faqs/change-the-default-sorting-of-a-collection.md)
- [Hide out-of-stock products from your collections](https://docs.foxecom.com/pebble-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.
- [Improve your store speed](https://docs.foxecom.com/pebble-theme/faqs/improve-your-store-speed.md): Practical tips to keep your Shopify store fast and ready to convert
- [New customer accounts component](https://docs.foxecom.com/pebble-theme/faqs/new-customer-accounts-component.md)
- [Set up quantity rules and volume pricing in B2B](https://docs.foxecom.com/pebble-theme/faqs/set-up-quantity-rules-and-volume-pricing-in-b2b.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://docs.foxecom.com/pebble-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.
