# Build

- [Overview](https://docs.chamberfi.com/build/overview.md): Integrator's entry point — what you can build, and which surface to use
- [Deployment matrix](https://docs.chamberfi.com/build/deployment-matrix.md): Which chains Chamber is deployed on, and what differs between them
- [Contract addresses](https://docs.chamberfi.com/build/contract-addresses.md): Canonical Chamber contract addresses per chain
- [Guard system](https://docs.chamberfi.com/build/guard-system.md): How to write calls that pass the Guard System, and how to handle rejections
- [SDK](https://docs.chamberfi.com/build/sdk.md): TypeScript SDK for creating vaults, trading, and managing positions
- [Subgraph](https://docs.chamberfi.com/build/subgraph.md): GraphQL indexes for vault, manager, and transaction data
- [Data API](https://docs.chamberfi.com/build/data-api.md): Hosted GraphQL API for vault discovery, token prices, and protocol-wide analytics
- [MCP server](https://docs.chamberfi.com/build/mcp-server.md): Local-first Model Context Protocol server for AI-driven Chamber vault management
- [Integration examples](https://docs.chamberfi.com/build/integration-examples.md): End-to-end code samples for the most common Chamber integrations


---

# Agent Instructions: 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.chamberfi.com/build.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.
