---
title: Group
description: Keep related blocks in one content group.
---

`group(content)` keeps related blocks together. It adds no title, border,
filters, or layout options. It accepts the same producers as view content,
including zones. Use a panel for a bounded group and a section for a page region.

<BacklitExample path="group/basic" view="overview" />

Use normal TypeScript branches or array spreads to include optional blocks.
Each content entry must be a builder. Do not pass booleans, null values, or
callbacks in the content array. Fetch data inside the view or zone resolver.
Zone lookup traverses authored groups, panels, sections, forms, and tabs.
