# AMT Bridges

In this section, we provide a detailed guide for developers to build an Arbitrary Message Transmission (AMT) bridge on BOOLNetwork. An outline of each section is as follows:

1. [Network configuration](/evm-ecosystem/amt-bridges/network-configuration.md): **add** BOOL Testnet chain to your wallet.
2. [Create committees](/evm-ecosystem/amt-bridges/create-committees.md): **create** at least two dynamic hidden committees on BOOLScan.
3. [Build a bridge](/evm-ecosystem/amt-bridges/build-a-bridge.md): **deploy** your application-specific Anchor contracts onto at least two blockchains and **submit** your newly created bridge to the BOOL chain to activate it.
4. [Bind your application with Anchor](/evm-ecosystem/amt-bridges/bind-consumer-to-anchor.md): **fetch** Anchor addresses and **deploy** your application contract which has implemented `BoolConsumerBase.sol`. Go back to your Dashboard, and update the consumer address on each chain.


---

# 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.bool.network/evm-ecosystem/amt-bridges.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.
