# Build

- [Development Guides](https://venom-docs.gitbook.io/knowledge-base/build/development-guides.md)
- [Comparing of Ethereum vs Venom architectures](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/comparing-of-ethereum-vs-venom-architectures.md)
- [Setting Up The Venom Smart Contract Development Environment](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/setting-up-a-venom-smart-contract-development-environment.md): The first thing to do before starting the smart contracts development
- [How to create your own fungible TIP-3 token](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token.md)
- [Fungible tokens in Venom network](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token/fungible-tokens-in-venom-network.md)
- [Quick start developing with TIP-3](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token/quick-start-developing-with-tip-3.md): This page helps you to instantly start developing with TIP-3 and deploy your own token here and now. Read next guides, if you want to go deeper.
- [Venom In Action. Simple Tokensale.](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token/venom-in-action.-simple-tokensale..md): This guide shows you how you can perform on-chain interaction with previously deployed TIP-3 token
- [Venom In Action. Extend our Tokensale with frontend](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token/venom-in-action.-extend-our-tokensale-with-frontend.md): This section will show you how you can interact with your Tokensale contract via web interface. You will create a dAPP, in fact.
- [Venom In Action. Going Global](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token/venom-in-action.-going-global.md): This section shows you how to deploy your smart contracts to global networks (venom testnet or venom mainnet).
- [Venom In Action. Ways of code enhancing](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token/venom-in-action.-ways-of-code-enhancing.md)
- [Developing of simple voting system.](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/developing-of-simple-voting-system..md)
- [Voting system basics](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/developing-of-simple-voting-system./voting-system-basics.md)
- [Venom In Action. Voting system contracts.](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/developing-of-simple-voting-system./venom-in-action.-voting-system-contracts..md): This section will show you how to create your own SMV simple system. The real purpose of this guide - to explore some common mechanics like address calculation, external callings and bounce handling.
- [Venom In Action. Ways of code enhancing](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/developing-of-simple-voting-system./venom-in-action.-ways-of-code-enhancing.md)
- [How to create your own non-fungible TIP-4 token](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/how-to-create-your-own-non-fungible-tip-4-token.md)
- [Non-Fungible tokens in Venom network](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/how-to-create-your-own-non-fungible-tip-4-token/non-fungible-tokens-in-venom-network.md)
- [Quick start developing with TIP-4](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/how-to-create-your-own-non-fungible-tip-4-token/quick-start-developing-with-tip-4.md): This page helps you to instantly start developing with TIP-4 and deploy your NFT collection here and now. Read next guides, if you want to go deeper.
- [Venom In Action. Simple NFT auction](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/how-to-create-your-own-non-fungible-tip-4-token/venom-in-action.-simple-nft-auction.md): This guide shows you how you can perform on-chain interaction with previously deployed TIP-4 token
- [Venom In Action. Extend our auction with frontend](https://venom-docs.gitbook.io/knowledge-base/build/development-guides/how-to-create-your-own-non-fungible-tip-4-token/venom-in-action.-extend-our-auction-with-frontend.md): This section will show you how you can interact with your NFT and Auction contracts via web interface. You will create a dAPP, in fact like for Tokensale
- [Integration Guides](https://venom-docs.gitbook.io/knowledge-base/build/integration-guides.md)
- [How to connect Dapp UI to Venom](https://venom-docs.gitbook.io/knowledge-base/build/integration-guides/how-to-connect-dapp-ui-to-venom.md)
- [Tools & Resources](https://venom-docs.gitbook.io/knowledge-base/build/tools-and-resources.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://venom-docs.gitbook.io/knowledge-base/build.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.
