You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Enable tools like Cursor, GitHub Copilot, ChatGPT, and Claude to understand your documentation.
4
4
---
5
5
6
-
[llms.txt](https://llmstxt.org/) is a standard for exposing website content to AI developer tools. Fern automatically generates and maintains `llms.txt` and `llms-full.txt` files for your documentation site.
7
-
8
-
## `llms.txt`
9
-
10
-
Contains a lightweight summary of your documentation site with each page distilled into a one-sentence description and URL. The format is structured to help AI tools parse and understand your documentation's hierarchy and organization.
11
-
12
-
`llms.txt` is available at any level of your documentation hierarchy (e.g., `/llms.txt`, `/docs/llms.txt`, `/v1/api-reference/llms.txt`).
13
-
14
-
When Fern detects an LLM bot accessing your documentation, it automatically serves Markdown instead of HTML, reducing token consumption by 90%+.
15
-
16
-
See an example: [docs.cohere.com/llms.txt](https://docs.cohere.com/llms.txt)
6
+
[llms.txt](https://llmstxt.org/) is a standard for exposing website content to AI developer tools. Fern automatically generates and maintains `llms.txt` and `llms-full.txt` files for your documentation site. When Fern detects an LLM bot accessing your documentation, it automatically serves Markdown instead of HTML, reducing token consumption by 90%+.
17
7
18
8
<Frame>
19
9
<img
@@ -23,25 +13,28 @@ See an example: [docs.cohere.com/llms.txt](https://docs.cohere.com/llms.txt)
23
13
/>
24
14
</Frame>
25
15
26
-
## `llms-full.txt`
16
+
## `llms.txt`
27
17
28
-
Contains complete documentation content including the full text of all pages. For API documentation, this includes your complete API Reference with resolved OpenAPI specifications and SDK code examples for enabled languages. Each API endpoint page includes its full OpenAPI spec.
18
+
Contains a lightweight summary of your documentation site with each page distilled into a one-sentence description and URL. The format is structured to help AI tools parse and understand your documentation's hierarchy and organization.
29
19
30
-
`llms-full.txt` is available only at the root of your documentation site.
20
+
`llms.txt` is available at any level of your documentation hierarchy (e.g., `/llms.txt`, `/docs/llms.txt`, `/v1/api-reference/llms.txt`).
31
21
32
-
See an example: [elevenlabs.io/docs/llms-full.txt](https://elevenlabs.io/docs/llms-full.txt)
- API Reference (Create speech endpoint): [elevenlabs.io/docs/api-reference/text-to-speech/convert/llms.txt](https://elevenlabs.io/docs/api-reference/text-to-speech/convert/llms.txt)
33
25
34
-
### Examples
26
+
## `llms-full.txt`
27
+
28
+
Contains complete documentation content including the full text of all pages. For API documentation, this includes your complete API Reference with resolved OpenAPI specifications and SDK code examples for enabled languages. Each API endpoint page includes its full OpenAPI spec.
35
29
36
-
View the `llms.txt`files for this site:
30
+
`llms-full.txt`is available only at the root of your documentation site.
0 commit comments