# Managing Sections

Sections are the building blocks of your Smart Page — hero banners, feature grids, testimonials, FAQs, and more.

## Viewing sections

Click the **sections icon** in the left sidebar. You'll see all sections in display order with a count badge (e.g., "5/25 sections").

## Reordering

Drag and drop sections in the list. The canvas updates immediately.

## Adding sections

Click **"Add section"** to open the [Section Generator](/smart-pages/managing-sections/section-generator.md). Or use [AI Chat](/smart-pages/editing-with-ai-chat.md): "Add a testimonials section after the hero."

{% hint style="warning" %}
Maximum **25 sections** per page. Warning at 20, disabled at 25.
{% endhint %}

## Status indicators

| Indicator       | Meaning                                 |
| --------------- | --------------------------------------- |
| Spinner         | AI is currently generating this section |
| Colored dot     | CRO score (green/yellow/red)            |
| Ready (no icon) | Complete and ready to publish           |

## Section actions

Click the **menu icon** (three dots) on any section:

* **Edit** — Open section settings
* **Duplicate** — Copy this section
* **Delete** — Remove from page
* **Run experiment** — Start an A/B test

## Selecting sections

* **Single click** → selects and opens settings
* **Cmd/Ctrl + click** → select multiple (for multi-section chat editing)
* **Escape** → deselect


---

# Agent Instructions: 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:

```
GET https://help.pagefly.io/smart-pages/managing-sections.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
