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

# Build

- [Introduction](https://docs.lumia.org/build/introduction.md)
- [Accounts and Wallets](https://docs.lumia.org/build/introduction/accounts-and-wallets.md)
- [Setup Metamask with Lumia Chain](https://docs.lumia.org/build/introduction/setup-metamask-with-lumia-chain.md)
- [Bridge to/ from Lumia L2](https://docs.lumia.org/build/introduction/bridge-to-from-lumia-l2.md)
- [Setup FoxWallet with Lumia Chain](https://docs.lumia.org/build/introduction/setup-foxwallet-with-lumia-chain.md)
- [Explorers](https://docs.lumia.org/build/explorers.md)
- [Build Environment](https://docs.lumia.org/build/build-environment.md): Set up the Development Environment
- [RPC](https://docs.lumia.org/build/build-environment/rpc.md)
- [RPC Guide](https://docs.lumia.org/build/build-environment/rpc/rpc-guide.md)
- [Add Lumia Network to MetaMask](https://docs.lumia.org/build/build-environment/add-lumia-network-to-metamask.md)
- [Testnet Tokens](https://docs.lumia.org/build/build-environment/testnet-tokens.md)
- [SmartContracts](https://docs.lumia.org/build/smartcontracts.md)
- [Deployment](https://docs.lumia.org/build/smartcontracts/deployment.md)
- [Hardhat](https://docs.lumia.org/build/smartcontracts/deployment/hardhat.md)
- [Truffle](https://docs.lumia.org/build/smartcontracts/deployment/truffle.md)
- [Verify](https://docs.lumia.org/build/smartcontracts/verify.md)
- [Hardhat](https://docs.lumia.org/build/smartcontracts/verify/hardhat.md): Verify your SmartContract using Hardhat
- [Truffle](https://docs.lumia.org/build/smartcontracts/verify/truffle.md): Verify your SmartContract using Truffle
- [Interact](https://docs.lumia.org/build/smartcontracts/interact.md): Connecting to Lumia chain with Web3 EVM Wallet Library
- [Relay](https://docs.lumia.org/build/smartcontracts/relay.md)
- [Web3 Functions](https://docs.lumia.org/build/smartcontracts/web3-functions.md)
- [On-Chain KYC](https://docs.lumia.org/build/on-chain-kyc.md)
- [Oracles](https://docs.lumia.org/build/oracles.md)
- [API3](https://docs.lumia.org/build/oracles/api3.md)
- [Supra](https://docs.lumia.org/build/oracles/supra.md)
- [Commodity Prices](https://docs.lumia.org/build/oracles/commodity-prices.md)
- [Gateway Oracles](https://docs.lumia.org/build/oracles/gateway-oracles.md)
- [Indexers](https://docs.lumia.org/build/indexers.md)
- [Indexing with TheGraph](https://docs.lumia.org/build/indexers/indexing-with-thegraph.md)
- [Indexing with Goldsky](https://docs.lumia.org/build/indexers/indexing-with-goldsky.md)
- [Run an RPC](https://docs.lumia.org/build/run-an-rpc.md)
- [JSON RPC Endpoints](https://docs.lumia.org/build/run-an-rpc/json-rpc-endpoints.md)
- [zkNode](https://docs.lumia.org/build/zknode.md)
- [Run Local Validium Node](https://docs.lumia.org/build/zknode/run-local-validium-node.md)
- [Gas Fees](https://docs.lumia.org/build/zknode/gas-fees.md)
- [DA Lightclient](https://docs.lumia.org/build/da-lightclient.md)
- [CDK Repos](https://docs.lumia.org/build/cdk-repos.md)
- [FAQs](https://docs.lumia.org/build/faqs.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, and the optional `goal` query parameter:

```
GET https://docs.lumia.org/build.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.
