# Desenvolvimento

- [Contribuindo](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/contributing.md): Obrigado por expressar seu interesse em contribuir com a PancakeSwap!
- [Visão Geral do Código Base](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/contributing/codebase-overview.md): Encontre o seu caminho no Github da Pancake
- [Recompensa por Bug](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/bug-bounty.md)
- [Smart Contracts BSC](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts.md): Esta página fornece links ou localização para os contratos inteligentes da PancakeSwap.
- [PancakeSwap Exchange](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts/pancakeswap-exchange.md)
- [Factory v2](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts/pancakeswap-exchange/factory-v2.md)
- [Router v2](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts/pancakeswap-exchange/router-v2.md)
- [Main Staking/Syrup Pool/MasterChef Contract](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts/main-staking-masterchef-contract.md)
- [Auto CAKE Syrup Pool (CakeVault)](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts/cakevault.md)
- [Prediction V2](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts/prediction-v2.md)
- [Lottery v2](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts/lottery-v2.md)
- [Lottery](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts/lottery.md)
- [Lottery Contract](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts/lottery/lottery-contract.md)
- [Syrup Pools](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts/syrup-pools.md)
- [SmartChefInitializable](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts/syrup-pools/smartchefinitializable.md)
- [PoolDeployer](https://docs.pancakeswap.finance/portuguese-brazilian/desenvolvimento/smart-contracts/syrup-pools/pooldeployer.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.pancakeswap.finance/portuguese-brazilian/desenvolvimento.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.
