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
Copy file name to clipboardExpand all lines: docs/guides/ai.md
+33-2Lines changed: 33 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,16 @@ description: Learn how to use Juno's llms.txt files to provide AI tools with bet
6
6
7
7
# Using Juno with AI
8
8
9
-
If you’re using AI to build with Juno, you can use our `llms.txt` files to help AI tools better understand the platform.
9
+
If you're using AI to build with Juno, you can use our `llms.txt` files to help AI tools better understand the platform.
10
10
11
11
---
12
12
13
13
## LLMs.txt
14
14
15
15
An [LLMs.txt](https://llmstxt.org/) file is a plain text file that provides instructions or metadata for large language models (LLMs). It often specifies how LLMs should process or interact with content. It's similar to a `robots.txt` or `sitemap.xml` file, but tailored for AI models.
16
16
17
+
---
18
+
17
19
### Available routes
18
20
19
21
We provide several `llms.txt` routes. Use the one that works best with your AI tool:
@@ -33,4 +35,33 @@ Here are some examples of how the `llms.txt` files can be used with AI tools.
33
35
34
36
### Cursor
35
37
36
-
You can add custom documentation as context in Cursor using the `@Docs` feature or by navigating to `Cursor Settings` > `Features` > `Docs`. [Read more about it here](https://docs.cursor.com/context/@-symbols/@-docs).
38
+
You can use custom documentation in Cursor's context using the `@Docs` feature.
39
+
40
+
#### Setup
41
+
42
+
To add custom documentation, type `@Docs` and select **Add new doc**, or go to `Cursor Settings` > `Features` > `Docs`.
0 commit comments