# Managing Section Templates

{% hint style="info" %}
This page applies to the **Business** and **Enterprise** plans.  [👉 Compare all plans](https://www.meeds.io/pricing)
{% endhint %}

Section templates are reusable layout components that help you build consistent, efficient, and visually appealing pages within your Meeds hub. This guide explains how to create, manage, and reuse section templates using the admin interface and the page builder.

{% embed url="<https://www.loom.com/share/2f09a83909914a5a858c612b19922f13?sid=f7d6e3cd-c6bc-4940-8685-d2ce25169c77>" %}
Video guide to creating and customizing section templates.
{% endembed %}

### What is a Section Template?

A section template defines the layout and structure of a content block that can be reused across multiple pages. Sections can represent headers, footers, dashboards, or any functional block of content. They are created from individual cells that can contain applications, text, images, and other content. Sections are sued in the Page builder when you [edit a page layout](/meeds-guides/admin-guide/managing-sites-and-pages/managing-websites/editing-navigation/editing-pages.md).

Each section can be based on:

* **Dynamic layout**: Responsive, flexible structure for variable content.
* **Fixed layout**: Static structure with predefined dimensions.
* **Custom template**: A previously saved section layout.

<figure><img src="/files/PL96TQPhtSLNnDrRwxH8" alt="" width="375"><figcaption><p>Choosing a section type when adding a new section</p></figcaption></figure>

### Creating a New Section Template

You can create section templates directly within the Page Builder:

1. Open a page and click **Add Section**.
2. Select a base layout: *Dynamic,* *Fixed* or any of your custom templates
3. Customize your layout by adding and configuring cells.
4. When satisfied, click **Save As Template** on the section's right hand side.

<figure><img src="/files/lyRJq45LUdfjdYYJlLqV" alt="" width="226"><figcaption></figcaption></figure>

A drawer is opened:

<figure><img src="/files/eihF6sBzk8Ep8E20yePI" alt="" width="375"><figcaption><p>Saving a customized section as a new template</p></figcaption></figure>

1. Provide a **name** and **description**.
2. A **thumbnail preview** is automatically generated.

💡 *Tip: Use clear naming and add helpful descriptions to make templates easy to find later.*

***

### Managing Templates in the Admin Interface

As an administrator, go to **Administration > Development > Templates > Sections** to manage all saved templates.

This interface displays a list of all section templates with the following columns:

* Preview thumbnail
* Name and description
* Section type (Dynamic or Fixed)
* Status (Active / Inactive)
* Action menu (⋮)

<figure><img src="/files/6PgEgsEs8zLkXxtmiRvQ" alt=""><figcaption><p>Overview of all section templates in the administration interface.</p></figcaption></figure>

### Available Actions

<figure><img src="/files/qGgv9pd32c0P0tZcvN0S" alt="" width="267"><figcaption><p>Managing individual templates via the action menu.</p></figcaption></figure>

From the action menu (⋮), you can:

* **Edit Layout**: Open the template in the Section Editor and adjust its layout. (disabled for default blank templates)

<figure><img src="/files/2AIH1LBjd3RNmSknXY0A" alt=""><figcaption></figcaption></figure>

* **Edit Properties**: Rename the template, update its description, or replace the thumbnail.

<figure><img src="/files/hRftPqsN7tDSwfpGzraZ" alt="" width="375"><figcaption></figcaption></figure>

* **Duplicate**: Clone the template to create a new variation.
* **Export**: Download the section template as a zip file.
* **Delete**: Permanently remove the template (disabled for default blank templates).

### Bulk Operations

Use checkboxes to select multiple templates and perform bulk actions:

<figure><img src="/files/3mu23vbJQHeKPxuzEDkk" alt="" width="305"><figcaption><p>Performing bulk operations on multiple section templates</p></figcaption></figure>

* **Export**: Download selected templates.
* **Delete**: Remove several templates at once.

### Creating Templates from the Admin Panel

Click **Add** button in the admin interface to create a section without going through the Page Builder.

<figure><img src="/files/AZyJKuLjHJUTkLw00A8U" alt="" width="201"><figcaption></figcaption></figure>

* Choose **Import** to upload a previously exported seciton template.
* Choose Create to create a new section from scratch and save it as template

1. Choose a layout type (Dynamic or Fixed).
2. Set the number of columns and/or rows.

<figure><img src="/files/RRpyMDQejBjvJnPtg4vw" alt="" width="375"><figcaption></figcaption></figure>

Click **Next** and the Section editor opens

<figure><img src="/files/2StZ1I5wFF8hf2DlfNjN" alt=""><figcaption><p>Creating a new section template directly from the admin interface.</p></figcaption></figure>

1. Customize the section's layout, and tune it to looks as you want including by adding applications and content if you need
2. Click **Save** and then enter a name and description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           &#x20;

***

### 💡 Best Practices

* Use consistent naming conventions.
* Keep descriptions meaningful.
* Regularly clean unused or duplicate templates.
* Test responsiveness for mobile layouts.
* Export templates for backup or sharing across hubs.


---

# 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://docs.meeds.io/meeds-guides/admin-guide/managing-sites-and-pages/managing-section-templates.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.
