AI Optimization

Streamline your Blockdaemon documentation experience with our AI‑powered support.

LLMs.txt

We host llms.txt at the root of our documentation site so AI language models can understand our documentation structure, reference the latest version of our content, and reduce hallucinations and outdated references.

How it works

We generate the https://docs.blockdaemon.com/llms.txt with metadata about:

  • Documentation organization (guides, API reference, recipes, etc.)
  • Versioning, so AI tools always use the most recent docs
  • Important API-specific terminology
  • Hierarchical structure of your content

AI models that support llms.txt check this file before responding. For example, when we rename endpoints or update parameters, llms.txt helps AI assistants stop referencing outdated versions.

Example structure

A llms.txt file is a plain Markdown file that contains:

  • The site title as an H1 heading
  • Structured sections as H2 headings with links to key documentation pages
# Example product docs

## Guides
- [Getting started](https://example.com/docs/start): Intro guide
- [Install](https://example.com/docs/install): Setup steps

## Reference
- [API](https://example.com/docs/api): Endpoint list and usage

Using LLMs.txt with Cursor

  1. Open Cursor SettingsIndexing & Docs.
  2. Click Add new doc.
  3. Add docs.blockdaemon.com and set @Name, for example @Blockdaemon.
  4. Use @Blockdaemon in Cursor to reference our docs.
Example in Cursor

Example in Cursor


Ask AI

Our Ask AI Dropdown adds intelligent assistance directly into our documentation hub. Use it to get instant answers, understand complex concepts via AI tools, and interact with our docs more effectively.

How It Works

The Ask AI Dropdown is a menu icon in your Guides and References pages. When clicked, it reveals a menu of AI tools and assistants that users can leverage to enhance your documentation experience.

Available tools

ChatGPT Integration – Answer questions, explain concepts, and generate code examples based on your docs.

Copy Markdown – Quickly copy content for use in other AI tools or IDEs.

View as Markdown – See the underlying markdown structure of your docs for reference.


FAQ

Does this give AI access to my private data?
No. llms.txt only includes public documentation that’s already available on docs.blockdaemon.com. It does not expose private data, API keys, or user-specific information.


Can I use this outside of ReadMe?
Yes! Any AI assistant that checks for llms.txt can use it.


Why use llms.txt?
It provides structured, AI-readable metadata about our docs, helping LLMs generate better, more relevant responses.