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

# AI

- [Overview](https://docs-core.allbridge.io/ai/overview.md): Allbridge uses two MCP products for AI-assisted bridge flows.
- [Allbridge MCP](https://docs-core.allbridge.io/ai/allbridge-mcp.md)
- [Bridge Workflow](https://docs-core.allbridge.io/ai/allbridge-mcp/bridge-workflow.md): This page shows the bridge flow from the user's point of view.
- [Developer Assistant](https://docs-core.allbridge.io/ai/allbridge-mcp/developer-assistant.md)
- [HTTP and Auth](https://docs-core.allbridge.io/ai/allbridge-mcp/http-and-auth.md)
- [Local Signing](https://docs-core.allbridge.io/ai/allbridge-mcp/local-signing.md)
- [Tool Reference](https://docs-core.allbridge.io/ai/allbridge-mcp/tool-reference.md): Allbridge MCP is organized into three tool groups.
- [Local Signer MCP](https://docs-core.allbridge.io/ai/local-signer-mcp.md): Local Signer MCP signs transactions on the user's machine.
- [Client Integrations](https://docs-core.allbridge.io/ai/local-signer-mcp/client-integrations.md): This page shows how to connect Local Signer MCP from common clients.
- [Examples](https://docs-core.allbridge.io/ai/local-signer-mcp/examples.md): Use these examples as starting points when you want a ready-made client config or a flow example.
- [Transport and Security](https://docs-core.allbridge.io/ai/local-signer-mcp/transport-and-security.md): Local Signer MCP is designed to keep signing local.
- [Usage](https://docs-core.allbridge.io/ai/local-signer-mcp/usage.md): Local Signer MCP is used after another system has prepared an unsigned payload.
- [Wallet Selection](https://docs-core.allbridge.io/ai/local-signer-mcp/wallet-selection.md): Local Signer MCP can expose more than one wallet, and the client should choose the intended one explicitly.


---

# 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-core.allbridge.io/ai.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.
