﻿---
title: Structured content
description: docs-builder treats documentation as structured data — not just rendered pages. This enables programmatic access to content, reference generation from...
url: https://docs-v3-preview.elastic.dev/docs-builder/data
products:
  - Elastic Docs Builder
---

# Structured content
docs-builder treats documentation as structured data — not just rendered pages. This enables programmatic access to content, reference generation from schemas, multiple export formats, and automated release documentation.

## Programmatic access

<page-card>
  Connect AI assistants and coding agents to Elastic documentation via the Model Context Protocol.
</page-card>

<page-card>
  Search, query, and consume documentation content programmatically through the REST API.
</page-card>


## Reference generation

Generate documentation directly from machine-readable schemas:
<page-card>
  Generate interactive API reference documentation from OpenAPI specifications using the API Explorer.
</page-card>

<page-card>
  Generate CLI reference documentation from [CLI Schema](https://cli-schema.org) files.
</page-card>


## Exporters

<page-card>
  Elasticsearch indexing, LLM-optimized Markdown, Open Knowledge Format (OKF), and plain text.
</page-card>


## Release notes

<page-card>
  Create, bundle, and publish release documentation from structured changelog files.
</page-card>