> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Recursive Chunking

> RecursiveChunking splits documents at natural break points like newlines and sentence endings.

Recursive chunking is a method of splitting documents into smaller chunks by finding natural break points, like newlines and sentence endings, within the chunk size limit.
This is useful when you want to process large documents in smaller, manageable pieces.

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