# 开发指南

- [EVM 资源](https://monad.docszh.com/guides/evm-resources.md)
- [EVM Behavior](https://monad.docszh.com/guides/evm-resources/evm-behavior.md)
- [Solidity 资源](https://monad.docszh.com/guides/evm-resources/solidity-resources.md)
- [其他编程语言](https://monad.docszh.com/guides/evm-resources/other-languages.md)
- [Vyper 语言](https://monad.docszh.com/guides/evm-resources/other-languages/vyper.md)
- [Yul 语言](https://monad.docszh.com/guides/evm-resources/other-languages/yul.md)
- [Huff 语言](https://monad.docszh.com/guides/evm-resources/other-languages/huff.md)
- [链上调试](https://monad.docszh.com/guides/evm-resources/debugging-on-chain.md)
- [使用 Scaffold-Eth-Monad 构建 dApp](https://monad.docszh.com/guides/scaffold-eth-monad.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://monad.docszh.com/guides.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.
