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

# Reusable Snippets

> Share common content via MDX snippets

# Reusable Snippets

Place snippet MDX files under `/snippets` and import where needed.

```mdx theme={null}
import SnippetIntro from '/snippets/snippet-intro.mdx'

<SnippetIntro />
```
