# Deploying Contracts

Deploying smart contracts with Web3 Copilot is straightforward. Here's how you can do it:

1. Request a smart contract to be generated. You can do this by typing your request in the chat.
2. Once your smart contract is generated, you'll see a "Deploy Code" button at the bottom. If you're ready to deploy your contract as it is, you can click this button.
3. If you want to make any changes or edits to your contract before deploying it, click the "Open in Remix" button. This will open your contract in Remix, an online IDE where you can edit your contract.
4. After making any necessary changes in Remix, you can deploy your contract from there.

Remember, deploying smart contracts involves transaction fees (gas fees), so make sure you have enough funds in your wallet to cover these costs.

<figure><img src="https://2587982799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpiUbkLq8qwOl18CroUMn%2Fuploads%2FVQC4yxVLnofSP6ZaVVTI%2Fimage.png?alt=media&#x26;token=bb20dd71-8437-40ca-ae2f-0447ad7296b1" alt=""><figcaption></figcaption></figure>

<br>
