# Adding Smart Contracts 🏗️

### Add a Smart Contract

Once you've created a project in your DappHero admin, you can add a smart contract by clicking on the "Contract" button on the lefthand menu.&#x20;

### Adding your Contract

To add a new contract, you will need to know a few things first:&#x20;

{% hint style="info" %}
Learn more about getting your [Contract Detail](/features/using-smart-contracts/adding-smart-contracts/contract-details.md)
{% endhint %}

1. **Address** - (The location on the blockchain where the contract lives)
2. **Network** - (The specific blockchain network where the contract live)
3. **ABI** - (This is a special code object, called JSON, which tells DappHero how the contract works)

The Contract Name is also required, but this value can be anything you like.&#x20;

![](/files/-MBBPSgJLKwvPgEY9eTO)


---

# 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.dapphero.io/features/using-smart-contracts/adding-smart-contracts.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.
