Published April 27, 2026
Collections let you manage structured content like blog posts and products.
<h2 class="text-2xl font-semibold text-slate-900">Introduction</h2>
<p>Agent CMS makes it easy to manage content across multiple channels. This post showcases the various rich text elements you can use.</p>
<h3 class="text-xl font-semibold text-slate-900">Why it matters</h3>
<p>Rich text authoring lets editors compose content naturally without touching HTML. Supported elements include headings, lists, blockquotes, tables, and more.</p>
<h4 class="text-lg font-semibold text-slate-900">Key benefits</h4>
<ul class="list-disc space-y-1 pl-6">
<li>Structured content that renders consistently</li>
<li>Semantic HTML for SEO and accessibility</li>
<li>Reusable across layouts and themes</li>
</ul>
<h4 class="text-lg font-semibold text-slate-900">Getting started steps</h4>
<ol class="list-decimal space-y-1 pl-6">
<li>Create your first site</li>
<li>Define your collection schema</li>
<li>Compose entries with rich text</li>
<li>Publish and deploy</li>
</ol>
<blockquote class="border-l-4 border-blue-500 bg-slate-50 px-4 py-3 italic text-slate-700">
"Content is the atomic particle of all marketing." — Rebecca Lieb
</blockquote>
<p>To learn more, read the rest of the posts in this collection.</p>