# 开发者指南

- [使用 Hardhat 部署 HelloWorld 合约](https://www.docszh.com/berachain-docs/developers/developer-guides/create-helloworld-contract-using-hardhat.md)
- [使用 Foundry 部署 ERC20 合约](https://www.docszh.com/berachain-docs/developers/developer-guides/create-erc20-contract-using-foundry.md)
- [使用 NextJS & WalletConnect 部署合约](https://www.docszh.com/berachain-docs/developers/developer-guides/deploy-contract-using-nextjs-walletconnect.md)
- [开发者外部资源](https://www.docszh.com/berachain-docs/developers/developer-guides/community-guides.md)
- [非 ERC20 代币流动性证明集成](https://www.docszh.com/berachain-docs/developers/developer-guides/advanced-pol.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://www.docszh.com/berachain-docs/developers/developer-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.
