AI Resources¶
DataHaven provides files to make documentation content available in a structure optimized for use with large language models (LLMs) and AI tools. These resources help build AI assistants, power code search, or enable custom tooling trained on DataHaven's documentation.
How to Use These Files¶
- Quick navigation: Use
llms.txtto give models a high-level map of the site. - Lightweight context: Use
site-index.jsonfor smaller context windows or when you only need targeted retrieval. - Full content: Use
llms-full.jsonlfor large-context models or preparing data for RAG pipelines. - Focused bundles: Use category files (e.g.,
basics.md,reference.md) to limit content to a specific theme or task for more focused responses.
These AI-ready files do not include any persona or system prompts. They are purely informational and can be used without conflicting with your existing agent or tool prompting.
Access LLM Files¶
| Category | Description | File | Actions |
|---|---|---|---|
| Index | Markdown URL index for documentation pages, links to essential repos, and additional resources in the llms.txt standard format. | llms.txt |
|
| Site index (JSON) | Lightweight site index of JSON objects (one per page) with metadata and content previews. | site-index.json |
|
| Full site contents (JSONL) | Full content of documentation site enhanced with metadata. | llms-full.jsonl |
|
| Basics | A DataHaven general knowledge base to provide context around overview and beginner level content. | basics.md |
|
| Protocol | Information about the DataHaven protocol, including interoperability, restaking, and the data provider model. | protocol.md |
|
| Network | Information about the DataHaven network, including local devnet and testnet configuration. | network.md |
|
| Storage Providers | Information relevant to storage providers in the DataHaven ecosystem, including roles and hardware requirements. | storage-providers.md |
|
| BSP | Information specific to the Backup Storage Provider (BSP) role in DataHaven, including onboarding and troubleshooting. | bsp.md |
|
| MSP | Information specific to the Main Storage Provider (MSP) role in the DataHaven protocol. | msp.md |
|
| FAQ | Frequently Asked Questions about DataHaven. | faq.md |
|
| Troubleshooting | Common issues and their solutions for DataHaven users. | troubleshooting.md |
|
| StorageHub SDK | Documentation for the StorageHub SDK, including installation and usage guides. | storagehub-sdk.md |
|
| Store Data | Guides and best practices for storing data on the DataHaven network. | store-data.md |
|
| Reference | Comprehensive reference materials for DataHaven. | reference.md |
Note
The llms-full.jsonl file may exceed the input limits of some language models due to its size. If you encounter limitations, consider using the smaller site-index.json or category bundle files instead.
Last update:
March 3, 2026
| Created: March 3, 2026
| Created: March 3, 2026