> 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/add-and-style-sections.md).

# Add and style sections

After installing a Studio section, it will be available in your theme editor to add on any page, just like any other theme section.

### Add section to template

***

Your installed sections will appear in the **Add section** list of your theme editor. You can add and re-use sections on any template (except Checkout).

All Studio sections appear in their own category and start with a ✳︎ symbol.

{% columns fullWidth="false" %}
{% column width="66.66666666666666%" %}
{% hint style="info" %}

#### Steps

1. Select the template you want to add the section.
2. Click <i class="fa-circle-plus">:circle-plus:</i> **Add section** in the theme editor's left side panel.
3. Find and select an installed Studio section.
   {% endhint %}

{% hint style="success" %}
**Tip**  You can rename sections in the theme editor to make them easier to manage. Click a section, then click the section name at the top of the settings panel to change it.
{% endhint %}
{% endcolumn %}

{% column width="33.333333333333364%" %}

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

### Customize section

***

Studio sections are customized just like any other theme section. There are **section settings** for content and styles, and **global styles** for all design elements that apply to all Studio sections.

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

#### Steps

1. Click the **Section** to edit section settings.
2. Add **Blocks** (when available) and click them to edit block settings.
3. Clic blocks under the [**Global styles**](/section-studio/sections/global-styles.md) section to customize the design for all Section Studio sections added to your theme.
   {% endhint %}
   {% endcolumn %}

{% column width="25%" %}

{% endcolumn %}
{% endcolumns %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Available sections</strong></mark></td><td><a href="/pages/GC6EFz9acgA7KU06tdLX">/pages/GC6EFz9acgA7KU06tdLX</a></td></tr><tr><td><mark style="color:blue;"><strong>Customize global styles</strong></mark></td><td><a href="/pages/FYXqm45u7GOzqdAsvdWT">/pages/FYXqm45u7GOzqdAsvdWT</a></td></tr></tbody></table>


---

# 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/add-and-style-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.
