Skip to content

Commit f8a693a

Browse files
committed
formatting, styling
1 parent bf7b6da commit f8a693a

File tree

1 file changed

+10
-37
lines changed

1 file changed

+10
-37
lines changed

src/content/docs/llmstxt.mdx

Lines changed: 10 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,25 @@
22
title: llms.txt
33
---
44

5-
## Markdown for Machines
6-
>_Large language models increasingly rely on website information, but face a critical limitation: context windows are too small to handle most websites in their entirety. Converting complex HTML pages with navigation, ads, and JavaScript into LLM-friendly plain text is both difficult and imprecise._
7-
8-
>_While websites serve both human readers and LLMs, the latter benefit from more concise, expert-level information gathered in a single, accessible location. This is particularly important for use cases like development environments, where LLMs need quick access to programming documentation and APIs._
9-
10-
> -- from https://llmstxt.org/
11-
12-
135
## EFP Context files
146

15-
In accordance with the [llms.txt](https://llmstxt.org/) standard, EFP provides two LLM context files:
7+
The following context files adhere to the [llms.txt standard](https://llmstxt.org/).
168

17-
- [https://docs.efp.app/llms.txt](https://docs.efp.app/llms.txt) Minimal EFP context for remote agents [<a href="https://docs.efp.app/llms.txt" download="llms.txt">Download</a>]
18-
- [https://docs.efp.app/llms-full.txt](https://docs.efp.app/llms-full.txt) Full EFP context for local agents [<a href="https://docs.efp.app/llms-full.txt" download="llms-full.txt">Download</a>]
9+
- **Minimal**: [https://docs.efp.app/llms.txt](https://docs.efp.app/llms.txt) [<a href="https://docs.efp.app/llms.txt" download="llms.txt">Download</a>]
10+
- **Full**: [https://docs.efp.app/llms-full.txt](https://docs.efp.app/llms-full.txt) [<a href="https://docs.efp.app/llms-full.txt" download="llms-full.txt">Download</a>]
1911

2012
---
21-
> ⚠️ **CAUTION**
22-
>
23-
> EFP's implementation of `llms.txt` is experimental. Users should remain aware that large language models and agents can 'hallucinate' responses or return otherwise inaccurate data. Any data returned from an LLM or AI Agent should not be used for critical operations and should be used for educational purposes only
24-
---
25-
26-
### Why Use `llms.txt`?
27-
28-
`llms.txt` is a standardized file format designed to help **Large Language Models (LLMs)** discover and understand the content and capabilities of a website or service. Here are key reasons to adopt it:
13+
⚠️ **CAUTION**
2914

30-
#### 1. Improves LLM Discovery
15+
Large language models and agents can sometimes ‘hallucinate’ responses or return otherwise inaccurate data.
3116

32-
Gives LLMs a clear, machine-readable way to index important site content, enabling better answers and interactions when users ask questions about the site.
33-
34-
#### 2. Enables Smarter LLM Integrations
35-
36-
When an LLM knows what your site offers — including `API` endpoints, documentation, product pages, or support materials — it can guide users more effectively to the right resources.
37-
38-
#### 3. Increases Visibility and Usage
39-
40-
Structured exposure through `llms.txt` can boost traffic to your site, tools, or APIs by making them more accessible in AI-driven interfaces like ChatGPT or other assistants.
41-
42-
#### 4. Enhances Content Control
43-
44-
Site owners can explicitly define what content they want LLMs to use or ignore, offering more editorial control over how their services are presented in AI conversations.
17+
---
4518

46-
#### 5. Supports AI Assistant Use Cases
19+
### Why Use `llms.txt`?
4720

48-
Helps your service become part of the emerging _AI-native web_, where users rely on assistants to interact with APIs, fetch data, or answer questions about your platform.
21+
From [llmstxt.org](https://llmstxt.org/):
4922

50-
#### 6. Simple to Implement
23+
>_Large language models increasingly rely on website information, but face a critical limitation: context windows are too small to handle most websites in their entirety. Converting complex HTML pages with navigation, ads, and JavaScript into LLM-friendly plain text is both difficult and imprecise._
5124
52-
Like `robots.txt` or `sitemap.xml`, it’s just a static text file served at a known location.
25+
>_While websites serve both human readers and LLMs, the latter benefit from more concise, expert-level information gathered in a single, accessible location. This is particularly important for use cases like development environments, where LLMs need quick access to programming documentation and APIs._
5326

0 commit comments

Comments
 (0)