Core Concepts Beginner

Content Modeling Guide

Learn how to structure and manage content using collections, blueprints, and entries

Overview

Airogel CMS uses a flexible schema-based content modeling approach with Collections, Blueprints, and Entries.

Collections

Collections group related content entries and define URL routing patterns. Each collection has:

  • Name - Display name
  • Handle - URL-safe identifier
  • Routing - URL pattern for entries

Blueprints

Blueprints define the field schema for content. They specify what data an entry can contain with 12 field types including text, rich text, images, and more.

Entries

Entries are individual content items within a collection. Each entry has a title, handle (URL slug), and field values defined by its blueprint.