# Introduction

{% embed url="<https://www.youtube.com/watch?v=KHy1Al66soA>" %}
In this video, Pablo will show you how to set up your contract for launch. Continue to [Session 10: Deploying to Testnet](/smart-contract-deployer/contract-creation/step-5-deploying-your-contract.md#deploying-to-a-testnet) to learn how to test your deployment before the real deal.
{% endembed %}

If you're ready to start the process of deploying a smart contract so people can mint your tokens, you've come to the right place. This walkthrough will go through each step of the deployment & contract management process.

<figure><img src="/files/k2NTLXcCvR5s1zwA1JCS" alt=""><figcaption></figcaption></figure>

Click **Create a Smart Contract** and give it a name to begin the process.


---

# 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.bueno.art/smart-contract-deployer/contract-creation/introduction.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.
