# LLMs.txt **Category**: native **URL**: https://www.blakeui.com/en/docs/native/getting-started/llms-txt **Source**: https://raw.githubusercontent.com/myblakebox/BlakeUI/refs/heads/main/apps/docs/content/docs/en/native/getting-started/(ui-for-agents)/llms-txt.mdx > Enable AI assistants like Claude, Cursor, and Windsurf to understand blakeUI Native *** We provide [LLMs.txt](https://llmstxt.org/) files to make blakeUI 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 blakeUI 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 BlakeUI Native documentation from https://blakeui.com/native/llms.txt ``` Or add to your project's `.claude` file for automatic loading. **Cursor:** Use the `@Docs` feature: ``` @Docs https://blakeui.com/native/llms-full.txt ``` [Learn more](https://docs.cursor.com/context/@-symbols/@-docs) **Windsurf:** Add to your `.windsurfrules` file: ``` #docs https://blakeui.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://blakeui.com/native/llms.txt ``` **For component-specific documentation:** ``` https://blakeui.com/native/llms-components.txt ``` **For patterns and best practices:** ``` https://blakeui.com/native/llms-patterns.txt ```