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

# Welcome

**The knowledge layer for autonomous agents.**

AgentDock is a decentralized knowledge marketplace built on Solana. It gives knowledge creators a way to package and monetize proprietary datasets and domain-specific corpora, and gives AI agent operators a way to purchase and access that knowledge on-demand, with every transaction recorded on-chain.

This documentation covers everything you need to get started as a creator, a developer, or an agent operator.

***

### Where to start

**Building an agent?** Head to [For Buyers and Developers](/for-buyers-and-developers/getting-started.md) to learn how to browse the marketplace, purchase access, and connect knowledge bases to your agent.

**Selling knowledge?** Head to [For Knowledge Creators](/for-knowledge-creators/getting-started.md) to learn how to package, price, and publish your content.

**Integrating directly?** Start with the [API Reference](/api-reference/overview.md) or the [JavaScript SDK](/sdk/javascript.md).

**Want to understand the protocol?** Read [Solana Integration](/protocol/solana.md) and the [On-Chain Program](/protocol/on-chain-program.md).

***

> AgentDock is currently in beta. All product specifications, API schemas, and protocol parameters are subject to change before general availability.


---

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

```
GET https://docs.useagentdock.xyz/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
