---
title: "Content structure"
description: "Model content with properties, fragments, schemas, and custom elements."
---

> Documentation Index
> Fetch the complete documentation index at: https://andesine.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Content structure

Andesine combines rich text with structured fields. Use only the structure your product needs.

## Properties

Add values such as status, category, date, and reading time to a document. Properties remain
available to publishing channels and API consumers.

## Fragments

Split rich text into named parts, such as a summary and body. Consumers can read each fragment
independently instead of parsing one large document.

## Shared schemas

Define a content model once and apply it to a collection. Documents in that collection then use
the same properties and fragments.

## Custom elements

Custom elements add product-specific content with JSX/XML-like syntax. Content transformers can
map those elements to the output required by your website or application.

Source: https://andesine.app/docs/content-structure/index.mdx
