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

# Developer Docs

- [Developer Home](https://docs.vultisig.com/developer-docs/developer-docs.md)
- [AI Agents](https://docs.vultisig.com/developer-docs/ai-agents.md): Build AI agents with multi-chain wallet capabilities and choose exactly how much signing authority they receive.
- [Authority and Security](https://docs.vultisig.com/developer-docs/ai-agents/authority-and-security.md): Choose between autonomous, policy-bound, and human-approved agent signing models with Vultisig.
- [Integration Options](https://docs.vultisig.com/developer-docs/ai-agents/integration-options.md): Choose between the Vultisig CLI, TypeScript SDK, Marketplace plugins, and MCP tooling for AI agent integrations.
- [Marketplace Plugins](https://docs.vultisig.com/developer-docs/marketplace.md)
- [What is a Plugin](https://docs.vultisig.com/developer-docs/marketplace/plugins.md)
- [Services Architecture](https://docs.vultisig.com/developer-docs/marketplace/services.md)
- [Policy Rules](https://docs.vultisig.com/developer-docs/marketplace/metarules.md)
- [Infrastructure](https://docs.vultisig.com/developer-docs/marketplace/infrastructure.md)
- [Quick Start](https://docs.vultisig.com/developer-docs/marketplace/basics-quick-start.md): This guide provides a quick step-by-step walkthrough for building your first Vultisig plugin. By the end of this guide, all building blocks and how to integrate your application into the ecosystem
- [Build Your Plugin](https://docs.vultisig.com/developer-docs/marketplace/build-your-plugin.md)
- [Adding a New Chain](https://docs.vultisig.com/developer-docs/marketplace/build-your-plugin/adding-a-new-chain.md): The how to steps to add a missing chains to the Marketplace ecosystem
- [Submission & Revenue](https://docs.vultisig.com/developer-docs/marketplace/submission-process.md)
- [Extension Integration](https://docs.vultisig.com/developer-docs/vultisig-extension-integration-guide.md)
- [SDK](https://docs.vultisig.com/developer-docs/vultisig-sdk.md)
- [SDK Implementation Guide](https://docs.vultisig.com/developer-docs/vultisig-sdk/sdk-users-guide.md)
- [SDK CLI](https://docs.vultisig.com/developer-docs/vultisig-sdk/cli.md)


---

# 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.vultisig.com/developer-docs.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.
