Generate llms.txt
Writerside enables you to generate an llms.txt file with a list of all topics in your help instance. Each item is linked to the corresponding .html.md file, which is a Markdown version of the .html topic file.
The following is added to the <head> of every HTML page:
<link rel="llms.txt" href="/llms.txt"><link rel="alternate" type="text/markdown" href="foo.html.md">
A <url> entry for /llms.txt is added to sitemap.xml.
This makes you documentation website more AI-agent-friendly. For information about the proposal to standardize this approach, see llmstxt.org.
Enable llms.txt
Open buildprofiles.xml.
Enable
<llms-txt>:<llms-txt>true</llms-txt>
01 September 2026