# Create Content
URL: /docs/create-content
LLM index: /llms.txt
Description: Write and format documentation content.

# Create Content

Learn how to write rich, interactive documentation content using MDX.

## MDX Format

Our framework uses MDX — Markdown with JSX support. Write standard
Markdown with the ability to embed React components.

## Content Features

- **Rich text formatting** with Markdown syntax
- **Code blocks** with syntax highlighting
- **Images and embeds** with automatic optimization
- **Interactive components** with React/JSX
- **Math equations** with LaTeX support
- **Diagrams** with Mermaid

## Writing Tips

1. Keep paragraphs short and scannable
2. Use headings to create clear hierarchy
3. Include code examples for technical content
4. Add visual aids like images and diagrams