# Product Information

### Product Templates

The Product Information section controls the key details displayed on your product pages. Here, you can choose which elements to show—such as title, price, variants, and description—and enhance the layout with additional blocks like text, captions, or collapsible tabs.

### Product Information Blocks Reference

| Block                  | Description                                                                                                      |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------- |
| <p>Title<br></p>       | Displays the product’s name as entered in Shopify.                                                               |
| Price                  | Shows the product price, including sale pricing or compare-at pricing if available.                              |
| Variant selector       | Allows customers to choose between product variants, such as size, color, or style.                              |
| Quantity selector      | ULets customers specify the number of items they want to add to the cart.                                        |
| Buy buttons            | Adds the “Add to cart” or “Buy now” buttons so customers can purchase the product.                               |
| Complementary products | Displays recommended or related products configured through Shopify’s Search & Discovery app.                    |
| Description            | Shows the product description from the Shopify Admin. Can also be extended with additional blocks.               |
| Liquid code            | Lets you insert custom Liquid code for advanced or dynamic content in the product section.                       |
| Caption                | Adds a short supporting line of text to highlight details or context about the product.                          |
| Text                   | Inserts a longer text block, useful for product features, care details, or promotional content.                  |
| Collapsible tab        | Creates an expandable/collapsible section for organizing extra product info (e.g., materials, sizing, shipping). |

<br>


---

# 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://raidho.gitbook.io/monterrey-theme/products/editor/product-information.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.
