# Develop on DxChain

- [Compile and Run](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/compile-and-run.md)
- [On-chain Interaction](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/on-chain-interaction.md)
- [DPoS API](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/on-chain-interaction/dpos-api.md): Console API and JSON-RPC API related to DxChain3.0 system contract
- [Smart Contract](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/smart-contract.md): DxChain 3.0 is fully compatible with smart contract technologies that run on Ethereum.
- [Private Chain Construction](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/private-chain-construction.md)
- [Genesis Block](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/genesis-block.md)
- [Parameters Table](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/parameters-table.md)
- [Mainnet](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/mainnet.md)
- [Testnet](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/testnet.md)
- [Participate as Validator](https://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain/participate-as-validator.md)


---

# 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://dxchain.gitbook.io/dxchain-wiki/stake-and-trade/develop-on-dxchain.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.
