> For the complete documentation index, see [llms.txt](https://docs.dagora.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dagora.xyz/beginners-guide/create-nfts/create-nft.md).

# How to Create NFT

## How to create an NFT <a href="#id-userguide-createnft-howtocreatenftwithdagoramintercollection" id="id-userguide-createnft-howtocreatenftwithdagoramintercollection"></a>

{% hint style="info" %}
🛠️ Connect wallet | [💵 Cost gas fee](https://docs.dagora.xyz/beginners-guide/faqs/what-are-gas-fees)
{% endhint %}

For now, the created NFTs by users on Dagora will belong to the "Mint By Users” collection.

**Step 1:** Click the **+** button on the top right corner of the screen

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

**Step 2:** Fill up the NFTs information

* **NFT files** (Support: Image, Video, Audio, or 3D Mode with max size 15MB)
* **Name** (noneditable) with max 32 characters and **NFT Description** with 250 characters.
* **Blockchain**: The blockchain in your wallet must match the blockchain you choose

<figure><img src="/files/6p2hGqQJlFhJUf08gMV0" alt=""><figcaption></figcaption></figure>

* Enter **Properties** by clicking on the **+** button (optional)

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

**For example:**

**Type:** Hair; **Name:** Black

**Type:** Eye; **Name:** Blue

**Step 3:** Preview NFT information and click **Create** button

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfy2GcDqKP7cJLiwCYwNls7O6C6QVf_yfCuMNnUDbMN1U5zxEmH-a-VixzbgX43yR6NNZYD87WH73XWH12VSyxXT5vCorBzICo2cc6mWaAwZo7RiE6JmvrGXXJn8uw2cyiqaQX-?key=VLMBHxYFg4X9SUPVKrLXkSfj" alt=""><figcaption></figcaption></figure>

**Step 4:** Review the information & **Confirm** the transaction on-chain

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcj8WNm38R2Jrv7BrrSaNlniHgSI0SjoXUVzPxrripWL6bocbFs5kfxB-OiePXLniIgUwFeObS_7jsnWzqqOxeHwm8sOIQMYPt1xg5NQeOrECyHznmQse_ZeyEryb_TqWM1bGQC?key=VLMBHxYFg4X9SUPVKrLXkSfj" alt=""><figcaption></figcaption></figure>

**Step 5:** Receive a Successful notification

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfWYDSMSO6zWoSFHJ6ehPgi6lANAYCFHF6bdxRNJyeDAlonPVLklckwwhSrUcicgh2A15Sr3iuLmIjez13r2B2b8GLeJ-QL-5GWrEE8UL3ehiSKuKt3kHVy-QQiThrzT0b2A6vd?key=VLMBHxYFg4X9SUPVKrLXkSfj" alt=""><figcaption></figcaption></figure>

* Click **Close** to close popup notification
* Click **View NFT** to view NFT details
* Click **View Transaction** to check the transaction on blockchain explorer


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dagora.xyz/beginners-guide/create-nfts/create-nft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
