# Copy and Deploy

{% hint style="info" %}

```
Make sure you fill out all of the inputs that apply to your
contract before attempting to copy or deploy your contract.
```

{% endhint %}

We have built our tools to appeal to both our **non-technical** and **technical users** looking to launch their project with increased speed to market. Therefor we have created the deploy and copy functions in order to accomplish just that.

### Copy and Deploy Functions

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

### Deploy

We've created a deployment system that is as easy as a click of a button. With the deploy option it allows you to deploy your contract directly to the network and verify it all in one system.

The only thing you need to do is connect your wallet, fill out all of the contract details and click on the `deploy` button at the bottom of the contract form.

This will begin the deployment process during which you will be asked to sign transactions from your wallet. Once the deployment process is completed you will receive a confirmation alert notifying you that it is complete and where you can go view and interact with your newly deployed contract.

### Copy

We also include a copy button for the convenience of the **technical users** which allows you to copy the contract code with your inputs already inserted and preformatted.

They only thing you need to do is connect your wallet, fill out all of the contract details and click on the `copy` button at the bottom of the contract form.

This is gives you the possibility to add other parameters that we may not yet offer into your contract before you deploy saving you a great deal of time on the main contract structure and setup.


---

# 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.launchifi.xyz/how-to/copy-and-deploy.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.
