# Developers

- [Migrate from Marswap](https://docs.chewyswap.com/developers/migrate-from-marswap.md): How to migrate project Liquidity from Marswap to ChewySwap
- [Resources for Builders](https://docs.chewyswap.com/developers/resources-for-builders.md): Guide for Building on ChewySwap
- [Dapp Boilerplate](https://docs.chewyswap.com/developers/resources-for-builders/dapp-boilerplate.md): a handy Boilerplate for starting your first decentralized application!
- [Contributing](https://docs.chewyswap.com/developers/contributing.md)
- [Launching on ChewySwap](https://docs.chewyswap.com/developers/launching-on-chewyswap.md)
- [Gempad](https://docs.chewyswap.com/developers/gempad.md)
- [Smart Contracts](https://docs.chewyswap.com/developers/smart-contracts.md)
- [ChewySwap Exchange](https://docs.chewyswap.com/developers/smart-contracts/chewyswap-exchange.md)
- [MasterChef](https://docs.chewyswap.com/developers/smart-contracts/masterchef.md): Main staking contract for distributing and managing emissions
- [Testnet](https://docs.chewyswap.com/developers/smart-contracts/testnet.md): Currently available on Shibarium's Puppynet based on Sepolia
- [Testnet Support](https://docs.chewyswap.com/developers/testnet-support.md): ChewySwap on PuppyNet
- [About Dogechain ZKEVM](https://docs.chewyswap.com/developers/testnet-support/about-dogechain-zkevm.md)
- [Connecting](https://docs.chewyswap.com/developers/testnet-support/connecting.md)
- [Developers](https://docs.chewyswap.com/developers/testnet-support/developers.md): Information for Developers


---

# 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://docs.chewyswap.com/developers.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.
