> For the complete documentation index, see [llms.txt](https://docs.origintrail.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origintrail.io/references/packages.md).

# Packages

Useful package-owned references:

<table><thead><tr><th width="200">Package</th><th>Reference</th></tr></thead><tbody><tr><td>CLI and daemon</td><td><code>packages/cli/README.md</code></td></tr><tr><td>MCP server</td><td><code>packages/mcp-dkg/README.md</code></td></tr><tr><td>Hermes adapter</td><td><code>packages/adapter-hermes/README.md</code></td></tr><tr><td>OpenClaw adapter</td><td><code>packages/adapter-openclaw/README.md</code></td></tr><tr><td>Agent package</td><td><code>packages/agent/README.md</code></td></tr><tr><td>Chain package</td><td><code>packages/chain/README.md</code></td></tr><tr><td>Core package</td><td><code>packages/core/README.md</code></td></tr><tr><td>Storage package</td><td><code>packages/storage/README.md</code></td></tr><tr><td>Query package</td><td><code>packages/query/README.md</code></td></tr><tr><td>Publisher package</td><td><code>packages/publisher/README.md</code></td></tr><tr><td>EVM module</td><td><code>packages/evm-module/README.md</code></td></tr></tbody></table>

Prefer these package references when a question is about package-specific flags, build steps, or API details.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.origintrail.io/references/packages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
