> For the complete documentation index, see [llms.txt](https://wiki.acala.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.acala.network/build.md).

# Build

- [EVM+ documentation](https://wiki.acala.network/build/evm+-documentation.md)
- [SDKs](https://wiki.acala.network/build/sdks.md)
- [Acala Stablecoin](https://wiki.acala.network/build/sdks/stablecoin-api.md)
- [Homa Liquid Staking](https://wiki.acala.network/build/sdks/homa.md)
- [Guides](https://wiki.acala.network/build/guides.md)
- [Node Interaction](https://wiki.acala.network/build/guides/node-interaction.md): This page will guide you through some basic interactions with your node.
- [Transaction Construction](https://wiki.acala.network/build/guides/transaction-construction.md): This page will discuss the transaction format in Acala and how to create, sign, and broadcast transactions.
- [Build DApps](https://wiki.acala.network/build/development-guide.md)
- [Deploy Ecosystem Modules](https://wiki.acala.network/build/development-guide/deploy-ecosystem-modules.md): Building with Acala at the runtime level using sub-module.
- [Composable Chains](https://wiki.acala.network/build/development-guide/composable-chains.md)
- [Open HRMP Channel](https://wiki.acala.network/build/development-guide/composable-chains/open-hrmp-channel.md): Refer to this documentation to formulate and send HRMP init open channel request to us.
- [Open-Web3-Stack & ORML](https://wiki.acala.network/build/development-guide/open-web3-stack-and-orml.md)
- [Smart Contracts](https://wiki.acala.network/build/development-guide/smart-contracts.md)
- [Get Started](https://wiki.acala.network/build/development-guide/smart-contracts/get-started-evm.md)
- [Connect to a Node](https://wiki.acala.network/build/development-guide/smart-contracts/get-started-evm/connect-to-a-node.md)
- [Use MetaMask with EVM+](https://wiki.acala.network/build/development-guide/smart-contracts/get-started-evm/connect-to-a-node/use-metamask-with-evm+.md): Instructions on how to connect MetaMask to Acala EVM+ in order to interact with the smart contracts deployed on it.
- [Setup EVM Account](https://wiki.acala.network/build/development-guide/smart-contracts/get-started-evm/evm-account.md)
- [Polkadot Explorer](https://wiki.acala.network/build/development-guide/smart-contracts/get-started-evm/acala-console.md)
- [EVM Playground](https://wiki.acala.network/build/development-guide/smart-contracts/get-started-evm/evm-playground.md)
- [Use Remix](https://wiki.acala.network/build/development-guide/smart-contracts/get-started-evm/use-remix.md)
- [Use Waffle](https://wiki.acala.network/build/development-guide/smart-contracts/get-started-evm/use-waffle.md)
- [Use Hardhat](https://wiki.acala.network/build/development-guide/smart-contracts/get-started-evm/use-hardhat.md)
- [Deploy Contracts](https://wiki.acala.network/build/development-guide/smart-contracts/get-started-evm/deploy-contracts.md)
- [Advanced](https://wiki.acala.network/build/development-guide/smart-contracts/advanced.md)
- [Use Native & Cross-chain Tokens](https://wiki.acala.network/build/development-guide/smart-contracts/advanced/use-native-tokens.md)
- [Use On-chain Scheduler](https://wiki.acala.network/build/development-guide/smart-contracts/advanced/use-on-chain-scheduler.md)
- [Tutorial](https://wiki.acala.network/build/development-guide/smart-contracts/advanced/use-on-chain-scheduler/scheduler-tutorial.md)
- [Use Oracle Feeds](https://wiki.acala.network/build/development-guide/smart-contracts/advanced/use-oracle-feeds.md)
- [Upcoming Features](https://wiki.acala.network/build/development-guide/smart-contracts/advanced/use-flexi-fee.md)
- [Acala EVM Hacker Guide](https://wiki.acala.network/build/development-guide/smart-contracts/acala-hacker-guide.md)
- [Try Acala DApp](https://wiki.acala.network/build/development-guide/smart-contracts/acala-hacker-guide/try-acala-dapp.md)
- [Tools](https://wiki.acala.network/build/tools.md)
- [Indexers](https://wiki.acala.network/build/indexers.md)
- [SubQuery](https://wiki.acala.network/build/indexers/subquery.md)
- [Miscellaneous](https://wiki.acala.network/build/miscellaneous.md)
- [Runtime Events](https://wiki.acala.network/build/miscellaneous/runtime-events.md): Acala Runtime Events
- [Modules](https://wiki.acala.network/build/miscellaneous/modules.md): Introduction of the Acala modules.
- [Cross Chain DeFi](https://wiki.acala.network/build/cross-chain-defi.md)


---

# 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://wiki.acala.network/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.
