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

> Use the Knowledge Engine coverage model to identify which topics need more books, research, tutorials, code examples, prompts, quizzes, or learning paths.

# Coverage-driven content development

Version 1.3 introduced a coverage model across these dimensions:

* Glossary
* Books
* Research
* Tutorials
* Code examples
* AI prompts
* Quizzes
* Learning paths

The coverage generator remains part of the repository build workflow and can be used locally to prioritize content development.

```powershell theme={null}
npm.cmd run build:platform
```

## How to use the report

Prioritize topics with the fewest connected resource types. A topic with a definition but no tutorial, example, quiz, research, or long-form resource should rank ahead of an already mature topic.

<Note>
  The previous `/reports/coverage/` static route was removed from public navigation because Mintlify deploys the documentation as MDX routes rather than serving arbitrary HTML applications from the repository's `public/` directory.
</Note>
