# Gem Pages

To ensure that the Littledata script is loading on your Gem Pages landing pages, you’ll need to visit your [Gem Pages Template settings](https://help.gempages.net/articles/hide-header-footer) section to check if “Header & footer” is turned OFF or ON.

If **ON**, then no action is required. Your landing pages use the same `theme.liquid` file, where the Littledata script has already been added.

If **OFF**, then follow the steps below:

1. Visit Shopify Store **Admin**
2. Go to the **Online Store**
3. Go to **Themes**
4. Go to **Actions**
5. Click **Edit code**
6. Search and open: **theme.gem-layout-none.liquid**
7. Copy the code below
8. Paste the code before the closing `</head>` tag and **Save**

```javascript
<!-- Start of Littledata - Fix Google Analytics Script -->
{% include 'LittledataLayer' %}
<!-- End of Littledata - Fix Google Analytics Script -->
```


---

# 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://help.littledata.io/partner-recipes/landing-page-apps/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.
