> For the complete documentation index, see [llms.txt](https://magecomp.gitbook.io/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magecomp.gitbook.io/shopify/apps/sky-ai-theme-sections-blocks/faqs.md).

# FAQs

### Q-1. Can I use this app with any Shopify theme?

Yes, you can use SKY AI Theme Sections-Blocks with any Shopify theme. Simply browse our library, find the section you want, and add it to your theme.

### Q-2. Do I need to know how to code to use SKY AI Theme Sections-Blocks?

No coding skills are required. SKY AI Theme Sections-Blocks is designed to be simple and easy to use. You can customize sections directly from Shopify’s Theme Editor without touching any code.

### Q-3. Will adding sections from SKY AI Theme Sections-Blocks slow down my website?

No. In many cases, it can actually help improve your page speed.

Unlike some apps that add heavy external scripts, our customizable sections are optimized for performance and designed to work efficiently within Shopify themes.

### Q-4. Why does the section I added appear on all pages?

This usually happens when the section is added inside the Header or Footer area of your theme template.

Sections added in these global areas automatically appear across all pages of your store.

To display a section only on specific pages, add it within the page-specific template or content area instead.

### Q-5. Why can’t I add sections to my product page?

You are most likely using a legacy Shopify theme.

Older Shopify themes mainly support adding sections only on the homepage. To add sections to product pages, you may need to:

* Upgrade to an Online Store 2.0 compatible theme, or
* Add a small code snippet to enable sections on additional pages

If you're comfortable making a small theme edit, we also provide a tutorial to help you add sections anywhere on older themes.

### Q-6. Can you help me customize the sections?

Yes, if there’s an issue or something not working correctly, our support team is happy to assist.

Our sections are built with a wide range of customization settings so most changes can be done directly within Shopify’s Theme Editor.

However, for highly custom or advanced modifications outside the available settings, our support may be limited. In such cases, you may want to work with a Shopify expert or developer for custom development.

### Q-7. How do I add a section to my store?

You can add SKY AI Theme Sections-Blocks just like any standard Shopify theme section.

#### Step 1

Add the section to your theme from the app’s All Sections page.

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

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

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

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

#### Step 2

Open Shopify’s Theme Editor.

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

#### Step 3

Click the “+ Add Section” button where you want the section to appear.

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

#### Step 4

Select the SKY AI section you want to use and customize it as needed.

If you face any issues during setup, feel free to contact our support team.

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

### Q-8. I updated my theme, and now my sections are gone

After updating your Shopify theme, you may notice that your custom sections are missing.

This happens because Shopify creates a fresh copy of the theme during updates. Custom edits, added code, or app sections that were not originally included in the theme may not automatically transfer to the updated version.

To avoid losing changes, we recommend:

* Duplicating your current theme before updating
* Reinstalling or migrating sections to the updated theme after the update is complete

You can also use the app’s migration features (if available) to move sections between themes more easily.


---

# 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://magecomp.gitbook.io/shopify/apps/sky-ai-theme-sections-blocks/faqs.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.
