---
title: "Section"
source: https://dev.pageseeder.com/reference/glossary/section.html
description: "Sections are containers within PSML documents that divide content into fixed parts, restrict fragment movement and editing, and are defined by document templates. They cannot be modified through the UI but can be changed via upload or API."
last_updated: 2026-09-05T17:35:41+10:00
tokens: ~237
---

# Section

Defined in each PSML [document](/reference/glossary/document.md) as containers for related fragments, sections are used to divide a document into fixed parts that remain in place throughout the lifecycle of the document.

Sections can be used to restrict the movement, editing or type of [fragments](/reference/glossary/fragment.md) they contain.

Sections are specified in the [document template](/reference/glossary/document_template.md). The template specifies the identifier within the document ([section ID](/reference/glossary/section_id.md)) and can also specify a title.

Once the document is created, users cannot modify sections through the user interface. However, it is possible to modify or add sections in a document by overwriting a document by upload or through the API. Changes to the sections appear in the structure history of the document.

### PSML

In PSML, sections are represented using the `<section>` element.

