> For the complete documentation index, see [llms.txt](https://help.fluorescent.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fluorescent.co/section-studio/get-started/install-sections-to-theme.md).

# Install sections to theme

After selecting a subscription plan, go to the **Section library** to find your first section, then install the section to your theme. Once installed, the section will be available in your theme editor, ready to add and customize on any page — just like any other theme section.

### Browse sections

***

Under **Studio sections**, click **Sections** to explore all available Studio sections. Search and filter sections by category, features, or popularity. Click "Install section" to view individual section details and install the section to your theme.

{% columns %}
{% column width="58.333333333333336%" %}
{% hint style="info" %}

#### Steps

1. In the app navigation, click **Sections** to open the section library page.
2. Search and sort sections.
3. Click **Install section** to open a section details page.
   {% endhint %}
   {% endcolumn %}

{% column width="41.666666666666664%" %}

<figure><img src="/files/qzxtzpiDgngIpHPWDV8G" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Install section to theme

***

On a section details page, select one of your themes to install the section. We recommend an unpublished theme copy.

{% columns %}
{% column width="58.333333333333336%" %}
{% hint style="info" %}

#### Steps

1. Click **Install**.
2. Select a theme to install the section.&#x20;
3. Click **Customize theme** to open the theme editor or go to **Online store** in the Shopify admin to open the theme.
   {% endhint %}

{% hint style="success" %}
You can install the section to multiple themes. After installing, the section will show a **Manage section** button.&#x20;
{% endhint %}
{% endcolumn %}

{% column width="41.666666666666664%" %}

<figure><img src="/files/WJym2Uoh3qqRAI6xMqoM" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

<h4 align="center">Suggest a new section</h4>

Click **Suggest section** at the top of the page to add your ideas for a new section. We release new sections every month, and we want the best and most popular ideas to be at the top of the list.


---

# 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://help.fluorescent.co/section-studio/get-started/install-sections-to-theme.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.
