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

# Product pages section

The new product page sections in our Palo Alto theme are built from the ground up with the new features introduced in online store 2.0 in mind. The use of JSON templates allows for dynamic sections to be used to truly customize your product pages to your style.

<figure><img src="/files/29WrIwxactn2SRNiSolt" alt=""><figcaption></figcaption></figure>

Accessing the product pages can be done by opening your theme editor and clicking on products. This will show all of the available product pages in the specific theme copy you are editing.

<table><thead><tr><th width="208.5616455078125">Settings</th><th width="176.13104248046875" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td><strong>Product description</strong></td><td align="center"></td><td></td></tr><tr><td>Enable sticky form</td><td align="center"><code>checkbox</code></td><td>Keeps the product form fixed while scrolling for easier add-to-cart access.</td></tr><tr><td><strong>Layout</strong></td><td align="center"></td><td></td></tr><tr><td>Desktop layout</td><td align="center"><code>select</code></td><td>Chooses how images and product media are displayed on desktop: <code>Grid</code>, <code>Stacked</code>, or <code>Carousel with thumbnails</code>.</td></tr><tr><td>Image width</td><td align="center"><code>select</code></td><td>Sets the size of product images: <code>Standard</code> or <code>Large</code>.</td></tr><tr><td>Equal image aspect ratio</td><td align="center"><code>checkbox</code></td><td>Makes product images maintain the same aspect ratio in Grid layout.</td></tr><tr><td><strong>Media</strong></td><td align="center"></td><td></td></tr><tr><td>Enable zoom</td><td align="center"><code>checkbox</code></td><td>Enables zoom functionality on product images for closer viewing.</td></tr><tr><td>Enable video looping</td><td align="center"><code>checkbox</code></td><td>Automatically loops videos within product media.</td></tr><tr><td><strong>Colors</strong></td><td align="center"></td><td></td></tr><tr><td>Color scheme</td><td align="center"><code>color_scheme</code></td><td>Applies a predefined theme color scheme to the section.</td></tr><tr><td><strong>Section spacing</strong></td><td align="center"></td><td></td></tr><tr><td>Width</td><td align="center"><code>select</code></td><td>Sets the content width of the section: <code>Full width padded</code>, or <code>Page width</code>.</td></tr><tr><td>Padding top</td><td align="center"><code>range</code></td><td>Adjusts spacing above the section.</td></tr><tr><td>Padding bottom</td><td align="center"><code>range</code></td><td>Adjusts spacing below the section.</td></tr></tbody></table>

Learn more about the individual 'product pages' section blocks:

{% embed url="<https://palo-alto.presidiocreative.com/products/blocks/product-blocks>" %}


---

# 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://palo-alto.presidiocreative.com/products/palo-alto-product-pages/palo-alto-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.
