# Pengembang

- [Smart Contracts (EVM)](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts.md): This page provides links or locations for PancakeSwap's smart contracts on BNB Smart Chain (BSC)
- [PaySwap Exchange](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/payswap-exchange.md)
- [v3 contracts](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/payswap-exchange/v3-contracts.md): Fork of Uniswap v3
- [PancakeV3Factory](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/payswap-exchange/v3-contracts/pancakev3factory.md): Deploys PancakeSwap V3 pools and manages ownership and control over pool protocol fees
- [SmartRouterV3](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/payswap-exchange/v3-contracts/smartrouterv3.md)
- [V3SwapRouter](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/payswap-exchange/v3-contracts/smartrouterv3/v3swaprouter.md): Router for stateless execution of swaps against PancakeSwap V3
- [V2SwapRouter](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/payswap-exchange/v3-contracts/smartrouterv3/v2swaprouter.md): Router for stateless execution of swaps against PancakeSwap V2
- [StableSwapRouter](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/payswap-exchange/v3-contracts/smartrouterv3/stableswaprouter.md): Router for stateless execution of swaps against PancakeSwap StableSwap
- [NonfungiblePositionManager](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/payswap-exchange/v3-contracts/nonfungiblepositionmanager.md): Wraps Pancake V3 positions in the ERC721 non-fungible token interface
- [PancakeV3Pool](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/payswap-exchange/v3-contracts/pancakev3pool.md)
- [MasterChef](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/main-staking-masterchef-contract.md): Main staking contract for distributing and managing CAKE emissions
- [MasterChef V3](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/main-staking-masterchef-contract/masterchef-v3.md)
- [dRamps](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/syrup-pools.md)
- [dRamp Contract](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/syrup-pools/dramp-contract.md)
- [Lottery](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/lottery.md): v2
- [Lottery Contract](https://docs.payswap.org/bahasa-indonesia/developers/smart-contracts/lottery/lottery.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://docs.payswap.org/bahasa-indonesia/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.
