# LLMs.txt **Category**: native **URL**: https://www.heroui.com/docs/native/getting-started/llms-txt **Source**: https://raw.githubusercontent.com/heroui-inc/heroui/refs/heads/v3/apps/docs/content/docs/native/getting-started/(ui-for-agents)/llms-txt.mdx > Enable AI assistants like Claude, Cursor, and Windsurf to understand HeroUI Native *** We provide [LLMs.txt](https://llmstxt.org/) files to make HeroUI Native documentation accessible to AI coding assistants. ## Available Files **Core documentation:** - [/native/llms.txt](/native/llms.txt) — Quick reference index for Native documentation - [/native/llms-full.txt](/native/llms-full.txt) — Complete HeroUI Native documentation **For limited context windows:** - [/native/llms-components.txt](/native/llms-components.txt) — Component documentation only - [/native/llms-patterns.txt](/native/llms-patterns.txt) — Common patterns and recipes **All platforms:** - [/llms.txt](/llms.txt) — Quick reference index (React + Native) - [/llms-full.txt](/llms-full.txt) — Complete documentation (React + Native) - [/llms-components.txt](/llms-components.txt) — All component documentation - [/llms-patterns.txt](/llms-patterns.txt) — All patterns and recipes ## Integration **Claude Code:** Tell Claude to reference the documentation: ``` Use HeroUI Native documentation from https://heroui.com/native/llms.txt ``` Or add to your project's `.claude` file for automatic loading. **Cursor:** Use the `@Docs` feature: ``` @Docs https://heroui.com/native/llms-full.txt ``` [Learn more](https://docs.cursor.com/context/@-symbols/@-docs) **Windsurf:** Add to your `.windsurfrules` file: ``` #docs https://heroui.com/native/llms-full.txt ``` [Learn more](https://docs.codeium.com/windsurf/memories#memories-and-rules) **Other AI tools:** Most AI assistants can reference documentation by URL. Simply provide: ``` https://heroui.com/native/llms.txt ``` **For component-specific documentation:** ``` https://heroui.com/native/llms-components.txt ``` **For patterns and best practices:** ``` https://heroui.com/native/llms-patterns.txt ``` ## Contributing Found an issue with AI-generated code? Help us improve our LLMs.txt files on [GitHub](https://github.com/heroui-inc/heroui).