LLM for help center articles
Uppili Srinivasan
It would be great if we can have a link of all the pages in our help center for LLM that contains the same page in txt with the markdown of the content.
This makes it much easier for an LLM to read and therefore it is likely that they will include it more in the sources and, consequently, many more users will come to their site.
Example:
• normal version= https://docs.stripe.com/no-code/payment-links
• .txt version for LLMs= https://docs.stripe.com/llms.txt
Log In
H
Honey Weasel
+1, and worth being specific: Doc360 already auto-generates llms.txt (index + AI/search descriptions), but there's no equivalent for full article text. Requesting an option to also auto-generate an llms-full.txt with complete article content, the same way llms.txt already updates automatically on publish/edit/remove. We built one manually via the MCP API for our ~1,800 published articles, but it required custom tooling and has no official hosting path — a native option would remove that entirely.
Karthikeyan J
+ Tense Impala
C
Carmine Canidae
Whole Kite, hi!
No, not really. Sitemap is benefitial for the search engine crawler. LLM.txt file is meant to help LLMs read and process the info on page to come up with answers.
Check out this article https://medium.com/data-science/llms-txt-414d5121bcb3, it covers the topic briefly and well:
"AI systems can only process limited context windows, making it difficult for them to understand large documentation sites. Traditional SEO techniques are optimized for search crawlers rather than reasoning engines, and so they can’t solve this limitation.
When AI systems try to process HTML pages directly, they get bogged down with navigation elements, JavaScript, CSS, and other non-essential info that reduces the space available for actual content.
LLMs.txt solves that by giving the AI the exact information it needs in a format it understands."
W
Whole Kite
hi Carmine Canidae,
Do you think the Sitemap of your KB site would serve this purpose?
Uppili Srinivasan
Raised on behalf of Carmine Canidae