Skip to main content

Using Juno with AI

If you're using AI to build with Juno, you can use our llms.txt files to help AI tools better understand the platform.


LLMs.txt

An LLMs.txt 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.


Available routes

We provide several llms.txt routes.

  • llms.txt: Table of contents with links to individual Markdown docs
  • llms-full.txt: Entire documentation in a single Markdown file

Most AI tools work best with one of these formats. Some tools (like Cursor) can benefit from indexing both. Use the combination that works best with your workflow.

How to use it

Here are some examples of how the llms.txt files can be used with AI tools.

note

🙏 Help us improve! If you use a tool that supports LLMs.txt files, open a pull request to add your example to this page.

Cursor

You can use custom documentation in Cursor's context using the @Docs feature.

Setup

To add custom documentation, type @Docs and select Add new doc, or go to Cursor Settings > Features > Docs.

Add both llms.txt URLs:

NameEntry point
Junollms.txt
Juno (full)llms-full.txt

Cursor will index all subpages and use both files to improve context and coverage.

Usage

Type @Docs in chat to view available docs and select the Juno entries to begin using the references.

important

You must reference the Juno docs in chat using @Docs — Cursor won't use them otherwise.

For example, you could start a conversation with: I want to create a web shop app with Next.js using @Juno and @Juno (full).

Resources

Read more in the Cursor documentation.