Building on Radius with LLMs
You can enhance your Radius integrations by leveraging large language models (LLMs) to automate tasks, answer questions, and assist with development workflows. Today, Radius docs are served as plain Markdown, which is ideal for AI tools to consume and for you to copy-paste into an LLM.
Plain text docs
-
Access any documentation as plain text by appending .md to the end of its URL.
-
Why use plain text? It:
- Improves compatibility for AI agents by reducing formatting tokens
- Ensures content that’s hidden behind UI tabs is still visible to the reader
- Preserves Markdown hierarchy so LLMs can understand structure (headings, lists, etc.)
-
We also publish an llms.txt and llms-full.txt at the docs root. This file guides AI tools on how to retrieve the plain text versions of our pages. It’s part of the emerging standard to make content more accessible to LLMs.