AI Integration
Integrate TanStack i18n with AI coding assistants. Learn how to access machine-readable plain-text /llms.txt and raw Markdown page formats.
We provide machine-readable plain-text and Markdown endpoints optimized for AI coding assistants.
1. Consolidated plain-text index (/llms.txt)
We expose a consolidated single text file at the root /llms.txt path containing a summary of the entire library: installation commands, API routing contracts, and key configuration setups.
2. Raw Markdown alternative formats
Every page on this documentation website is also available in raw, unformatted markdown:
- Usage: Append
.mdto the end of any documentation path. - Example: /get-started.md (reconstructs the raw text from /get-started)