# What to test on Testnet

We recommend you to try the following so that you can make sure everything works smoothly when you launch your project.&#x20;

* [Start presale/public sale](/creators/manage-smart-contract/after-deployment/start-stop-public-sale-presale.md)
* Set up [mint website](/creators/manage-smart-contract/after-deployment/set-up-mint-website.md) or [mint embed button](/creators/manage-smart-contract/after-deployment/set-up-mint-website/use-mint-button-embed.md) and mint one token
* [Withdraw funds](/creators/manage-smart-contract/after-deployment/withdraw-your-funds.md)

On Launchpad, everything works exactly the same on both Testnet/Mainnet - so once you test everything on Testnet, everything should work as expected on Mainnet as well.&#x20;


---

# 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.launchpad.heymint.xyz/creators/manage-smart-contract/before-deployment/what-to-test-on-testnet.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.
