# Defi Builder Docs

## Defi Builder Docs

- [Welcome to Defi Builder](https://docs.defibuilder.com/welcome-to-defi-builder.md)
- [Web3 Development Problems](https://docs.defibuilder.com/welcome-to-defi-builder/web3-development-problems.md)
- [Our Solution](https://docs.defibuilder.com/welcome-to-defi-builder/our-solution.md)
- [Create Account](https://docs.defibuilder.com/modular-builder/create-account.md)
- [Select Template](https://docs.defibuilder.com/modular-builder/select-template.md)
- [Project Configuration](https://docs.defibuilder.com/modular-builder/project-configuration.md)
- [Customize dApp](https://docs.defibuilder.com/modular-builder/customize-dapp.md)
- [Deploy](https://docs.defibuilder.com/modular-builder/deploy.md)
- [Manage](https://docs.defibuilder.com/modular-builder/manage.md)
- [Smart Contract Generator](https://docs.defibuilder.com/ai-services/smart-contract-generator.md)
- [Building & Testing](https://docs.defibuilder.com/ai-services/building-and-testing.md)
- [AI Auditor](https://docs.defibuilder.com/ai-services/ai-auditor.md)
- [Deployment](https://docs.defibuilder.com/ai-services/deployment.md)
- [Custom Tokens](https://docs.defibuilder.com/modules/custom-tokens.md)
- [Decentralized Exchange](https://docs.defibuilder.com/modules/decentralized-exchange.md)
- [Yield Farming](https://docs.defibuilder.com/modules/yield-farming.md)
- [Revenue Sharing](https://docs.defibuilder.com/modules/revenue-sharing.md)
- [Launchpad](https://docs.defibuilder.com/modules/launchpad.md)
- [Referral System](https://docs.defibuilder.com/modules/referral-system.md)
- [NFT Collection Builder](https://docs.defibuilder.com/future-modules/nft-collection-builder.md)
- [NFT Mint Page](https://docs.defibuilder.com/future-modules/nft-mint-page.md)
- [NFT Marketplace](https://docs.defibuilder.com/future-modules/nft-marketplace.md)
- [Lending & Borrowing](https://docs.defibuilder.com/future-modules/lending-and-borrowing.md)
- [StableSwap](https://docs.defibuilder.com/future-modules/stableswap.md)
- [Autocompounding Vaults](https://docs.defibuilder.com/future-modules/autocompounding-vaults.md)
- [Minigames](https://docs.defibuilder.com/future-modules/minigames.md)
- [One Time Deployment Fee](https://docs.defibuilder.com/revenue-streams/one-time-deployment-fee.md)
- [Royalties](https://docs.defibuilder.com/revenue-streams/royalties.md)
- [Module Marketplace](https://docs.defibuilder.com/revenue-streams/module-marketplace.md)
- [Berachain](https://docs.defibuilder.com/blockchain-partnerships/berachain.md)
- [MultiversX](https://docs.defibuilder.com/blockchain-partnerships/multiversx.md): xDeFi is the first AI Module to start building on MultiverseX chain. Only at x.defibuilder.com
- [LightLink](https://docs.defibuilder.com/blockchain-partnerships/lightlink.md)
- [Official Links](https://docs.defibuilder.com/links/official-links.md)
- [Contact us](https://docs.defibuilder.com/contact-us/contact-us.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.defibuilder.com/welcome-to-defi-builder.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.
