# Product Cards

- [Product Card Template](https://docs.peakcommerce.com/developers/product-cards/product-card-template.md)
- [Dynamic Fields for Product HTML](https://docs.peakcommerce.com/developers/product-cards/dynamic-fields-for-product-html.md)
- [Quantity Field Visibility for Checkbox Product Cards](https://docs.peakcommerce.com/developers/product-cards/quantity-field-visibility-for-checkbox-product-cards.md)
- [Quantity Field Visibility on Product Cards](https://docs.peakcommerce.com/developers/product-cards/quantity-field-visibility-on-product-cards.md)
- [Rounding the Price in Product Cards](https://docs.peakcommerce.com/developers/product-cards/rounding-the-price-in-product-cards.md)
- [Adding Quantity Field to a Product Card](https://docs.peakcommerce.com/developers/product-cards/adding-quantity-field-to-a-product-card.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.peakcommerce.com/developers/product-cards.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.
