# Deploying an Ante Test

If you are comfortable deploying your own Ante Test, you can follow the instructions below.

### Deploying your Ante Test <a href="#deploying-your-ante-test" id="deploying-your-ante-test"></a>

After you've written an Ante Test and are ready to deploy to Mainnet, deploy it with your favorite method and save the address!

For more details, [see our detailed tutorial](https://docs.ante.org/v0.6/for-developers/deploying-an-ante-test/deploy-an-ante-test).​

### Create an Ante Pool <a href="#create-an-ante-pool" id="create-an-ante-pool"></a>

After deploying, you can use our `AntePoolFactory` to generate a non-custodial `AntePool` instance on mainnet (note: this will cost gas fees).

We have an [additional tutorial](#create-an-ante-pool) on that.

### Staking the Ante Test <a href="#staking-the-ante-test" id="staking-the-ante-test"></a>

Finally, if you want to show the community you have skin in the game, [learn how to stake your Ante Test](https://docs.ante.org/v0.6/getting-started/user-guides/stake-an-ante-test), and how to further[ integrate Ante into your website](https://docs.ante.org/v0.6/for-developers/integrating-ante), web-app, or more.

And if you have questions, feel free to [contact our team](https://app.gitbook.com/o/-MaBgoAQEbm4roOi5psf/s/-MaBhLPQtzmPqzNtEpO8/about/faqs#contact).


---

# 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.ante.org/v0.6/for-developers/deploying-an-ante-test.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.
