> 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/my-sections.md).

# My Sections

The **My Sections** feature helps users easily organize and manage sections they want to use in their store or save for later. It is divided into two tabs:

#### 1. My Sections (Imported Sections)

This tab contains all sections that have been **imported directly into the user’s Shopify theme** using the “Get free section” action.

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

**How it works:**

* User opens **All Sections**
* Selects any section (e.g., Testimonial, Banner, Product block)
* Clicks **“Get free section”**
* The section is automatically added to **My Sections → Get Free Sections**

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

**Example:**\
If a user selects **“SKY Glow Testimonial”** and clicks **Get free section**, it will be added under this tab.

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

**Purpose:**

* Instantly import sections into the Shopify theme
* Speed up store page building
* Avoid repeatedly searching for sections

#### 2. Saved Sections (Favorites)

This tab contains all sections that users **bookmark using the heart (❤️) icon** from the **All Sections** page.

<figure><img src="/files/5DYYagMnrtXSqsOQ9nAx" alt=""><figcaption></figcaption></figure>

**How it works:**

* User browses **All Sections**
* Click the **heart icon (❤️)** on any section card
* The section is saved to **My Sections → Saved Sections**

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

**Example:**\
If a user clicks the heart icon on **“SKY Glow Testimonial”**, it will appear in Saved Sections for later use.

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

**Purpose:**

* Save favorite or frequently used sections
* Quickly access preferred designs anytime
* Build a personal library of reusable sections


---

# 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/my-sections.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.
