> 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

- [Build on Vultisig](https://docs.vultisig.com/developer-docs/developer-docs.md)
- [Build AI agents on Vultisig](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.
- [Agent signing authority in Vultisig](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.
- [Vultisig agent 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 (paused)](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): Scaffold a Vultisig plugin. Planned product. Not in production.
- [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)
- [Vultisig SDK](https://docs.vultisig.com/developer-docs/vultisig-sdk.md): Vultisig TypeScript SDK and CLI. Create Fast or Secure vaults, send, swap, and sign across 36+ chains. No seed phrase.
- [SDK Implementation Guide](https://docs.vultisig.com/developer-docs/vultisig-sdk/sdk-users-guide.md): Vultisig SDK implementation guide. Install, create vaults, send, swap, passwords, events, and platform setup.
- [Vultisig CLI](https://docs.vultisig.com/developer-docs/vultisig-sdk/cli.md): Vultisig CLI. Create vaults, send, swap, and run agent ask from the command line. JSON output for scripts.


---

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