# LLMs.txt URL: https://ark-ui.com/docs/ai/llms.txt Source: https://raw.githubusercontent.com/chakra-ui/ark/refs/heads/main/website/src/content/pages/ai/llms.txt.mdx How to get tools like Cursor, Windstatic, GitHub Copilot, ChatGPT, and Claude to understand Ark Ripple. --- ## What is LLMs.txt? We support [LLMs.txt](https://llmstxt.org/) files for making the Ark Ripple documentation available to large language models (LLMs). This feature helps AI tools better understand our component library, its APIs, and usage patterns. ## Available Routes We provide several LLMs.txt routes to help AI tools access our documentation: - [llms.txt](https://ark-ui.rip/llms.txt) - Contains a structured overview of all components and their documentation links - [llms-full.txt](https://ark-ui.rip/llms-full.txt) - Provides comprehensive documentation including implementation details and examples ## Usage with AI Tools ### Cursor Use the `@Docs` feature in Cursor to include the LLMs.txt files in your project. This helps Cursor provide more accurate code suggestions and documentation for Ark Ripple components. [Read more about @Docs in Cursor](https://docs.cursor.com/context/@-symbols/@-docs) ### Windstatic Reference the LLMs.txt files using `@` or in your `.windsurfrules` files to enhance Windstatic's understanding of Ark Ripple components. [Read more about Windstatic Memories](https://docs.codeium.com/windsurf/memories#memories-and-rules) ### Other AI Tools Any AI tool that supports LLMs.txt can use these routes to better understand Ark Ripple. Simply point your tool to any of the routes above based on your framework of choice.