<html><head><link rel="canonical" href="https://www.jetbrains.com/help/writerside/generate-llms-txt.html.md/" data-react-helmet="true"/></head><body># 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 `` 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](https://llmstxt.org/).

Procedure: Enable llms.txt

1. Open  `[buildprofiles.xml](buildprofiles-xml.html)` .

2. Enable  `[&lt;llms-txt&gt;](buildprofiles-xml.html#llms-txt)` :

```XML
<llms-txt>true</llms-txt>
```

</url></body></html>