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

# Integrations

- [Asset Managers](https://docs.arcadia.finance/developers/integrations/asset-managers.md): Developer guide: how to build custom Asset Managers for Arcadia Accounts — interface requirements, permissions model, and flash action integration.
- [Liquidators](https://docs.arcadia.finance/developers/integrations/liquidators.md): Developer guide: how to build liquidation bots for Arcadia — monitoring unhealthy accounts, participating in Dutch auctions, and settlement.
- [Creditors](https://docs.arcadia.finance/developers/integrations/creditors.md): Developer guide: how to integrate as a Creditor with Arcadia Protocol — implementing the creditor interface, setting risk parameters, and managing debt.
- [Wallets & Indexers](https://docs.arcadia.finance/developers/integrations/wallets.md): Self-contained integration guide for wallets and indexers surfacing Arcadia positions across Base, Optimism, and Unichain. Covers Account discovery via the Factory, distinguishing Margin (V3) and Spot
- [For AI Agents](https://docs.arcadia.finance/developers/integrations/ai-agents.md): Integration guide for AI agents interacting with Arcadia Protocol: chain deployments, key contract addresses, common read operations, account queries, and programmatic docs access via llms.txt.
- [MCP Server](https://docs.arcadia.finance/developers/integrations/mcp-server.md): Use the Arcadia MCP Server to let AI agents manage liquidity positions, borrow, deposit, and interact with the Arcadia Protocol via Claude, Cursor, or any MCP-compatible client.


---

# 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.arcadia.finance/developers/integrations.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.
