# Create contract screen

On this screen, you can create a new contract.

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

## Input items <a href="#items" id="items"></a>

<table><thead><tr><th width="213.33333333333331">Item</th><th width="104">Required</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>Yes</td><td>The name of the contract. The name will be reflected in the name on the blockchain only when a new registration is made.</td></tr><tr><td>Network</td><td>Yes</td><td>Select the <a href="/pages/V0ek06qwzYZFPVJ7bIMV">blockchain/network</a> for which you want to create a contract.</td></tr><tr><td>SoulBound Toke</td><td>No</td><td>Sets whether the NFT generated from this contract is a <a data-footnote-ref href="#user-content-fn-1">SoulBound Token</a>. Default is disabled.</td></tr><tr><td>NFT minting with API</td><td>No</td><td>Sets whether NFT generation is allowed via API. Default is Disable.</td></tr><tr><td>NFT transfer</td><td>No</td><td>Sets whether NFT forwarding is allowed or not. Default is Disable.</td></tr></tbody></table>

{% content-ref url="/pages/2eTR06eAvxMyCwsNve3h" %}
[Create contract](/en/tutorial/create-contract.md)
{% endcontent-ref %}

[^1]: SoulBound Tokens are NFTs that cannot be transferred or assigned to other accounts.


---

# 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.nftgarden.app/en/webtools/contract/create.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.
