---
updatedAt: 2026-05-13T16:31:10.000Z
---

Fetch the complete documentation index at: https://docs.blockdaemon.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# 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`](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 Settings** → **Indexing & 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.

> <Image alt="Example in Cursor" align="center" width="680px" src="https://files.readme.io/335ed580a9854af56cb302383efe04d4c957801ee8d41ae762ab1000865ca441-image.png" />
>
> Example in Cursor

<br />

## 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

<Image align="right" width="230px" src="https://files.readme.io/af5456fff18ad8fb8d35c90430582e7fe50d99964d01f8971b1790af63fbd0e5-Screenshot_2025-07-25_at_14.34.51.png" />

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.

<br />

## FAQ

<details>
  <summary><strong>Does this give AI access to my private data?</strong></summary><br />
No. <code>llms.txt</code> only includes public documentation that’s already available on <a href="https://docs.blockdaemon.com">docs.blockdaemon.com</a>. It does not expose private data, API keys, or user-specific information.
</details>

***

<details>
<summary><strong>Can I use this outside of ReadMe?</strong></summary><br />
Yes! Any AI assistant that checks for <code>llms.txt</code> can use it.
</details>

***

<details>
<summary><strong>Why use llms.txt?</strong></summary><br />
It provides structured, AI-readable metadata about our docs, helping LLMs generate better, more relevant responses.
</details>