> For the complete documentation index, see [llms.txt](https://help.inspiredtheme.com/articles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inspiredtheme.com/articles/product-pages.md).

# PRODUCT PAGES

- [Product information](https://help.inspiredtheme.com/articles/product-pages/product-information.md)
- [Default product blocks](https://help.inspiredtheme.com/articles/product-pages/product-information/default-product-blocks.md): The default product blocks in the Produce information section are the essential components of your product form.
- [Text](https://help.inspiredtheme.com/articles/product-pages/product-information/text.md): You can add a text field to the Product information with a Text block.
- [Line item property](https://help.inspiredtheme.com/articles/product-pages/product-information/line-item-property.md): If you have a product that needs some level of personalization, e.g. engraving of initials, with a Line item property block, you can easily add a field to your product page to capture that data.
- [Inventory status](https://help.inspiredtheme.com/articles/product-pages/product-information/inventory-status.md): The Inventory status block displays a dynamic indicator bar that alerts customers when there are limited quantities.
- [Collapsible tab](https://help.inspiredtheme.com/articles/product-pages/product-information/collapsible-tab.md): You can add an answer to common questions or compactly add further product details with a Collapsible tab block.
- [Custom liquid](https://help.inspiredtheme.com/articles/product-pages/product-information/custom-liquid.md): You can add codes to Product information with a Custom liquid block.
- [Pop-up](https://help.inspiredtheme.com/articles/product-pages/product-information/pop-up.md): If you are selling products with specific details customers need to know, like clothing sizes, you can add a Pop-up block to your product page to display pop-up charts and product guides.
- [Product rating](https://help.inspiredtheme.com/articles/product-pages/product-information/product-rating.md): You can display your current star rating in your product information section with the Product rating block.
- [Product information section settings](https://help.inspiredtheme.com/articles/product-pages/product-information-section-settings.md)
- [Product recommendations](https://help.inspiredtheme.com/articles/product-pages/product-recommendations.md): The Product recommendations section displays an automatically generated list of product recommendations.
- [Size Guide](https://help.inspiredtheme.com/articles/product-pages/size-guide.md): Display size charts on product pages.
- [Pre-order](https://help.inspiredtheme.com/articles/product-pages/pre-order.md)
- [Creating product templates](https://help.inspiredtheme.com/articles/product-pages/creating-product-templates.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.inspiredtheme.com/articles/product-pages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
