> For the complete documentation index, see [llms.txt](https://superlouis.gitbook.io/tzombies/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://superlouis.gitbook.io/tzombies/wrap-up/conclusion.md).

# Conclusion

We now have a functional NFT drop and marketplace dapp on Tezos. It showcases the development and deployment of smart contracts, minting and trading of NFTs, using different methods of payment.&#x20;

We have seen how to test it on a mockup chain, deploy it on a local test network, and deploy it on the Ghostnet environment (see the [Wert integration page](/tzombies/front-end/drops/buy-with-credit-card.md)).

Deploying to the mainnet is very similar to deploying to Ghostnet. It is recommended to maintain a test version of your dapp on the Ghostnet to validate new features and test Tezos protocol upgrades before they are applied to the mainnet.&#x20;

For any issue with following the tutorial, you can always refer to the repository. Feel free to open issues on Github if you encounter blocking any issue.&#x20;

<figure><img src="https://cloudflare-ipfs.com/ipfs/QmehW5o2t2ZGUoHBYqdFbozGEWSSGrNBtcPcocaLXPpxbY" alt="" width="375"><figcaption></figcaption></figure>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://superlouis.gitbook.io/tzombies/wrap-up/conclusion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
