# LLMs.txt **Category**: react **URL**: https://ui.darkcode.dev/en/docs/react/getting-started/llms-txt **Source**: https://raw.githubusercontent.com/DarkCode-Developers/darkcode-ui/refs/heads/main/apps/docs/content/docs/en/react/getting-started/(ui-for-agents)/llms-txt.mdx > Enable AI assistants like Claude, Cursor, and Windsurf to understand DarkCode UI *** We provide [LLMs.txt](https://llmstxt.org/) files to make DarkCode UI documentation accessible to AI coding assistants. ## Available Files **Core documentation:** - [/react/llms.txt](/react/llms.txt) — Quick reference index for React documentation - [/react/llms-full.txt](/react/llms-full.txt) — Complete DarkCode UI React documentation **For limited context windows:** - [/react/llms-components.txt](/react/llms-components.txt) — Component documentation only - [/react/llms-patterns.txt](/react/llms-patterns.txt) — Common patterns and recipes **All platforms:** - [/llms.txt](/llms.txt) — Quick reference index - [/llms-full.txt](/llms-full.txt) — Complete documentation - [/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 DarkCode UI React documentation from https://ui.darkcode.dev/react/llms.txt ``` Or add to your project's `.claude` file for automatic loading. **Cursor:** Use the `@Docs` feature: ``` @Docs https://ui.darkcode.dev/react/llms-full.txt ``` [Learn more](https://docs.cursor.com/context/@-symbols/@-docs) **Windsurf:** Add to your `.windsurfrules` file: ``` #docs https://ui.darkcode.dev/react/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://ui.darkcode.dev/react/llms.txt ``` **For component-specific documentation:** ``` https://ui.darkcode.dev/react/llms-components.txt ``` **For patterns and best practices:** ``` https://ui.darkcode.dev/react/llms-patterns.txt ``` ## Contributing Found an issue with AI-generated code? Help us improve our LLMs.txt files on [GitHub](https://github.com/DarkCode-Developers/darkcode-ui).