> 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/smart-sections/section-variants.md).

# Section variants

Section variants are versions of your main section with alternate content and styles. &#x20;

On the **Smart sections** page, add section variants to your main section, then customize the content and styles intended for specific audiences.

### Add section variants of main section

You can create multiple section variants, intended for multiple audiences. The main section added to your theme will appear by default.

{% hint style="warning" %}
Before creating section variants, you must first [install and add a section](/section-studio/get-started/install-sections-to-theme.md) to your theme.
{% endhint %}

{% hint style="info" %}

#### Steps

1. Select the theme and template where you added the main section.
2. Click **Add variant** for the main section.
3. Enter a **name** to help you remember which audience the section variant is for.
4. Click **Add variant**.
   {% endhint %}

<figure><img src="/files/8n4kSgMeSbY8Pvn5ROiF" alt=""><figcaption></figcaption></figure>

### Customize section variants

When added, the section variant duplicates the content and settings of the main section. You can then edit the section variant's content and styles to tailor them to an audience.

{% hint style="info" %}

#### Steps

1. Click **Customize variant** to open the section variant in the theme editor.
2. &#x20;Edit the content and styles as you would any section.
3. Click **Save**.
   {% endhint %}

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

### Assign audiences to section variants

Once your section variants are ready, you can assign an [audience](/section-studio/smart-sections/audiences.md) to activate the section variant. The section variant will automatically display to visitors that match the rules of the assigned audience.

{% hint style="info" %}

#### Steps

1. Go to the **Smart sections** page.
2. Select the theme template where you added the main section.
3. Click the "Assign" button in the **Audience** column.
4. Select the audience you created.
5. Click **Done**.
   {% endhint %}

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


---

# 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/smart-sections/section-variants.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.
