# Connect Smart Contract

{% hint style="info" %}
To connect the Smart Contract, be sure your contract is deployed.
{% endhint %}

### 🔥 Use Cases & examples

* Create a Mint function
* Create an NFT Gallery
* Create an NFT Marketplace
* Create a NFT Gated Website

### 📟 Copy ABI's source code

Open the settings of your Smart Contract and look up the Source code of the ABI. \
On our platform, you can find the ABI under the tab **`Sources`** of the smart contract app [`https://app.imintify.com/smart-contract/`](https://app.imintify.com/smart-contract/).

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

### 🔗 Connect the Smart Contract

Go to the **settings menu** and **`+ Add ABI`** paste the ABI's contract data.&#x20;

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

### 🎉Ready to deploy!

Choose the app that you want to interact with the ABI and choose the ABI from the dropdown list to activate.

<figure><img src="/files/wb6A8sRB8LJ7A41i4RCS" 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://docs.imintify.com/mint-button/connect-smart-contract.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.
