> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowla.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sections, Pages & Content

> Build out the structure of a room and fill pages with content blocks.

## Sections & pages

Sections are the top-level chapters of a room. Pages live inside sections. Both can have an **access level** that controls what the buyer sees.

| Access level | What it means                  |
| ------------ | ------------------------------ |
| `visible`    | Shown to everyone              |
| `restricted` | Requires a password or sign-in |
| `locked`     | Visible but not accessible     |
| `hidden`     | Not shown to the buyer at all  |

### Manage sections

<CodeGroup>
  ```text Add multiple sections theme={null}
  Add three sections to the Acme room: Introduction, Pricing, and Next Steps — all visible.
  ```

  ```text Hide a section from the buyer theme={null}
  Hide the 'Internal Notes' section from the buyer.
  ```

  ```text Rename a section theme={null}
  Rename the 'FAQ' page to 'Questions & Answers'.
  ```

  ```text Delete a section theme={null}
  Delete the old 'Draft' section.
  ```
</CodeGroup>

<Warning>
  Deleting a section removes all its pages and content permanently.
</Warning>

### Manage pages

<CodeGroup>
  ```text Add pages to a section theme={null}
  Create two pages under the Pricing section called 'Plans' and 'FAQ'.
  ```

  ```text Rename a page theme={null}
  Rename the 'FAQ' page to 'Questions & Answers'.
  ```
</CodeGroup>

***

## Content blocks

Pages are filled with blocks. You can add text, images, links, embeds, PDFs, and action-plan blocks (then add action items inside).

| Block type        | Use it for                                                | Notes                                       |
| ----------------- | --------------------------------------------------------- | ------------------------------------------- |
| Text              | Welcome messages, descriptions, notes                     | Supports Markdown formatting                |
| Image             | Screenshots, logos, diagrams                              | Paste any public URL — stored automatically |
| Link              | External URLs with a label                                |                                             |
| Embed             | Videos, interactive tools                                 |                                             |
| PDF               | Proposals, one-pagers, contracts                          | Paste any public URL — stored automatically |
| Action-plan block | Shared task lists (see [Action items](/mcp/action-items)) |                                             |

### Add content to a page

<CodeGroup>
  ```text Text block with formatting theme={null}
  Add a welcome message to the Introduction page with a heading and bullet points.
  ```

  ```text PDF theme={null}
  Put our pricing PDF on the Plans page. [paste the file URL]
  ```

  ```text Embed theme={null}
  Embed our demo video on the intro page.
  ```

  ```text Action-plan block theme={null}
  Add an action-plan block to the Next Steps page.
  ```
</CodeGroup>

### Review page content

```text theme={null}
List everything that's on the Pricing page.
```
