# Add a New NFT to Your Collection

By now, you are a proud owner of at least one collection. To add a new NFT to that collection, first, make sure that you are logged in with your profile on [HInata.io](https://hinata.io/), and then click the "Create" button on the homepage.&#x20;

<div data-full-width="true"><figure><img src="/files/HXu79aRjq0Avsi5k2NWu" alt=""><figcaption></figcaption></figure></div>

This action takes you to the "CREATING YOUR DROP" page.

{% hint style="info" %}
The term "drop" refers to the first time an item is sold on the marketplace by a Verified Creator.
{% endhint %}

### Creating your new NFT

This is the page where you can start creating your NFT. From there, the first step to providing all information necessary to mint an NFT is uploading the artwork. We support files of PNG, GIF, WEBP, MP4, and MP3 types with a maximum of 50 MB. Secondly, you'll need to upload a file of either the PNG or GIF type that will act as the thumbnail for your NFT. On your right, you can see a preview of how your NFT will look with the thumbnail and its name and price displayed.

<div data-full-width="true"><figure><img src="/files/QCRyK4TXPqUX5zz6qdOg" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Choose carefully, because this will represent your artwork when it is viewed on the marketplace or in user profiles.
{% endhint %}

The third step involves naming your NFT and inserting the number of NFTs you are planning to include in this drop. We support a maximum number of 9,999 NFTs within a single drop. Step 4: Describing your NFT (49-200 characters);

{% hint style="info" %}
If you are minting more than one copy, the token will be generated using the ERC-1155 standard. Single copies are created as unique ERC-721 tokens. To read more on the difference between the two, take a look [here](https://www.web3.university/article/comparing-erc-721-to-erc-1155).
{% endhint %}

The fourth step requires describing your NFT. You can include any information necessary in no more than 200 characters.

The fifth step requires you to select from the dropdown the collection you plan to add this NFT to.&#x20;

<div data-full-width="true"><figure><img src="/files/PDpbLhKZxbcHfhEkrlV4" alt=""><figcaption></figcaption></figure></div>

### Minting your NFT

You can now mint your NFT simply by clicking the (now) enabled 'MINT" button. A "Minting in Progress" modal is displayed on your screen, showing you are half-way done just by clicking the "MINT" button. Amid minting, your wallet provider would ask you to pay for the gas needed for minting. Confirm it to complete the minting.

<div data-full-width="true"><figure><img src="/files/Ya3Bjj9BLqBMADw3LEML" alt=""><figcaption></figcaption></figure></div>

After the transaction is confirmed and carried out, you'd be notified via a pop-up, and the "Minting in Progress" modal would show 100% completed minting.&#x20;

Below the progress bar, the modal is giving you 2 options:&#x20;

1. asking you if you would like to **view your NFT**
2. asking you if you would like to **choose the listing format**.&#x20;

<div data-full-width="true"><figure><img src="/files/px1KlmE1pdiIPQOhHZZY" alt=""><figcaption></figcaption></figure></div>

### View your NFT

After clicking "View NFT" you can see a preview of your newly created NFT with its name displayed right underneath, together with the options to copy the URL, make the NFT one of your favorites, and the option to expand the image fully on your screen.

Information under the "Info" tab includes the creator's address, owner, the name of the collection it belongs to, its description, the contract address, the token standard (ERC1155), fees and royalties (if included), token ID, blockchain, and the number of NFTs you own out of the total.

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

The "Trade" tab on the top left allows you to list the NFT for either sale or auction. You can read more on this in [List an NFT for Purchase](/trading-on-hinata/list-an-nft-for-purchase.md).

You should find the newly minted NFT added to your collection as illustrated below:

<figure><img src="/files/IsxqzPXOP1j6Kz8BQeGE" 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.hinata.io/creating-on-hinata/add-a-new-nft-to-your-collection.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.
