# Custom IPFS URI

If you have **already uploaded** your metadata and images **to IPFS** and you want to enter this information instead of uploading it again to IPFS, you can do using Mintpad.

When creating a project, select the "IPFS URI" tab and paste your IPFS URI. This mode is active when creating a new NFT project using the "**Editions**" or "**Drop**" mode.

<figure><img src="/files/TVUQeWSajNNssmF3H8mr" alt=""><figcaption><p>IPFS URI tab selected creating a project</p></figcaption></figure>

The **fields that you must fill in are**:

* **IPFS URI** where the metadata is located. At this point, it is important to know the format that should be used in the .json files. The first token has to be **ipfs\://IPFSURI/1.json**, the second would be **ipfs\://IPFSURI/2.json,** and so on until the total supply. If the total supply is 100, the last token would be ipfs\://IPFSURI/100.json. **Important about the IPFSURI** format of "Content Identifiers" (CIDs), some examples would be:
  * **v0**: QmdfTbBqBPQ7VNxZEYEj14VmRuZBkqFbiwReogJgS1zR1n
  * **v1**: bafybeihdwdwdcefgh4dqkjv67uzcmw7ojee6xedzdetojuzjevtenxquvyku
* **Total supply** of the collection. The number must coincide with the number of .json files that have been uploaded. If there is an error, the tool will warn you if it has failed to find the last JSON file, and you will see something like this:

<figure><img src="/files/CJt93HDmsSopB7lYzFL0" 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://mintpad.gitbook.io/docs/features/custom-ipfs-uri.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.
