# GemPages

If you wish to integrate Infinite Options with GemPages, refer to the following instructions:

1\. Navigate to **Apps**. Click on the **GemPages Drag & Drop Page Builder** app.

2\. Navigate into **Product Pages** to reveal all product pages.

<figure><img src="/files/d6MRsYcRRxxEVenEEZdd" alt=""><figcaption></figcaption></figure>

3\. Copy the Infinite Options install snippet below.

```
<div id="infiniteoptions-container"></div>
```

4. From the **Elements** tab, drag the *Liquid* element from the left sidebar into the product page and place it above either the quantity selector or the add to cart button.

<figure><img src="/files/F3XAv2KfNooj7dRJZBXE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/HE6ob563YwmAGs3WWkmg" alt=""><figcaption></figcaption></figure>

5\. Paste the install code snippet you copied in step #3 into the code editor and hit **Save**.

<figure><img src="/files/XVDX2pNIrPjSo0Qadqfd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/qNqis5DvcVEXWYnRXceC" alt=""><figcaption></figcaption></figure>

6\. **Publish** your changes.

{% hint style="info" %}
Should you require any further assistance with the steps in the documentation, please contact the GemPages Support Team via [email](mailto:support@gempages.help) or live chat.
{% endhint %}


---

# 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://shoppad.gitbook.io/infinite-options/integrations/gempages.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.
