Analytics and integration
llms.txt and llms-full.txt are generated automatically for your site, but how readers and AI tools discover them is up to you. Track usage in the Fern Dashboard and surface endpoints directly in your docs.
Track LLM traffic
The Fern Dashboard provides analytics for llms.txt usage including:
- Traffic by LLM provider (Claude, ChatGPT, Cursor, etc.)
- Page-level breakdowns of bot vs. human visitors for Markdown and
llms.txtfiles
Surface endpoints to readers
To make endpoints discoverable to human readers, add buttons or navigation links:
Add a button for SDK docs
Add a button to your SDK docs that links to the llms-full.txt for your API Reference. Use lang to filter code examples to one language, and excludeSpec=true to exclude the raw OpenAPI specification.
This gives users a clean, language-specific output they can feed to AI tools when writing code.
Add a dropdown for llms-full.txt
Add a dropdown in your navbar that links to different filtered versions of llms-full.txt, making it easy for users to access LLM-optimized documentation for their preferred language.