> For the complete documentation index, see [llms.txt](https://ryviu.gitbook.io/ryviu-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ryviu.gitbook.io/ryviu-document/guides-for-shopify-users/integration/apps/pagefly.md).

# Pagefly

Pagefly is the eCommerce conversion rate optimization solution for Shopify. It helps you design your eCommerce store without limits and requires no coding experience.

Please refer to this instruction to install our snippet to your PageFly - Advanced Page Builder

1\. Please login your **Shopify admin > Apps >** [**PageFly - Advanced Page Builder**](https://apps.shopify.com/pagefly)&#x20;

![](/files/-MLumvmW0f8dMqmNlpVA)

2\. Go to **Products pages** > choose and open your product page template.

![](/files/-MLvLUim7kBoOgXAyfoa)

3\. Click on **Add element** icon, select **HTML / Liquid** element, drag **HTML5 / LIQUID** element to the section you want

4\. Click on **Open Code Editor** and then paste Ryviu snippet codes to there

![](/files/-MJa-XIUd_re8ySwGld4)

Here is Ryviu total widget code displaying star ratings:

```markup
<div class="review-widget">
    <ryviu-widget-total reviews_data="{{product.metafields.ryviu.product_reviews_info  | escape  }}"     product_id="{{product.id}}" handle="{{product.handle}}"></ryviu-widget-total>
</div>
```

Here is Ryviu widget code displaying comments:

```markup
<!-- RYVIU APP :: WIDGET -->
<div class="lt-block-reviews">
	<ryviu-widget handle="{{product.handle}}" product_id="{{product.id}}" title_product="{{product.title}}" image_product="{{ product.featured_image.src | img_url: '100x' }}"></ryviu-widget>
</div>
<!-- / RYVIU APP -->

```

Should you need further support, please let us know via live chat.


---

# 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://ryviu.gitbook.io/ryviu-document/guides-for-shopify-users/integration/apps/pagefly.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.
