> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-codex-docs-audit-20260719-0149.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Document Chunking

> DocumentChunking splits documents on paragraph and sentence boundaries.

`DocumentChunking` first splits text at blank-line paragraph boundaries. It splits paragraphs above the target `chunk_size` at sentence boundaries, then prepends the configured overlap.

<Snippet file="chunking-document.mdx" />
