# Deployment

Once you’re satisfied with your smart contract’s performance, you can deploy it to the blockchain. To begin, simply click the deployment icon in the top-left corner of the screen. This marks a key milestone, bringing your contract to life on the blockchain.

<figure><img src="/files/31FAOEPaJrOkwWGmq73n" alt=""><figcaption><p>The deployment button</p></figcaption></figure>

Smart contract deployment is a transaction on the blockchain and requires confirmation and inclusion in a block to be finalized. After deploying, there may be a short wait depending on network speed and congestion. Once confirmed and included in a block, the contract is ready for interaction. The deployed contract address will appear in the status bar, confirming a successful deployment and providing key details.

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


---

# 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://circular-protocol.gitbook.io/hyper-code-ide-guide/lesson-2-smart-contracts/integrations.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.
