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
**Set up your environment, choose tools, and build workflows for effective vibe coding.**
9
+
**Set up your environment, choose tools, and build workflows for effective AI development.**
10
10
11
11
---
12
12
@@ -19,11 +19,26 @@ This guide explains how to enhance your development workflow by leveraging `llms
19
19
20
20
Search engines weren't built for Large Language Models (LLMs), but they needs context. That's why we've created [`llms.txt`](https://docs.apify.com/llms.txt) and [`llms-full.txt`](https://docs.apify.com/llms-full.txt) for our documentation. These files follow the [growing standard](https://llmstxt.org/) for LLMs consumption.
21
21
22
-
| File | Purpose | Impact on LLM Processing |
23
-
| :--- | :--- | :--- |
24
-
|`/robots.txt`| Tells crawlers where to go. | It doesn't help with content understanding. |
25
-
|`/sitemap.xml`| Lists pages. | It doesn't help with content. LLM systems still need to parse complex HTML and handle extra info, which clutters the context window. |
26
-
|`/llms.txt`| Solves LLMs problems by presenting content optimized for LLM processing. | It overcomes context window limits and removes markup and scripts. |
22
+
<table>
23
+
<thead>
24
+
<tr>
25
+
<th>File</th>
26
+
<th>Purpose</th>
27
+
</tr>
28
+
</thead>
29
+
<tbody>
30
+
<tr>
31
+
<td><code>llms.txt</code></td>
32
+
<td>Contains index of the docs page in Markdown, with links to all subpages in Markdown.</td>
0 commit comments