> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Knowledge graph

> How The Blockchain Library connects concepts, definitions, tutorials, developer documentation, research, and AI-assisted discovery.

# Connected knowledge instead of isolated pages

The Blockchain Library is designed as a graph of related knowledge objects.

```mermaid theme={null}
flowchart TD
  A[Topic Hub] --> B[Concept Page]
  A --> C[Glossary Entry]
  A --> D[Tutorial]
  A --> E[Developer Guide]
  A --> F[Research]
  A --> G[AI Interface]
  B --> H[Related Concepts]
  C --> H
  D --> H
  E --> H
  F --> H
  G --> H
```

## Core knowledge objects

* Definition
* Beginner explanation
* Technical explanation
* Security considerations
* Tutorial
* Developer guide
* Code example
* API reference
* Research
* Publications
* Related glossary terms
* Neighboring topics
* AI-assisted question paths

## Current implementation

The first implementation uses topic hubs and explicit cross-links. Future phases can add structured metadata, machine-readable relationship files, and automated related-content generation.

<Card title="Explore topic hubs" href="/topics/overview" icon="grid-2x2">
  Start navigating the first layer of the knowledge graph.
</Card>
